2024-09-10T18:40:00.286 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T18:40:00.304 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T18:40:00.379 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900265 branch: wip-guits-quincy-2024-09-09-1810-quincy description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7900265' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-quincy-2024-09-09-1810-quincy ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: quincy-orch-centos-9-teuth sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 4625 sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: quincy-orch-centos-9-teuth suite_path: /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d targets: smithi067.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJdxzpwK8+qFeAgjdo0qAXWboRDUKJK/teMl8i9Qmu8MMyAZom60aBUWGnnwzm+QDdmxxWZayJ/8btR9naNPU1k= smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ2jHdNlG3H97+WLH8AMX3S3HDR+08U1XHAZ7mCHGFLPk4kVm2p8bBufWZ70+P0nsjD7rRTVgYt43RzfKTf1gFY= tasks: - cephadm: add_mons_via_daemon_add: true avoid_pacific_features: true cephadm_branch: octopus cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v15 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_17:53:37 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: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 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-09-10T18:40:00.379 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa; will attempt to use it 2024-09-10T18:40:00.380 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks 2024-09-10T18:40:00.380 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T18:40:00.382 INFO:teuthology.task.internal:Checking packages... 2024-09-10T18:40:00.405 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5be57395ea235535910512ae73ba8e7ff25fe588' 2024-09-10T18:40:00.405 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T18:40:00.405 INFO:teuthology.packaging:ref: None 2024-09-10T18:40:00.405 INFO:teuthology.packaging:tag: None 2024-09-10T18:40:00.405 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:40:00.405 INFO:teuthology.packaging:sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:40:00.406 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:40:00.547 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1606.g5be57395 2024-09-10T18:40:00.549 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T18:40:00.555 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T18:40:00.555 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T18:40:00.562 INFO:teuthology.task.internal:Saving configuration 2024-09-10T18:40:00.578 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T18:40:00.584 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T18:40:00.601 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi067.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900265', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 18:34:42.662775', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJdxzpwK8+qFeAgjdo0qAXWboRDUKJK/teMl8i9Qmu8MMyAZom60aBUWGnnwzm+QDdmxxWZayJ/8btR9naNPU1k='} 2024-09-10T18:40:00.620 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900265', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 18:34:42.664256', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ2jHdNlG3H97+WLH8AMX3S3HDR+08U1XHAZ7mCHGFLPk4kVm2p8bBufWZ70+P0nsjD7rRTVgYt43RzfKTf1gFY='} 2024-09-10T18:40:00.620 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T18:40:00.625 INFO:teuthology.task.internal:roles: ubuntu@smithi067.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2024-09-10T18:40:00.625 INFO:teuthology.task.internal:roles: ubuntu@smithi172.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2024-09-10T18:40:00.625 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T18:40:00.673 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0f1c3bfac0>, signals=[15]) 2024-09-10T18:40:00.673 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T18:40:00.679 INFO:teuthology.task.internal:Opening connections... 2024-09-10T18:40:00.679 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T18:40:00.682 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:40:00.757 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2024-09-10T18:40:00.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:40:00.833 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T18:40:00.839 DEBUG:teuthology.orchestra.run.smithi067:> uname -m 2024-09-10T18:40:00.858 INFO:teuthology.orchestra.run.smithi067.stdout:x86_64 2024-09-10T18:40:00.858 DEBUG:teuthology.orchestra.run.smithi067:> cat /etc/os-release 2024-09-10T18:40:00.916 INFO:teuthology.orchestra.run.smithi067.stdout:NAME="CentOS Stream" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION="9" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:ID="centos" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:ID_LIKE="rhel fedora" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:VERSION_ID="9" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:PLATFORM_ID="platform:el9" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:ANSI_COLOR="0;31" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:LOGO="fedora-logo-icon" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:HOME_URL="https://centos.org/" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T18:40:00.917 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T18:40:00.918 INFO:teuthology.orchestra.run.smithi067.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T18:40:00.918 INFO:teuthology.lock.ops:Updating smithi067.front.sepia.ceph.com on lock server 2024-09-10T18:40:00.939 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2024-09-10T18:40:00.957 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2024-09-10T18:40:00.958 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2024-09-10T18:40:01.016 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="CentOS Stream" 2024-09-10T18:40:01.016 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="9" 2024-09-10T18:40:01.016 INFO:teuthology.orchestra.run.smithi172.stdout:ID="centos" 2024-09-10T18:40:01.016 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE="rhel fedora" 2024-09-10T18:40:01.016 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="9" 2024-09-10T18:40:01.017 INFO:teuthology.orchestra.run.smithi172.stdout:PLATFORM_ID="platform:el9" 2024-09-10T18:40:01.017 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T18:40:01.017 INFO:teuthology.orchestra.run.smithi172.stdout:ANSI_COLOR="0;31" 2024-09-10T18:40:01.017 INFO:teuthology.orchestra.run.smithi172.stdout:LOGO="fedora-logo-icon" 2024-09-10T18:40:01.017 INFO:teuthology.orchestra.run.smithi172.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T18:40:01.017 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://centos.org/" 2024-09-10T18:40:01.017 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T18:40:01.017 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T18:40:01.018 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T18:40:01.019 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2024-09-10T18:40:01.039 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T18:40:01.047 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T18:40:01.051 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T18:40:01.051 DEBUG:teuthology.orchestra.run.smithi067:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:40:01.053 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:40:01.072 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T18:40:01.078 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T18:40:01.078 DEBUG:teuthology.orchestra.run.smithi067:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:40:01.110 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:40:01.215 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T18:40:01.271 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T18:40:01.285 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T18:40:01.285 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-10T18:40:01.285 DEBUG:teuthology.orchestra.run.smithi067:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:40:01.286 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:40:01.302 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:40:01.302 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-09-10T18:40:01.303 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:40:01.304 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-09-10T18:40:01.359 INFO:teuthology.orchestra.run.smithi172.stdout:5.14.0-503.el9.x86_64 2024-09-10T18:40:01.359 INFO:teuthology.task.kernel:Running kernel on smithi172: 5.14.0-503.el9.x86_64 2024-09-10T18:40:01.359 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum install -y kernel 2024-09-10T18:40:01.362 INFO:teuthology.orchestra.run.smithi067.stdout:5.14.0-503.el9.x86_64 2024-09-10T18:40:01.362 INFO:teuthology.task.kernel:Running kernel on smithi067: 5.14.0-503.el9.x86_64 2024-09-10T18:40:01.362 DEBUG:teuthology.orchestra.run.smithi067:> sudo yum install -y kernel 2024-09-10T18:40:04.958 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.2 MB 00:01 2024-09-10T18:40:05.247 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - BaseOS 3.8 MB/s | 8.2 MB 00:02 2024-09-10T18:40:06.982 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - AppStream 35 MB/s | 20 MB 00:00 2024-09-10T18:40:11.649 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - CRB 9.5 MB/s | 6.5 MB 00:00 2024-09-10T18:40:12.683 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - AppStream 3.1 MB/s | 20 MB 00:06 2024-09-10T18:40:13.274 INFO:teuthology.orchestra.run.smithi067.stdout:CentOS Stream 9 - Extras packages 48 kB/s | 19 kB 00:00 2024-09-10T18:40:14.195 INFO:teuthology.orchestra.run.smithi067.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-10T18:40:18.008 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.5 MB 00:01 2024-09-10T18:40:19.559 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - Extras packages 55 kB/s | 19 kB 00:00 2024-09-10T18:40:19.835 INFO:teuthology.orchestra.run.smithi067.stdout:lab-extras 28 kB/s | 1.7 kB 00:00 2024-09-10T18:40:20.538 INFO:teuthology.orchestra.run.smithi172.stdout:Extra Packages for Enterprise Linux 26 MB/s | 23 MB 00:00 2024-09-10T18:40:21.900 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T18:40:21.900 INFO:teuthology.orchestra.run.smithi067.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T18:40:21.987 INFO:teuthology.orchestra.run.smithi067.stdout:Dependencies resolved. 2024-09-10T18:40:21.992 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout: Package Architecture Version Repository Size 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout:Installing: 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout:Installing dependencies: 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction Summary 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout:================================================================================ 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout:Install 4 Packages 2024-09-10T18:40:21.993 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:40:21.994 INFO:teuthology.orchestra.run.smithi067.stdout:Total download size: 79 M 2024-09-10T18:40:21.994 INFO:teuthology.orchestra.run.smithi067.stdout:Installed size: 126 M 2024-09-10T18:40:21.994 INFO:teuthology.orchestra.run.smithi067.stdout:Downloading Packages: 2024-09-10T18:40:22.186 INFO:teuthology.orchestra.run.smithi067.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 252 kB/s | 23 kB 00:00 2024-09-10T18:40:22.511 INFO:teuthology.orchestra.run.smithi067.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-09-10T18:40:23.028 INFO:teuthology.orchestra.run.smithi067.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 34 MB/s | 29 MB 00:00 2024-09-10T18:40:23.528 INFO:teuthology.orchestra.run.smithi067.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 24 MB/s | 35 MB 00:01 2024-09-10T18:40:23.529 INFO:teuthology.orchestra.run.smithi067.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:40:23.529 INFO:teuthology.orchestra.run.smithi067.stdout:Total 51 MB/s | 79 MB 00:01 2024-09-10T18:40:24.235 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction check 2024-09-10T18:40:24.609 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction check succeeded. 2024-09-10T18:40:24.609 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction test 2024-09-10T18:40:25.624 INFO:teuthology.orchestra.run.smithi067.stdout:Transaction test succeeded. 2024-09-10T18:40:25.624 INFO:teuthology.orchestra.run.smithi067.stdout:Running transaction 2024-09-10T18:40:25.994 INFO:teuthology.orchestra.run.smithi172.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-09-10T18:40:27.976 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T18:40:27.976 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T18:40:28.077 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-09-10T18:40:28.083 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-09-10T18:40:28.083 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2024-09-10T18:40:28.083 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-09-10T18:40:28.083 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2024-09-10T18:40:28.083 INFO:teuthology.orchestra.run.smithi172.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T18:40:28.083 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2024-09-10T18:40:28.083 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T18:40:28.083 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T18:40:28.084 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T18:40:28.084 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-09-10T18:40:28.084 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2024-09-10T18:40:28.084 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-09-10T18:40:28.084 INFO:teuthology.orchestra.run.smithi172.stdout:Install 4 Packages 2024-09-10T18:40:28.084 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-09-10T18:40:28.084 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 79 M 2024-09-10T18:40:28.085 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 126 M 2024-09-10T18:40:28.085 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2024-09-10T18:40:28.175 INFO:teuthology.orchestra.run.smithi067.stdout: Preparing : 1/1 2024-09-10T18:40:28.670 INFO:teuthology.orchestra.run.smithi172.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 42 kB/s | 23 kB 00:00 2024-09-10T18:40:28.864 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:40:28.945 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:40:29.546 INFO:teuthology.orchestra.run.smithi172.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 11 MB/s | 16 MB 00:01 2024-09-10T18:40:30.221 INFO:teuthology.orchestra.run.smithi172.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-10T18:40:31.725 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:40:31.746 INFO:teuthology.orchestra.run.smithi172.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 9.3 MB/s | 29 MB 00:03 2024-09-10T18:40:31.746 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:40:31.747 INFO:teuthology.orchestra.run.smithi172.stdout:Total 22 MB/s | 79 MB 00:03 2024-09-10T18:40:31.857 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:40:32.433 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2024-09-10T18:40:32.792 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2024-09-10T18:40:32.792 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2024-09-10T18:40:33.720 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2024-09-10T18:40:33.720 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2024-09-10T18:40:36.181 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2024-09-10T18:40:36.872 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:40:36.955 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:40:36.988 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:40:37.041 INFO:teuthology.orchestra.run.smithi067.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:40:39.753 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:40:39.892 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:40:42.199 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:40:44.732 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:40:44.775 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:40:49.671 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:41:20.742 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:41:20.783 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:41:21.099 INFO:teuthology.orchestra.run.smithi067.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:41:21.099 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:41:21.100 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:41:21.100 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:41:21.909 INFO:teuthology.orchestra.run.smithi067.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:41:21.909 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:41:21.909 INFO:teuthology.orchestra.run.smithi067.stdout:Installed: 2024-09-10T18:41:21.909 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T18:41:21.909 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T18:41:21.909 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T18:41:21.909 INFO:teuthology.orchestra.run.smithi067.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T18:41:21.909 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:41:21.909 INFO:teuthology.orchestra.run.smithi067.stdout:Complete! 2024-09-10T18:41:22.252 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:41:22.340 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:41:22.341 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:41:22.341 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T18:41:22.341 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:41:22.341 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:41:22.341 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-10T18:41:22.341 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi067.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:41:22.341 DEBUG:teuthology.orchestra.run.smithi067:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:41:22.400 INFO:teuthology.orchestra.run.smithi067.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:41:22.401 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:41:22.401 DEBUG:teuthology.orchestra.run.smithi067:> sudo rpm -qi grub2-tools 2024-09-10T18:41:22.435 INFO:teuthology.orchestra.run.smithi067.stdout:Name : grub2-tools 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Epoch : 1 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Version : 2.06 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Release : 82.el9 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Architecture: x86_64 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Group : Unspecified 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Size : 8274670 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:License : GPLv3+ 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T18:41:22.436 INFO:teuthology.orchestra.run.smithi067.stdout:Packager : builder@centos.org 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout:Vendor : CentOS 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout:Summary : Support tools for GRUB. 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout:Description : 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout:hardware devices. 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:41:22.437 INFO:teuthology.orchestra.run.smithi067.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T18:41:22.438 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T18:41:22.438 INFO:teuthology.task.kernel:Updating grub on smithi067 to boot 5.14.0-505.el9.x86_64 2024-09-10T18:41:22.438 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T18:41:23.042 INFO:teuthology.orchestra.run.smithi067.stderr:Generating grub configuration file ... 2024-09-10T18:41:24.408 INFO:teuthology.orchestra.run.smithi067.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T18:41:24.435 INFO:teuthology.orchestra.run.smithi067.stderr:done 2024-09-10T18:41:24.436 DEBUG:teuthology.orchestra.run.smithi067:> mktemp 2024-09-10T18:41:24.471 INFO:teuthology.orchestra.run.smithi067.stdout:/tmp/tmp.ZU6i4I76NF 2024-09-10T18:41:24.472 DEBUG:teuthology.orchestra.run.smithi067:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.ZU6i4I76NF 2024-09-10T18:41:24.538 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0666 /tmp/tmp.ZU6i4I76NF 2024-09-10T18:41:24.677 DEBUG:teuthology.orchestra.remote:smithi067:/tmp/tmp.ZU6i4I76NF is 6KB 2024-09-10T18:41:24.726 DEBUG:teuthology.orchestra.run.smithi067:> rm -fr /tmp/tmp.ZU6i4I76NF 2024-09-10T18:41:24.741 DEBUG:teuthology.orchestra.run.smithi067:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T18:41:24.803 INFO:teuthology.orchestra.run.smithi067.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T18:41:24.803 INFO:teuthology.orchestra.run.smithi067.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T18:41:24.803 INFO:teuthology.orchestra.run.smithi067.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T18:41:24.803 INFO:teuthology.orchestra.run.smithi067.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T18:41:24.804 DEBUG:teuthology.orchestra.run.smithi067:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T18:41:24.942 DEBUG:teuthology.orchestra.run.smithi067:> sudo shutdown -r now 2024-09-10T18:41:27.617 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:41:27.657 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:41:27.991 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:41:27.992 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:41:27.992 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:41:27.992 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:41:28.807 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:41:28.807 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-09-10T18:41:28.807 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2024-09-10T18:41:28.807 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T18:41:28.807 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T18:41:28.807 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T18:41:28.807 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T18:41:28.807 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-09-10T18:41:28.808 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2024-09-10T18:41:29.147 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:41:29.233 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:41:29.234 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:41:29.234 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T18:41:29.234 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:41:29.234 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:41:29.234 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-10T18:41:29.235 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi172.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:41:29.235 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:41:29.293 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:41:29.294 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:41:29.294 DEBUG:teuthology.orchestra.run.smithi172:> sudo rpm -qi grub2-tools 2024-09-10T18:41:29.334 INFO:teuthology.orchestra.run.smithi172.stdout:Name : grub2-tools 2024-09-10T18:41:29.334 INFO:teuthology.orchestra.run.smithi172.stdout:Epoch : 1 2024-09-10T18:41:29.334 INFO:teuthology.orchestra.run.smithi172.stdout:Version : 2.06 2024-09-10T18:41:29.334 INFO:teuthology.orchestra.run.smithi172.stdout:Release : 82.el9 2024-09-10T18:41:29.334 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: x86_64 2024-09-10T18:41:29.334 INFO:teuthology.orchestra.run.smithi172.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Group : Unspecified 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Size : 8274670 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:License : GPLv3+ 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Packager : builder@centos.org 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Vendor : CentOS 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Summary : Support tools for GRUB. 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout:Description : 2024-09-10T18:41:29.335 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-09-10T18:41:29.336 INFO:teuthology.orchestra.run.smithi172.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T18:41:29.336 INFO:teuthology.orchestra.run.smithi172.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T18:41:29.336 INFO:teuthology.orchestra.run.smithi172.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T18:41:29.336 INFO:teuthology.orchestra.run.smithi172.stdout:hardware devices. 2024-09-10T18:41:29.336 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-09-10T18:41:29.336 INFO:teuthology.orchestra.run.smithi172.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T18:41:29.337 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T18:41:29.337 INFO:teuthology.task.kernel:Updating grub on smithi172 to boot 5.14.0-505.el9.x86_64 2024-09-10T18:41:29.337 DEBUG:teuthology.orchestra.run.smithi172:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T18:41:29.972 INFO:teuthology.orchestra.run.smithi172.stderr:Generating grub configuration file ... 2024-09-10T18:41:31.317 INFO:teuthology.orchestra.run.smithi172.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T18:41:31.353 INFO:teuthology.orchestra.run.smithi172.stderr:done 2024-09-10T18:41:31.355 DEBUG:teuthology.orchestra.run.smithi172:> mktemp 2024-09-10T18:41:31.371 INFO:teuthology.orchestra.run.smithi172.stdout:/tmp/tmp.PecJeReY6u 2024-09-10T18:41:31.371 DEBUG:teuthology.orchestra.run.smithi172:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PecJeReY6u 2024-09-10T18:41:31.437 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0666 /tmp/tmp.PecJeReY6u 2024-09-10T18:41:31.586 DEBUG:teuthology.orchestra.remote:smithi172:/tmp/tmp.PecJeReY6u is 6KB 2024-09-10T18:41:31.636 DEBUG:teuthology.orchestra.run.smithi172:> rm -fr /tmp/tmp.PecJeReY6u 2024-09-10T18:41:31.651 DEBUG:teuthology.orchestra.run.smithi172:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T18:41:31.731 INFO:teuthology.orchestra.run.smithi172.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T18:41:31.731 INFO:teuthology.orchestra.run.smithi172.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T18:41:31.731 INFO:teuthology.orchestra.run.smithi172.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T18:41:31.731 INFO:teuthology.orchestra.run.smithi172.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T18:41:31.732 DEBUG:teuthology.orchestra.run.smithi172:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T18:41:31.892 DEBUG:teuthology.orchestra.run.smithi172:> sudo shutdown -r now 2024-09-10T18:41:54.965 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-10T18:41:54.966 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-10T18:41:54.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:42:01.901 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-10T18:42:01.901 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-09-10T18:42:01.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:42:13.441 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-09-10T18:42:20.353 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2024-09-10T18:42:22.444 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-10T18:42:22.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:42:25.501 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-09-10T18:42:29.357 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-09-10T18:42:29.357 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:42:32.417 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2024-09-10T18:42:37.505 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-10T18:42:37.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:42:44.425 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-09-10T18:42:44.425 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:42:55.933 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.67 2024-09-10T18:43:10.949 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-10T18:43:10.950 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:43:11.439 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-09-10T18:43:11.813 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-10T18:43:11.813 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-10T18:43:11.814 DEBUG:teuthology.orchestra.run.smithi067:> uname -r 2024-09-10T18:43:11.829 INFO:teuthology.orchestra.run.smithi067.stdout:5.14.0-505.el9.x86_64 2024-09-10T18:43:11.829 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T18:43:11.830 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:43:11.830 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T18:43:12.830 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-10T18:43:12.831 DEBUG:teuthology.orchestra.run.smithi067:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:43:12.966 INFO:teuthology.orchestra.run.smithi067.stdout:ttyS1 2024-09-10T18:43:12.987 DEBUG:teuthology.parallel:result is None 2024-09-10T18:43:44.429 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T18:43:59.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-09-10T18:43:59.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:43:59.840 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-09-10T18:44:00.175 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-09-10T18:44:00.176 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-10T18:44:00.176 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-09-10T18:44:00.192 INFO:teuthology.orchestra.run.smithi172.stdout:5.14.0-505.el9.x86_64 2024-09-10T18:44:00.192 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T18:44:00.193 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:44:00.193 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T18:44:01.194 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-10T18:44:01.194 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:44:01.270 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2024-09-10T18:44:01.294 DEBUG:teuthology.parallel:result is None 2024-09-10T18:44:01.294 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T18:44:01.303 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T18:44:01.304 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:44:01.308 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:44:01.327 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T18:44:01.334 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T18:44:01.396 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T18:44:01.396 DEBUG:teuthology.orchestra.run.smithi067:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:44:01.399 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:44:01.427 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T18:44:01.434 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T18:44:01.434 DEBUG:teuthology.orchestra.run.smithi067:> 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-09-10T18:44:01.465 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-10T18:44:01.500 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:44:01.506 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:44:01.512 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:44:01.518 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:44:01.520 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T18:44:01.526 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T18:44:01.527 DEBUG:teuthology.orchestra.run.smithi067:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:44:01.557 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:44:01.587 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T18:44:01.596 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T18:44:01.597 DEBUG:teuthology.orchestra.run.smithi067:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:44:01.628 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:44:01.647 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:44:01.726 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:44:01.779 DEBUG:teuthology.orchestra.run.smithi067:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:44:01.865 DEBUG:teuthology.orchestra.run.smithi067:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:44:01.905 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:44:01.905 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:44:01.972 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:44:02.018 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:44:02.079 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:44:02.116 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:44:02.166 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-09-10T18:44:02.166 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:44:02.233 DEBUG:teuthology.orchestra.run.smithi067:> sudo service rsyslog restart 2024-09-10T18:44:02.235 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2024-09-10T18:44:02.280 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:44:02.317 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:44:02.562 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T18:44:02.575 INFO:teuthology.task.internal:Starting timer... 2024-09-10T18:44:02.575 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T18:44:02.585 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T18:44:02.599 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-10T18:44:02.600 DEBUG:teuthology.orchestra.run.smithi067:> sudo service auditd rotate 2024-09-10T18:44:02.660 INFO:teuthology.orchestra.run.smithi067.stdout:Rotating logs: 2024-09-10T18:44:02.662 DEBUG:teuthology.orchestra.run.smithi172:> sudo service auditd rotate 2024-09-10T18:44:02.717 INFO:teuthology.orchestra.run.smithi172.stdout:Rotating logs: 2024-09-10T18:44:02.719 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T18:44:02.720 DEBUG:teuthology.orchestra.run.smithi067:> /usr/sbin/getenforce 2024-09-10T18:44:02.754 INFO:teuthology.orchestra.run.smithi067.stdout:Permissive 2024-09-10T18:44:02.754 DEBUG:teuthology.orchestra.run.smithi172:> /usr/sbin/getenforce 2024-09-10T18:44:02.783 INFO:teuthology.orchestra.run.smithi172.stdout:Permissive 2024-09-10T18:44:02.783 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi067.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi172.front.sepia.ceph.com': 'permissive'} 2024-09-10T18:44:02.783 DEBUG:teuthology.orchestra.run.smithi067:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-10T18:44:02.822 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:44:02.824 DEBUG:teuthology.orchestra.run.smithi172:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-10T18:44:02.850 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:44:02.850 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T18:44:02.851 DEBUG:teuthology.orchestra.run.smithi067:> sudo /usr/sbin/setenforce permissive 2024-09-10T18:44:02.899 DEBUG:teuthology.orchestra.run.smithi172:> sudo /usr/sbin/setenforce permissive 2024-09-10T18:44:02.928 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T18:44:02.939 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-10T18:44:02.942 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-10T18:44:03.054 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T18:44:03.067 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-09-10T18:44:03.068 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi067.front.sepia.ceph.com,smithi172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T18:47:48.413 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi067.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com')] 2024-09-10T18:47:48.415 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-10T18:47:48.416 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi067.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:47:48.492 DEBUG:teuthology.orchestra.run.smithi067:> true 2024-09-10T18:47:48.573 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi067.front.sepia.ceph.com' 2024-09-10T18:47:48.574 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-09-10T18:47:48.574 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:47:48.649 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-09-10T18:47:48.728 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-09-10T18:47:48.729 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T18:47:48.740 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T18:47:48.740 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:47:48.741 DEBUG:teuthology.orchestra.run.smithi067:> 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-09-10T18:47:48.743 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:47:48.743 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-10T18:47:48.775 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T18:47:48.790 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T18:47:48.799 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T18:47:48.814 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T18:47:48.816 INFO:teuthology.orchestra.run.smithi067.stderr:sudo: ntpd: command not found 2024-09-10T18:47:48.828 INFO:teuthology.orchestra.run.smithi067.stdout:506 Cannot talk to daemon 2024-09-10T18:47:48.838 INFO:teuthology.orchestra.run.smithi172.stderr:sudo: ntpd: command not found 2024-09-10T18:47:48.844 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T18:47:48.849 INFO:teuthology.orchestra.run.smithi172.stdout:506 Cannot talk to daemon 2024-09-10T18:47:48.858 INFO:teuthology.orchestra.run.smithi067.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T18:47:48.863 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T18:47:48.877 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T18:47:48.923 INFO:teuthology.orchestra.run.smithi067.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:47:48.926 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:47:48.926 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-09-10T18:47:48.926 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:47:48.926 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:47:48.926 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:47:48.926 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:47:48.934 INFO:teuthology.orchestra.run.smithi172.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:47:48.938 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:47:48.938 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2024-09-10T18:47:48.938 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:47:48.938 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:47:48.938 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:47:48.938 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:47:48.939 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T18:47:49.032 INFO:tasks.cephadm:Config: {'add_mons_via_daemon_add': True, 'avoid_pacific_features': True, 'cephadm_branch': 'octopus', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v15', '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': '5be57395ea235535910512ae73ba8e7ff25fe588'} 2024-09-10T18:47:49.032 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15 2024-09-10T18:47:49.033 INFO:tasks.cephadm:Cluster fsid is 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:47:49.033 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T18:47:49.033 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-10T18:47:49.034 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi067': '172.21.15.67', 'mon.smithi172': '172.21.15.172'} 2024-09-10T18:47:49.034 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T18:47:49.034 DEBUG:teuthology.orchestra.run.smithi067:> sudo hostname $(hostname -s) 2024-09-10T18:47:49.061 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2024-09-10T18:47:49.088 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref octopus)... 2024-09-10T18:47:49.089 DEBUG:teuthology.orchestra.run.smithi067:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T18:47:49.321 INFO:teuthology.orchestra.run.smithi067.stdout:-rw-r--r--. 1 ubuntu ubuntu 223479 Sep 10 18:47 /home/ubuntu/cephtest/cephadm 2024-09-10T18:47:49.322 DEBUG:teuthology.orchestra.run.smithi172:> curl --silent https://raw.githubusercontent.com/ceph/ceph/octopus/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T18:47:49.445 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-r--r--. 1 ubuntu ubuntu 223479 Sep 10 18:47 /home/ubuntu/cephtest/cephadm 2024-09-10T18:47:49.445 DEBUG:teuthology.orchestra.run.smithi067:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:47:49.462 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:47:49.486 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v15 on all hosts... 2024-09-10T18:47:49.486 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 pull 2024-09-10T18:47:49.504 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 pull 2024-09-10T18:47:49.627 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-09-10T18:47:49.635 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-09-10T18:48:09.027 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2024-09-10T18:48:09.027 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph_version": "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)", 2024-09-10T18:48:09.027 INFO:teuthology.orchestra.run.smithi172.stdout: "image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", 2024-09-10T18:48:09.027 INFO:teuthology.orchestra.run.smithi172.stdout: "repo_digest": "docker.io/ceph/ceph@sha256:0368cf225b3a13b7bdeb3d81ecf370a62931ffa5ff87af880d66aebae74f910a" 2024-09-10T18:48:09.027 INFO:teuthology.orchestra.run.smithi172.stdout:} 2024-09-10T18:48:11.840 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:48:11.841 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph_version": "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)", 2024-09-10T18:48:11.841 INFO:teuthology.orchestra.run.smithi067.stdout: "image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", 2024-09-10T18:48:11.841 INFO:teuthology.orchestra.run.smithi067.stdout: "repo_digest": "docker.io/ceph/ceph@sha256:0368cf225b3a13b7bdeb3d81ecf370a62931ffa5ff87af880d66aebae74f910a" 2024-09-10T18:48:11.841 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:48:11.858 DEBUG:teuthology.orchestra.run.smithi067:> sudo mkdir -p /etc/ceph 2024-09-10T18:48:11.889 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /etc/ceph 2024-09-10T18:48:11.923 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 777 /etc/ceph 2024-09-10T18:48:11.971 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 777 /etc/ceph 2024-09-10T18:48:11.999 INFO:tasks.cephadm:Writing seed config... 2024-09-10T18:48:12.001 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T18:48:12.001 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T18:48:12.001 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T18:48:12.001 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T18:48:12.001 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T18:48:12.001 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T18:48:12.001 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T18:48:12.001 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-10T18:48:12.002 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:48:12.002 DEBUG:teuthology.orchestra.run.smithi067:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T18:48:12.028 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 2d324e74-6fa5-11ef-bcea-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-10T18:48:12.028 DEBUG:teuthology.orchestra.run.smithi067:mon.smithi067> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067.service 2024-09-10T18:48:12.070 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T18:48:12.071 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 -v bootstrap --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 --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.67 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:48:12.236 INFO:teuthology.orchestra.run.smithi067.stderr:container_init=False 2024-09-10T18:48:12.237 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying podman|docker is present... 2024-09-10T18:48:12.237 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying lvm2 is present... 2024-09-10T18:48:12.237 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying time synchronization is in place... 2024-09-10T18:48:12.237 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled chrony.service 2024-09-10T18:48:12.243 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:48:12.243 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active chrony.service 2024-09-10T18:48:12.249 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout inactive 2024-09-10T18:48:12.249 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-10T18:48:12.256 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout enabled 2024-09-10T18:48:12.256 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active chronyd.service 2024-09-10T18:48:12.263 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout active 2024-09-10T18:48:12.263 INFO:teuthology.orchestra.run.smithi067.stderr:Unit chronyd.service is enabled and running 2024-09-10T18:48:12.263 INFO:teuthology.orchestra.run.smithi067.stderr:Repeating the final host check... 2024-09-10T18:48:12.263 INFO:teuthology.orchestra.run.smithi067.stderr:podman|docker (/bin/podman) is present 2024-09-10T18:48:12.263 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl is present 2024-09-10T18:48:12.263 INFO:teuthology.orchestra.run.smithi067.stderr:lvcreate is present 2024-09-10T18:48:12.263 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled chrony.service 2024-09-10T18:48:12.268 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:48:12.269 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active chrony.service 2024-09-10T18:48:12.274 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout inactive 2024-09-10T18:48:12.274 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled chronyd.service 2024-09-10T18:48:12.281 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout enabled 2024-09-10T18:48:12.281 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active chronyd.service 2024-09-10T18:48:12.287 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout active 2024-09-10T18:48:12.287 INFO:teuthology.orchestra.run.smithi067.stderr:Unit chronyd.service is enabled and running 2024-09-10T18:48:12.287 INFO:teuthology.orchestra.run.smithi067.stderr:Host looks OK 2024-09-10T18:48:12.287 INFO:teuthology.orchestra.run.smithi067.stderr:Cluster fsid: 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:12.288 INFO:teuthology.orchestra.run.smithi067.stderr:Acquiring lock 140499938442928 on /run/cephadm/2d324e74-6fa5-11ef-bcea-c7b262605968.lock 2024-09-10T18:48:12.288 INFO:teuthology.orchestra.run.smithi067.stderr:Lock 140499938442928 acquired on /run/cephadm/2d324e74-6fa5-11ef-bcea-c7b262605968.lock 2024-09-10T18:48:12.288 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 3300 ... 2024-09-10T18:48:12.289 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying IP 172.21.15.67 port 6789 ... 2024-09-10T18:48:12.289 INFO:teuthology.orchestra.run.smithi067.stderr:Base mon IP is 172.21.15.67, final addrv is [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-09-10T18:48:12.289 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /sbin/ip route ls 2024-09-10T18:48:12.292 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.67 metric 100 2024-09-10T18:48:12.293 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.67 metric 100 2024-09-10T18:48:12.293 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /sbin/ip -6 route ls 2024-09-10T18:48:12.293 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-10T18:48:12.293 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-09-10T18:48:12.293 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-09-10T18:48:12.293 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /sbin/ip -6 addr ls 2024-09-10T18:48:12.295 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-10T18:48:12.295 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-10T18:48:12.295 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T18:48:12.295 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-10T18:48:12.295 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout inet6 fe80::ec4:7aff:feb6:fc0b/64 scope link noprefixroute 2024-09-10T18:48:12.295 INFO:teuthology.orchestra.run.smithi067.stderr:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T18:48:12.295 INFO:teuthology.orchestra.run.smithi067.stderr:Mon IP 172.21.15.67 is in CIDR network 172.21.0.0/20 2024-09-10T18:48:12.296 INFO:teuthology.orchestra.run.smithi067.stderr:Pulling container image docker.io/ceph/ceph:v15... 2024-09-10T18:48:12.296 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v15 2024-09-10T18:48:12.415 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr Trying to pull docker.io/ceph/ceph:v15... 2024-09-10T18:48:18.907 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr Getting image source signatures 2024-09-10T18:48:18.907 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr Copying blob sha256:731c3beff4deece7d4e54bc26ecf6d99988b19ea8414524277d83bc5a5d6eb70 2024-09-10T18:48:18.907 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2024-09-10T18:48:18.907 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr Copying config sha256:2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-09-10T18:48:20.872 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stderr Writing manifest to image destination 2024-09-10T18:48:22.080 INFO:teuthology.orchestra.run.smithi067.stderr:/bin/podman: stdout 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 2024-09-10T18:48:22.084 INFO:teuthology.orchestra.run.smithi067.stderr:Extracting ceph user uid/gid from container image... 2024-09-10T18:48:22.084 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint stat -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 docker.io/ceph/ceph:v15 -c %u %g /var/lib/ceph 2024-09-10T18:48:22.790 INFO:teuthology.orchestra.run.smithi067.stderr:stat: stdout 167 167 2024-09-10T18:48:23.270 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial keys... 2024-09-10T18:48:23.271 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 docker.io/ceph/ceph:v15 --gen-print-key 2024-09-10T18:48:23.621 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: stdout AQB3lOBm+mVkIhAA2Wt/LHuLo2+0dyRuXr7c9Q== 2024-09-10T18:48:24.076 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 docker.io/ceph/ceph:v15 --gen-print-key 2024-09-10T18:48:24.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: stdout AQB4lOBmbtlJFhAASITtdRV4ThGcPzj+maX4wQ== 2024-09-10T18:48:25.031 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-authtool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 docker.io/ceph/ceph:v15 --gen-print-key 2024-09-10T18:48:25.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-authtool: stdout AQB5lOBm1JsmFBAAZz9gYnWKSGOiY7m+1vgXWw== 2024-09-10T18:48:25.862 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial monmap... 2024-09-10T18:48:25.862 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/monmaptool -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /tmp/ceph-tmpgaoe9aae:/tmp/monmap:z docker.io/ceph/ceph:v15 --create --clobber --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 --addv smithi067 [v2:172.21.15.67:3300,v1:172.21.15.67:6789] /tmp/monmap 2024-09-10T18:48:26.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T18:48:26.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:26.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T18:48:26.692 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mon... 2024-09-10T18:48:26.694 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph-mon -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067:/var/lib/ceph/mon/ceph-smithi067:z -v /tmp/ceph-tmpiunvgwtf:/tmp/keyring:z -v /tmp/ceph-tmpgaoe9aae:/tmp/monmap:z docker.io/ceph/ceph:v15 --mkfs -i smithi067 --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -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-09-10T18:48:27.041 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.007+0000 7fb41d1ae6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:48:27.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.007+0000 7fb41d1ae6c0 1 imported monmap: 2024-09-10T18:48:27.043 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr epoch 0 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr last_changed 2024-09-10T18:48:26.182987+0000 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr created 2024-09-10T18:48:26.182987+0000 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr min_mon_release 0 (unknown) 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon.smithi067 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.008+0000 7fb41d1ae6c0 0 /usr/bin/ceph-mon: set fsid to 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.008+0000 7fb41d1ae6c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.008+0000 7fb41d1ae6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.008+0000 7fb41d1ae6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.008+0000 7fb41d1ae6c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.008+0000 7fb41d1ae6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.008+0000 7fb41d1ae6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:48:27.044 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T18:48:27.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:48:27.045 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Compile date May 26 2021 2024-09-10T18:48:27.068 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: DB SUMMARY 2024-09-10T18:48:27.068 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.068 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 0, files: 2024-09-10T18:48:27.068 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.068 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.create_if_missing: 1 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.env: 0x55e2ba08a1c0 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.info_log: 0x55e2bb867620 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:48:27.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.db_log_dir: 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi067/store.db 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:48:27.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.write_buffer_manager: 0x55e2bb8a0660 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:48:27.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.row_cache: None 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.wal_filter: None 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:48:27.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:48:27.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Compression algorithms supported: 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: kZSTD supported: 0 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.009+0000 7fb41d1ae6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000001 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.merge_operator: 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e2bb7ff2b0) 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-10T18:48:27.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr hash_index_allow_collision: 1 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr checksum: 1 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr block_cache: 0x55e2bb834510 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-10T18:48:27.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr format_version: 2 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-10T18:48:27.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.num_levels: 7 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:48:27.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:48:27.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:48:27.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:48:27.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.010+0000 7fb41d1ae6c0 4 rocksdb: Options.ttl: 0 2024-09-10T18:48:27.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.011+0000 7fb41d1ae6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/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-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.011+0000 7fb41d1ae6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.012+0000 7fb41d1ae6c0 4 rocksdb: DB pointer 0x55e2bc45f200 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.013+0000 7fb406095700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.013+0000 7fb406095700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:48:27.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:48:27.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 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-09-10T18:48:27.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:48:27.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr 2024-09-10T18:48:27.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.014+0000 7fb41d1ae6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-09-10T18:48:27.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.014+0000 7fb41d1ae6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-09-10T18:48:27.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph-mon: stderr debug 2024-09-10T18:48:27.014+0000 7fb41d1ae6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi067 for mon.smithi067 2024-09-10T18:48:27.716 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:27.721 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl disable ceph.target 2024-09-10T18:48:27.931 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl enable ceph.target 2024-09-10T18:48:27.939 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-10T18:48:28.080 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl start ceph.target 2024-09-10T18:48:28.087 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl enable ceph-2d324e74-6fa5-11ef-bcea-c7b262605968.target 2024-09-10T18:48:28.095 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968.target. 2024-09-10T18:48:28.095 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968.target. 2024-09-10T18:48:28.233 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl start ceph-2d324e74-6fa5-11ef-bcea-c7b262605968.target 2024-09-10T18:48:28.250 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl daemon-reload 2024-09-10T18:48:28.388 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067 2024-09-10T18:48:28.401 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl reset-failed ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067 2024-09-10T18:48:28.407 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stderr Failed to reset failed state of unit ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067.service: Unit ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067.service not loaded. 2024-09-10T18:48:28.407 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl enable ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067 2024-09-10T18:48:28.416 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968.target.wants/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067.service → /etc/systemd/system/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@.service. 2024-09-10T18:48:28.553 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl start ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067 2024-09-10T18:48:29.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:28 smithi067 podman[23063]: 2024-09-10 18:48:28.987042675 +0000 UTC m=+0.354949578 container start 99f5781f3389ae7f1aaa1fdc40a5b3a83b584c05cfe41f4bce03087bc7b58442 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.13, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, ceph=True, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image) 2024-09-10T18:48:29.097 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:48:29.106 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout disabled 2024-09-10T18:48:29.106 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active firewalld.service 2024-09-10T18:48:29.112 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout inactive 2024-09-10T18:48:29.113 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2024-09-10T18:48:29.113 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2024-09-10T18:48:29.113 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-10T18:48:29.114 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon to start... 2024-09-10T18:48:29.114 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mon... 2024-09-10T18:48:29.114 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067:/var/lib/ceph/mon/ceph-smithi067:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status 2024-09-10T18:48:29.320 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: cluster 2024-09-10T18:48:29.024308+0000 mon.smithi067 (mon.0) 0 : [INF] mkfs 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:29.321 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: cluster 2024-09-10T18:48:29.018557+0000 mon.smithi067 (mon.0) 1 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2024-09-10T18:48:29.321 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:29 smithi067 bash[23063]: 99f5781f3389ae7f1aaa1fdc40a5b3a83b584c05cfe41f4bce03087bc7b58442 2024-09-10T18:48:29.321 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:29 smithi067 systemd[1]: Started Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:48:29.572 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout cluster: 2024-09-10T18:48:29.572 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout id: 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:29.573 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-10T18:48:29.573 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:29.573 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout services: 2024-09-10T18:48:29.573 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi067 (age 0.545765s) 2024-09-10T18:48:29.573 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-10T18:48:29.573 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-10T18:48:29.574 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:29.574 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout data: 2024-09-10T18:48:29.574 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-10T18:48:29.574 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-10T18:48:29.574 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-10T18:48:29.574 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout pgs: 2024-09-10T18:48:29.574 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:30.101 INFO:teuthology.orchestra.run.smithi067.stderr:mon is available 2024-09-10T18:48:30.104 INFO:teuthology.orchestra.run.smithi067.stderr:Assimilating anything we can from ceph.conf... 2024-09-10T18:48:30.104 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067:/var/lib/ceph/mon/ceph-smithi067:z docker.io/ceph/ceph:v15 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi067/config 2024-09-10T18:48:30.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: cluster 2024-09-10T18:48:29.022829+0000 mon.smithi067 (mon.0) 2 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2024-09-10T18:48:30.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: cluster 2024-09-10T18:48:29.023374+0000 mon.smithi067 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} 2024-09-10T18:48:30.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: cluster 2024-09-10T18:48:29.025993+0000 mon.smithi067 (mon.0) 4 : cluster [DBG] fsmap 2024-09-10T18:48:30.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: cluster 2024-09-10T18:48:29.029134+0000 mon.smithi067 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:48:30.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: cluster 2024-09-10T18:48:29.029497+0000 mon.smithi067 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:48:30.200 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: audit 2024-09-10T18:48:29.568565+0000 mon.smithi067 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/962176256' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:48:30.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:30.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout [global] 2024-09-10T18:48:30.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout fsid = 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:30.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout log_to_journald = false 2024-09-10T18:48:30.589 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.67:3300,v1:172.21.15.67:6789] 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout [mgr] 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout [osd] 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout osd_mclock_profile = high_recovery_ops 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout osd_memory_target_autotune = true 2024-09-10T18:48:30.590 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T18:48:31.107 INFO:teuthology.orchestra.run.smithi067.stderr:Generating new minimal ceph.conf... 2024-09-10T18:48:31.107 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067:/var/lib/ceph/mon/ceph-smithi067:z docker.io/ceph/ceph:v15 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi067/config 2024-09-10T18:48:31.308 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: audit 2024-09-10T18:48:30.582818+0000 mon.smithi067 (mon.0) 8 : audit [INF] from='client.? 172.21.15.67:0/1720337319' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-10T18:48:31.308 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: audit 2024-09-10T18:48:30.585652+0000 mon.smithi067 (mon.0) 9 : audit [INF] from='client.? 172.21.15.67:0/1720337319' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T18:48:32.136 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: audit 2024-09-10T18:48:31.571706+0000 mon.smithi067 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.67:0/2625277128' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:32.138 INFO:teuthology.orchestra.run.smithi067.stderr:Restarting the monitor... 2024-09-10T18:48:32.138 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl restart ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067 2024-09-10T18:48:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T18:48:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: debug 2024-09-10T18:48:32.278+0000 7f8c4a482700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:48:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23077]: debug 2024-09-10T18:48:32.278+0000 7f8c4a482700 -1 mon.smithi067@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T18:48:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 podman[23309]: 2024-09-10 18:48:32.311237265 +0000 UTC m=+0.142984777 container died 99f5781f3389ae7f1aaa1fdc40a5b3a83b584c05cfe41f4bce03087bc7b58442 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.13, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, GIT_BRANCH=HEAD, RELEASE=HEAD) 2024-09-10T18:48:33.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 podman[23309]: 2024-09-10 18:48:32.612415827 +0000 UTC m=+0.444163336 container cleanup 99f5781f3389ae7f1aaa1fdc40a5b3a83b584c05cfe41f4bce03087bc7b58442 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.13, ceph=True, org.label-schema.license=GPLv2) 2024-09-10T18:48:33.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 podman[23309]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067 2024-09-10T18:48:33.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 podman[23322]: 2024-09-10 18:48:32.796748915 +0000 UTC m=+0.483514660 container remove 99f5781f3389ae7f1aaa1fdc40a5b3a83b584c05cfe41f4bce03087bc7b58442 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, maintainer=Dimitri Savineau , GIT_CLEAN=True, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-15.2.13, org.label-schema.schema-version=1.0) 2024-09-10T18:48:33.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067.service: Deactivated successfully. 2024-09-10T18:48:33.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 systemd[1]: Stopped Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:48:33.001 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:32 smithi067 systemd[1]: Starting Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T18:48:33.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 podman[23366]: 2024-09-10 18:48:32.902791877 +0000 UTC m=+0.017674827 image pull 2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73 docker.io/ceph/ceph:v15 2024-09-10T18:48:33.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 podman[23366]: 2024-09-10 18:48:33.015086431 +0000 UTC m=+0.129969412 container create b434571614a79e2d5e809d96e984d3ff03bccb605041f4f7218fba3a151abe05 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, RELEASE=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.13, GIT_CLEAN=True, org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD) 2024-09-10T18:48:33.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 podman[23366]: 2024-09-10 18:48:33.217006809 +0000 UTC m=+0.331889761 container init b434571614a79e2d5e809d96e984d3ff03bccb605041f4f7218fba3a151abe05 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, org.label-schema.build-date=20201204, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.13, GIT_CLEAN=True, maintainer=Dimitri Savineau , ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, RELEASE=HEAD) 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 podman[23366]: 2024-09-10 18:48:33.22039978 +0000 UTC m=+0.335282723 container start b434571614a79e2d5e809d96e984d3ff03bccb605041f4f7218fba3a151abe05 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, RELEASE=HEAD, ceph=True, CEPH_POINT_RELEASE=-15.2.13, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.238+0000 7f886b4476c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.238+0000 7f886b4476c0 0 ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable), process ceph-mon, pid 1 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.238+0000 7f886b4476c0 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.242+0000 7f886b4476c0 0 load: jerasure load: lrc load: isa 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:48:33.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:48:33.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:48:33.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 1 rocksdb: do_open column families: [default] 2024-09-10T18:48:33.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T18:48:33.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:48:33.253 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Compile date May 26 2021 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: DB SUMMARY 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 1, files: 000004.sst 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 000006.log size: 70809 ; 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.env: 0x55c33808a1c0 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.info_log: 0x55c3395e28a0 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:48:33.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.db_log_dir: 2024-09-10T18:48:33.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi067/store.db 2024-09-10T18:48:33.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:48:33.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:48:33.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:48:33.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:48:33.257 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:48:33.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:48:33.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:48:33.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:48:33.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:48:33.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.write_buffer_manager: 0x55c3395a14d0 2024-09-10T18:48:33.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:48:33.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:48:33.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.row_cache: None 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.wal_filter: None 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:48:33.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:48:33.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Compression algorithms supported: 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: kZSTD supported: 0 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:48:33.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000005 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.merge_operator: 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c3394ff2c0) 2024-09-10T18:48:33.264 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cache_index_and_filter_blocks: 1 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: pin_top_level_index_and_filter: 1 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: index_type: 0 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: data_block_index_type: 0 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: hash_index_allow_collision: 1 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: checksum: 1 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: no_block_cache: 0 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: block_cache: 0x55c339534610 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: block_cache_name: BinnedLRUCache 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: block_cache_options: 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: capacity : 536870912 2024-09-10T18:48:33.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: num_shard_bits : 4 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: strict_capacity_limit : 0 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: high_pri_pool_ratio: 0.000 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: block_cache_compressed: (nil) 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: persistent_cache: (nil) 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: block_size: 4096 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: block_size_deviation: 10 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: block_restart_interval: 16 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: index_block_restart_interval: 1 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: metadata_block_size: 4096 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: partition_filters: 0 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: use_delta_encoding: 1 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:48:33.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: whole_key_filtering: 1 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: verify_compression: 0 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: read_amp_bytes_per_bit: 0 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: format_version: 2 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: enable_index_compression: 1 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: block_align: 0 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.num_levels: 7 2024-09-10T18:48:33.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:48:33.268 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:48:33.269 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:48:33.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.243+0000 7f886b4476c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:48:33.271 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: Options.ttl: 0 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/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-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994113246566, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.244+0000 7f886b4476c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.245+0000 7f886b4476c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994113247494, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 67678, "table_properties": {"data_size": 65982, "index_size": 301, "filter_size": 581, "raw_key_size": 9109, "raw_average_key_size": 47, "raw_value_size": 60776, "raw_average_value_size": 318, "num_data_blocks": 10, "num_entries": 191, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.245+0000 7f886b4476c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.245+0000 7f886b4476c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725994113247843, "job": 1, "event": "recovery_finished"} 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.246+0000 7f886b4476c0 4 rocksdb: DB pointer 0x55c33a160400 2024-09-10T18:48:33.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.247+0000 7f88522b9700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.247+0000 7f88522b9700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ** DB Stats ** 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ** Compaction Stats [default] ** 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 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-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:48:33.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: L0 2/0 67.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.9 0.00 0.00 1 0.001 0 0 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Sum 2/0 67.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.9 0.00 0.00 1 0.001 0 0 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.9 0.00 0.00 1 0.001 0 0 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ** Compaction Stats [default] ** 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 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-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 103.9 0.00 0.00 1 0.001 0 0 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:48:33.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Cumulative compaction: 0.00 GB write, 21.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Interval compaction: 0.00 GB write, 21.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 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-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ** Compaction Stats [default] ** 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 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-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: L0 2/0 67.75 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.9 0.00 0.00 1 0.001 0 0 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Sum 2/0 67.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 103.9 0.00 0.00 1 0.001 0 0 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 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-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ** Compaction Stats [default] ** 2024-09-10T18:48:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 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-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 103.9 0.00 0.00 1 0.001 0 0 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Cumulative compaction: 0.00 GB write, 21.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 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-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.247+0000 7f886b4476c0 0 starting mon.smithi067 rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi067 fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.248+0000 7f886b4476c0 1 mon.smithi067@-1(???) e1 preinit fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.248+0000 7f886b4476c0 0 mon.smithi067@-1(???).mds e1 new map 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.248+0000 7f886b4476c0 0 mon.smithi067@-1(???).mds e1 print_map 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: e1 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 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-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: legacy client fscid: -1 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: No filesystems configured 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:48:33.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.248+0000 7f886b4476c0 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.248+0000 7f886b4476c0 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.248+0000 7f886b4476c0 0 mon.smithi067@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.248+0000 7f886b4476c0 0 mon.smithi067@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:31.571706+0000 mon.smithi067 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.67:0/2625277128' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.248+0000 7f886b4476c0 1 mon.smithi067@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta expand map: {default=false} 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta from 'false' to 'false' 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta expanded map: {default=false} 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta expand map: {default=info} 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta from 'info' to 'info' 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta expanded map: {default=info} 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta expand map: {default=daemon} 2024-09-10T18:48:33.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-10T18:48:33.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta expanded map: {default=daemon} 2024-09-10T18:48:33.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta expand map: {default=debug} 2024-09-10T18:48:33.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta from 'debug' to 'debug' 2024-09-10T18:48:33.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:48:33.250+0000 7f886b4476c0 20 expand_channel_meta expanded map: {default=debug} 2024-09-10T18:48:33.322 INFO:teuthology.orchestra.run.smithi067.stderr:Setting mon public_network... 2024-09-10T18:48:33.322 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mon public_network 172.21.0.0/20 2024-09-10T18:48:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:33.255219+0000 mon.smithi067 (mon.0) 1 : cluster [INF] mon.smithi067 is new leader, mons smithi067 in quorum (ranks 0) 2024-09-10T18:48:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:33.255280+0000 mon.smithi067 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0]} 2024-09-10T18:48:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:33.255332+0000 mon.smithi067 (mon.0) 3 : cluster [DBG] fsmap 2024-09-10T18:48:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:33.255367+0000 mon.smithi067 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:48:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:33.257268+0000 mon.smithi067 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:48:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 bash[23366]: b434571614a79e2d5e809d96e984d3ff03bccb605041f4f7218fba3a151abe05 2024-09-10T18:48:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:33 smithi067 systemd[1]: Started Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T18:48:34.359 INFO:teuthology.orchestra.run.smithi067.stderr:Creating mgr... 2024-09-10T18:48:34.359 INFO:teuthology.orchestra.run.smithi067.stderr:Verifying port 9283 ... 2024-09-10T18:48:34.361 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl daemon-reload 2024-09-10T18:48:34.520 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mgr.smithi067.mpnsbx 2024-09-10T18:48:34.535 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl reset-failed ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mgr.smithi067.mpnsbx 2024-09-10T18:48:34.541 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stderr Failed to reset failed state of unit ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mgr.smithi067.mpnsbx.service: Unit ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mgr.smithi067.mpnsbx.service not loaded. 2024-09-10T18:48:34.541 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl enable ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mgr.smithi067.mpnsbx 2024-09-10T18:48:34.548 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stderr Created symlink /etc/systemd/system/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968.target.wants/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mgr.smithi067.mpnsbx.service → /etc/systemd/system/ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@.service. 2024-09-10T18:48:34.698 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl start ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mgr.smithi067.mpnsbx 2024-09-10T18:48:35.117 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:33.821776+0000 mon.smithi067 (mon.0) 6 : audit [INF] from='client.? 172.21.15.67:0/2441001788' entity='client.admin' 2024-09-10T18:48:35.221 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:48:35.230 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout disabled 2024-09-10T18:48:35.230 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active firewalld.service 2024-09-10T18:48:35.237 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout inactive 2024-09-10T18:48:35.237 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2024-09-10T18:48:35.238 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to enable service . firewalld.service is not available 2024-09-10T18:48:35.238 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[]>. firewalld.service is not available 2024-09-10T18:48:35.238 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:48:35.246 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout disabled 2024-09-10T18:48:35.246 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active firewalld.service 2024-09-10T18:48:35.253 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout inactive 2024-09-10T18:48:35.253 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2024-09-10T18:48:35.253 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-09-10T18:48:35.254 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:48:35.254 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote config to /etc/ceph/ceph.conf 2024-09-10T18:48:35.254 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr to start... 2024-09-10T18:48:35.255 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for mgr... 2024-09-10T18:48:35.255 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-09-10T18:48:35.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:35.775 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:35.775 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "fsid": "2d324e74-6fa5-11ef-bcea-c7b262605968", 2024-09-10T18:48:35.775 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "health": { 2024-09-10T18:48:35.775 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:48:35.775 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:48:35.775 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 0 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smithi067" 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:48:35.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:35.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:48:35.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:35.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:48:35.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:48:35.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:48:35.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:48:35.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:48:35.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:48:35.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:35.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:48:35.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:35.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "available": false, 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modified": "2024-09-10T18:48:29.024708+0000", 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:48:35.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:35.990 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:35.770146+0000 mon.smithi067 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.67:0/881356666' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:48:36.259 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (1/10)... 2024-09-10T18:48:37.260 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-09-10T18:48:37.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:37.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:37.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "fsid": "2d324e74-6fa5-11ef-bcea-c7b262605968", 2024-09-10T18:48:37.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "health": { 2024-09-10T18:48:37.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 0 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smithi067" 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum_age": 4, 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:48:37.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:37.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-10T18:48:37.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:48:37.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:37.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:48:37.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:37.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:48:37.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:48:37.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:48:37.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:48:37.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "available": false, 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:48:37.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modified": "2024-09-10T18:48:29.024708+0000", 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:48:37.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:37.759161+0000 mon.smithi067 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.67:0/3361276723' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:48:38.341 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (2/10)... 2024-09-10T18:48:39.342 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-09-10T18:48:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:39.040300+0000 mon.smithi067 (mon.0) 9 : cluster [INF] Activating manager daemon smithi067.mpnsbx 2024-09-10T18:48:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:39.042633+0000 mon.smithi067 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi067.mpnsbx(active, starting, since 0.00243s) 2024-09-10T18:48:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.043435+0000 mon.smithi067 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:48:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.043630+0000 mon.smithi067 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.043808+0000 mon.smithi067 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.044004+0000 mon.smithi067 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.044278+0000 mon.smithi067 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.044528+0000 mon.smithi067 (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:39.046536+0000 mon.smithi067 (mon.0) 17 : cluster [INF] Manager daemon smithi067.mpnsbx is now available 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.054122+0000 mon.smithi067 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.057285+0000 mon.smithi067 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.058418+0000 mon.smithi067 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.062764+0000 mon.smithi067 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.065172+0000 mon.smithi067 (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.67:0/1956133696' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:39.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:39.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:39.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "fsid": "2d324e74-6fa5-11ef-bcea-c7b262605968", 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "health": { 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 0 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smithi067" 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-10T18:48:39.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:48:39.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:48:39.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:39.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:48:39.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "available": false, 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modified": "2024-09-10T18:48:29.024708+0000", 2024-09-10T18:48:39.798 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:48:39.799 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:39.799 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:48:39.799 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:40.347 INFO:teuthology.orchestra.run.smithi067.stderr:mgr not available, waiting (3/10)... 2024-09-10T18:48:40.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:39.787738+0000 mon.smithi067 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.67:0/1976694183' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:48:40.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:40.045129+0000 mon.smithi067 (mon.0) 24 : cluster [DBG] mgrmap e3: smithi067.mpnsbx(active, since 1.00492s) 2024-09-10T18:48:41.348 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 status -f json-pretty 2024-09-10T18:48:41.986 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 2024-09-10T18:48:41.986 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:41.986 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "fsid": "2d324e74-6fa5-11ef-bcea-c7b262605968", 2024-09-10T18:48:41.986 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "health": { 2024-09-10T18:48:41.986 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T18:48:41.986 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 0 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smithi067" 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "monmap": { 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min_mon_release_name": "octopus", 2024-09-10T18:48:41.987 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T18:48:41.988 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:41.988 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T18:48:41.988 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:41.988 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T18:48:41.988 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T18:48:41.988 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T18:48:41.988 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T18:48:41.988 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T18:48:41.988 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T18:48:41.992 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "available": true, 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:41.993 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:48:41.994 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:41.994 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T18:48:41.994 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T18:48:41.994 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modified": "2024-09-10T18:48:29.024708+0000", 2024-09-10T18:48:41.994 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": {} 2024-09-10T18:48:41.994 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:41.994 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T18:48:41.994 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:42.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:41.261117+0000 mon.smithi067 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi067.mpnsbx(active, since 2s) 2024-09-10T18:48:42.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:41.982743+0000 mon.smithi067 (mon.0) 26 : audit [DBG] from='client.? 172.21.15.67:0/366711056' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:48:42.610 INFO:teuthology.orchestra.run.smithi067.stderr:mgr is available 2024-09-10T18:48:42.611 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config-key set mgr/cephadm/ssh_user root 2024-09-10T18:48:43.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stderr set mgr/cephadm/ssh_user 2024-09-10T18:48:43.950 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling cephadm module... 2024-09-10T18:48:43.950 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable cephadm 2024-09-10T18:48:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:43.466791+0000 mon.smithi067 (mon.0) 27 : audit [INF] from='client.? 172.21.15.67:0/832611906' entity='client.admin' 2024-09-10T18:48:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:44.522258+0000 mon.smithi067 (mon.0) 28 : audit [INF] from='client.? 172.21.15.67:0/1957169466' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-10T18:48:46.071 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 5, 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_gid": 14100, 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_name": "smithi067.mpnsbx", 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.67:6800", 2024-09-10T18:48:46.750 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nonce": 3421734500 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.67:6801", 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nonce": 3421734500 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.67:6801/3421734500", 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_change": "2024-09-10T18:48:39.040194+0000", 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-09-10T18:48:46.751 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "available": true, 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:46.752 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.753 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:46.754 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:46.755 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:46.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:46.756 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:46.757 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.758 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:46.759 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-09-10T18:48:46.760 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.761 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.762 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.763 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-09-10T18:48:46.764 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.765 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.765 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.765 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:46.765 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.765 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.765 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.765 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-09-10T18:48:46.765 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.765 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.766 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-09-10T18:48:46.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-09-10T18:48:46.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:46.767 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-09-10T18:48:46.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:46.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active": { 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "active", 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:46.769 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-09-10T18:48:46.770 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-09-10T18:48:46.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-09-10T18:48:46.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:48:46.771 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.772 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.772 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.772 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-09-10T18:48:46.772 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-09-10T18:48:46.772 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:48:46.772 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.772 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:48:46.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-10T18:48:46.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-10T18:48:46.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-10T18:48:46.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:48:46.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.773 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "250", 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-09-10T18:48:46.774 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-09-10T18:48:46.775 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.775 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.775 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.776 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-10T18:48:46.777 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "end_time": { 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.778 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.779 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.780 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:46.781 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.782 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:46.783 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:46.784 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.785 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min_score": { 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-09-10T18:48:46.786 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.787 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-09-10T18:48:46.788 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "none", 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "upmap" 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:46.789 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:48:46.790 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.791 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.792 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.793 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-09-10T18:48:46.794 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.795 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "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.", 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:46.796 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:46.797 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:46.797 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:45.470933+0000 mon.smithi067 (mon.0) 29 : audit [INF] from='client.? 172.21.15.67:0/1957169466' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T18:48:46.797 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:45.471001+0000 mon.smithi067 (mon.0) 30 : cluster [DBG] mgrmap e5: smithi067.mpnsbx(active, since 6s) 2024-09-10T18:48:47.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-09-10T18:48:47.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_init": { 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "root" 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-09-10T18:48:47.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-10T18:48:47.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-09-10T18:48:47.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:48:47.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-10T18:48:47.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-10T18:48:47.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:48:47.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-09-10T18:48:47.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-10T18:48:47.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-10T18:48:47.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-10T18:48:47.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-09-10T18:48:47.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug": { 2024-09-10T18:48:47.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-09-10T18:48:47.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-10T18:48:47.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.259 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-09-10T18:48:47.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "redirect" 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "400", 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "599", 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-09-10T18:48:47.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-10T18:48:47.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-10T18:48:47.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-10T18:48:47.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "database": { 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "database", 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "hostname": { 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "password": { 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-10T18:48:47.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "port": { 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "port", 2024-09-10T18:48:47.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-10T18:48:47.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "threads": { 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "username": { 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-09-10T18:48:47.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-10T18:48:47.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:48:47.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "10", 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min_size": { 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "prefix": { 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "subtree": { 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-09-10T18:48:47.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rook", 2024-09-10T18:48:47.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.405 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.406 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.407 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.408 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.409 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "roption1": { 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "roption2": { 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.411 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.412 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.413 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.414 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.415 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.416 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.417 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "testkey": { 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.418 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.419 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.420 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "status", 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.421 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.422 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.423 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.424 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.425 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.426 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "address": { 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "address", 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.427 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.428 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.429 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.430 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.431 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.432 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.433 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.434 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.435 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.436 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.437 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.438 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "contact": { 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.439 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "description": { 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "description", 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.440 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "device_url": { 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.441 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.442 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "8", 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.443 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.444 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.445 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.446 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.447 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.448 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.449 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "organization": { 2024-09-10T18:48:47.450 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "proxy": { 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-09-10T18:48:47.451 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "url": { 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "url", 2024-09-10T18:48:47.452 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.453 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.454 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.455 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.456 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.457 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.458 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.459 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.460 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.461 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.462 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.463 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.464 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-09-10T18:48:47.465 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "identifier": { 2024-09-10T18:48:47.466 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:48:47.467 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.468 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.469 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.470 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:48:47.471 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:48:47.472 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:48:47.473 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-09-10T18:48:47.474 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:48:47.475 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": {}, 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crash", 2024-09-10T18:48:47.476 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "progress", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "status", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crash", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "progress", 2024-09-10T18:48:47.477 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "status", 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "telemetry", 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 0, 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.67:0", 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nonce": 1901224093 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:48:47.478 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.67:0", 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nonce": 1928284128 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.479 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:46.692137+0000 mon.smithi067 (mon.0) 31 : audit [DBG] from='client.? 172.21.15.67:0/36364167' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T18:48:47.802 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2024-09-10T18:48:47.802 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for Mgr epoch 5... 2024-09-10T18:48:47.803 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-09-10T18:48:50.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:49.498275+0000 mon.smithi067 (mon.0) 32 : cluster [INF] Active manager daemon smithi067.mpnsbx restarted 2024-09-10T18:48:50.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:49.498644+0000 mon.smithi067 (mon.0) 33 : cluster [INF] Activating manager daemon smithi067.mpnsbx 2024-09-10T18:48:50.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:49.503528+0000 mon.smithi067 (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T18:48:50.571 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:48:50.572 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-10T18:48:50.572 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "initialized": true 2024-09-10T18:48:50.572 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:48:50.879 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:49.553728+0000 mon.smithi067 (mon.0) 35 : cluster [DBG] mgrmap e6: smithi067.mpnsbx(active, starting, since 0.0551544s) 2024-09-10T18:48:50.879 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.555317+0000 mon.smithi067 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:48:50.879 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.555899+0000 mon.smithi067 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:48:50.879 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.556507+0000 mon.smithi067 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:48:50.879 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.556664+0000 mon.smithi067 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:48:50.879 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.556792+0000 mon.smithi067 (mon.0) 40 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:48:50.879 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.557085+0000 mon.smithi067 (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:48:50.879 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.559341+0000 mon.smithi067 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:48:50.879 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.559598+0000 mon.smithi067 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.559835+0000 mon.smithi067 (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.560063+0000 mon.smithi067 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:49.561646+0000 mon.smithi067 (mon.0) 46 : cluster [INF] Manager daemon smithi067.mpnsbx is now available 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.575709+0000 mon.smithi067 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.578480+0000 mon.smithi067 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.580760+0000 mon.smithi067 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.677251+0000 mon.smithi067 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.679623+0000 mon.smithi067 (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.687951+0000 mon.smithi067 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:48:50.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:49.689079+0000 mon.smithi067 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:48:51.080 INFO:teuthology.orchestra.run.smithi067.stderr:Mgr epoch 5 is available 2024-09-10T18:48:51.081 INFO:teuthology.orchestra.run.smithi067.stderr:Setting orchestrator backend to cephadm... 2024-09-10T18:48:51.081 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch set backend cephadm 2024-09-10T18:48:51.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:50.561366+0000 mgr.smithi067.mpnsbx (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T18:48:51.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:50.562041+0000 mon.smithi067 (mon.0) 54 : cluster [DBG] mgrmap e7: smithi067.mpnsbx(active, since 1.06346s) 2024-09-10T18:48:51.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:50.569744+0000 mgr.smithi067.mpnsbx (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T18:48:52.270 INFO:teuthology.orchestra.run.smithi067.stderr:Generating ssh key... 2024-09-10T18:48:52.270 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm generate-key 2024-09-10T18:48:53.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:48:51.569729+0000 mon.smithi067 (mon.0) 55 : cluster [DBG] mgrmap e8: smithi067.mpnsbx(active, since 2s) 2024-09-10T18:48:53.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:51.663169+0000 mgr.smithi067.mpnsbx (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:53.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:51.666635+0000 mon.smithi067 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:53.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:51.671298+0000 mon.smithi067 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:54.067 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 cephadm get-pub-key 2024-09-10T18:48:54.623 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAJarlp0WyJtmryAF7fA+U6rd0XqK80jogkv8oMdPpHft/agHs45QfaocBgafPOeL8DENpaRAxIv6sYenbkY67kfdKFLga5vPpu1fbjp67B/EwT1txzrop6bR8OUO3qv4rc2ae74oI75E5R8AMV1wV/GvMEJyD6skUisY6V1KbyuufAC6r9I9ci86SmG/JjBRkVTTsGQNdp9TTe+LJPWJ9zFhAbiqCVC55Tq1ZgGQAyYjQJflen42FKW6/GmbQDZXGodxI8XB2b0gDGuV5CAv5AG6dmv5L/yvGAnnpuokbsFKEQq5L2UVwmZaxx10VmIdXiDYNT7ToXFEWMRLZoYWeQF4OSmr2cAPz9cRplPSpUh/ZWwrWdU9BqKaxrNPS3Ry0cBmlsMD/00/dJDh6UjcANbLCnpWIEQk9GFkVjWzo9fKgp7Z1Yyd/jiuppzUppI6FQEfjxII3mo1SozzOUV/sMFeCDZcviKUyeu6JeyC7mv0aCVmJQq7Mlrghfy64THc= ceph-2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:48:54.634 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:48:52.814795+0000 mgr.smithi067.mpnsbx (mgr.14118) 5 : cephadm [INF] Generating ssh key... 2024-09-10T18:48:54.634 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:53.479053+0000 mon.smithi067 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:54.634 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:53.480619+0000 mon.smithi067 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:55.123 INFO:teuthology.orchestra.run.smithi067.stderr:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-09-10T18:48:55.123 INFO:teuthology.orchestra.run.smithi067.stderr:Adding key to root@localhost's authorized_keys... 2024-09-10T18:48:55.130 INFO:teuthology.orchestra.run.smithi067.stderr:Adding host smithi067... 2024-09-10T18:48:55.130 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch host add smithi067 2024-09-10T18:48:55.740 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:54.622593+0000 mgr.smithi067.mpnsbx (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:56.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout Added host 'smithi067' 2024-09-10T18:48:56.970 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying mon service with default placement... 2024-09-10T18:48:56.971 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mon 2024-09-10T18:48:57.575 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:55.716538+0000 mgr.smithi067.mpnsbx (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi067", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:57.575 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:56.368628+0000 mon.smithi067 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:57.576 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:48:56.368965+0000 mgr.smithi067.mpnsbx (mgr.14118) 8 : cephadm [INF] Added host smithi067 2024-09-10T18:48:57.576 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:56.699078+0000 mon.smithi067 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:57.576 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:56.699669+0000 mon.smithi067 (mon.0) 62 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:57.576 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-10T18:48:58.177 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying mgr service with default placement... 2024-09-10T18:48:58.178 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply mgr 2024-09-10T18:48:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:57.571670+0000 mgr.smithi067.mpnsbx (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:48:57.572310+0000 mgr.smithi067.mpnsbx (mgr.14118) 10 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-10T18:48:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:57.574280+0000 mon.smithi067 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:59.067 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-10T18:48:59.668 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying crash service with default placement... 2024-09-10T18:48:59.668 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply crash 2024-09-10T18:48:59.993 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:58.902088+0000 mon.smithi067 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:48:59.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:58.902608+0000 mon.smithi067 (mon.0) 65 : audit [DBG] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:48:59.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:59.063157+0000 mgr.smithi067.mpnsbx (mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:59.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:48:59.063718+0000 mgr.smithi067.mpnsbx (mgr.14118) 12 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-10T18:48:59.994 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:48:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:48:59.065746+0000 mon.smithi067 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:00.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-10T18:49:00.850 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling mgr prometheus module... 2024-09-10T18:49:00.850 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable prometheus 2024-09-10T18:49:01.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:00.251869+0000 mgr.smithi067.mpnsbx (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:01.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:00.252575+0000 mgr.smithi067.mpnsbx (mgr.14118) 14 : cephadm [INF] Saving service crash spec with placement * 2024-09-10T18:49:01.477 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:00.255475+0000 mon.smithi067 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.67:0/4122747653' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:02.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:01.447143+0000 mon.smithi067 (mon.0) 68 : audit [INF] from='client.? 172.21.15.67:0/341513603' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-10T18:49:02.894 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying prometheus service with default placement... 2024-09-10T18:49:02.895 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply prometheus 2024-09-10T18:49:03.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:02.260447+0000 mon.smithi067 (mon.0) 69 : audit [INF] from='client.? 172.21.15.67:0/341513603' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T18:49:03.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:02.260494+0000 mon.smithi067 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi067.mpnsbx(active, since 12s) 2024-09-10T18:49:07.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-10T18:49:07.491 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:06.174036+0000 mon.smithi067 (mon.0) 71 : cluster [INF] Active manager daemon smithi067.mpnsbx restarted 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:06.174661+0000 mon.smithi067 (mon.0) 72 : cluster [INF] Activating manager daemon smithi067.mpnsbx 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:06.176114+0000 mon.smithi067 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:06.226830+0000 mon.smithi067 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi067.mpnsbx(active, starting, since 0.0523157s) 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.227486+0000 mon.smithi067 (mon.0) 75 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.228093+0000 mon.smithi067 (mon.0) 76 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.228641+0000 mon.smithi067 (mon.0) 77 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.228800+0000 mon.smithi067 (mon.0) 78 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.228977+0000 mon.smithi067 (mon.0) 79 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.229276+0000 mon.smithi067 (mon.0) 80 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.229912+0000 mon.smithi067 (mon.0) 81 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067"}]: dispatch 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.230151+0000 mon.smithi067 (mon.0) 82 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:49:07.492 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.230373+0000 mon.smithi067 (mon.0) 83 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.230598+0000 mon.smithi067 (mon.0) 84 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.230825+0000 mon.smithi067 (mon.0) 85 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.231063+0000 mon.smithi067 (mon.0) 86 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.231290+0000 mon.smithi067 (mon.0) 87 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.231533+0000 mon.smithi067 (mon.0) 88 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.231760+0000 mon.smithi067 (mon.0) 89 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.232001+0000 mon.smithi067 (mon.0) 90 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.232240+0000 mon.smithi067 (mon.0) 91 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.232472+0000 mon.smithi067 (mon.0) 92 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:06.234122+0000 mon.smithi067 (mon.0) 93 : cluster [INF] Manager daemon smithi067.mpnsbx is now available 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.352660+0000 mon.smithi067 (mon.0) 94 : audit [INF] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.362929+0000 mon.smithi067 (mon.0) 95 : audit [INF] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:49:07.493 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:06.545760+0000 mon.smithi067 (mon.0) 96 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:49:07.794 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying grafana service with default placement... 2024-09-10T18:49:07.794 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply grafana 2024-09-10T18:49:08.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:07.232382+0000 mon.smithi067 (mon.0) 97 : cluster [DBG] mgrmap e11: smithi067.mpnsbx(active, since 1.05787s) 2024-09-10T18:49:08.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:07.232675+0000 mgr.smithi067.mpnsbx (mgr.14144) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-10T18:49:08.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:07.238156+0000 mon.smithi067 (mon.0) 98 : audit [INF] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:08.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:08.158347+0000 mon.smithi067 (mon.0) 99 : audit [INF] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:08.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:08.158986+0000 mon.smithi067 (mon.0) 100 : audit [DBG] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:49:08.768 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-10T18:49:09.789 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying node-exporter service with default placement... 2024-09-10T18:49:09.789 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply node-exporter 2024-09-10T18:49:10.021 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:08.761380+0000 mgr.smithi067.mpnsbx (mgr.14144) 3 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:10.021 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:08.761932+0000 mgr.smithi067.mpnsbx (mgr.14144) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-10T18:49:10.022 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:08.766450+0000 mon.smithi067 (mon.0) 101 : audit [INF] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:10.022 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:09.162170+0000 mon.smithi067 (mon.0) 102 : cluster [DBG] mgrmap e12: smithi067.mpnsbx(active, since 2s) 2024-09-10T18:49:10.410 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-10T18:49:11.255 INFO:teuthology.orchestra.run.smithi067.stderr:Deploying alertmanager service with default placement... 2024-09-10T18:49:11.255 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 orch apply alertmanager 2024-09-10T18:49:11.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:10.406570+0000 mgr.smithi067.mpnsbx (mgr.14144) 5 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:11.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:10.407258+0000 mgr.smithi067.mpnsbx (mgr.14144) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-10T18:49:11.665 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:10.409154+0000 mon.smithi067 (mon.0) 103 : audit [INF] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:11.934 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-10T18:49:12.503 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/cephadm/container_init False --force 2024-09-10T18:49:13.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:11.930107+0000 mgr.smithi067.mpnsbx (mgr.14144) 7 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:13.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:11.930624+0000 mgr.smithi067.mpnsbx (mgr.14144) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-10T18:49:13.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:11.932560+0000 mon.smithi067 (mon.0) 104 : audit [INF] from='mgr.14144 172.21.15.67:0/2437674020' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:13.684 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config set mgr mgr/dashboard/ssl_server_port 8443 2024-09-10T18:49:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:13.058180+0000 mon.smithi067 (mon.0) 105 : audit [INF] from='client.? 172.21.15.67:0/1033663021' entity='client.admin' 2024-09-10T18:49:14.858 INFO:teuthology.orchestra.run.smithi067.stderr:Enabling the dashboard module... 2024-09-10T18:49:14.858 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr module enable dashboard 2024-09-10T18:49:15.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:14.253896+0000 mon.smithi067 (mon.0) 106 : audit [INF] from='client.? 172.21.15.67:0/3504983474' entity='client.admin' 2024-09-10T18:49:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:15.454452+0000 mon.smithi067 (mon.0) 107 : audit [INF] from='client.? 172.21.15.67:0/413863610' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-10T18:49:16.989 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 mgr dump 2024-09-10T18:49:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:16.258806+0000 mon.smithi067 (mon.0) 108 : audit [INF] from='client.? 172.21.15.67:0/413863610' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T18:49:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:16.258862+0000 mon.smithi067 (mon.0) 109 : cluster [DBG] mgrmap e13: smithi067.mpnsbx(active, since 10s) 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "epoch": 13, 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_gid": 14144, 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_name": "smithi067.mpnsbx", 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_addrs": { 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.67:6800", 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nonce": 82124922 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:17.654 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:17.655 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "v1", 2024-09-10T18:49:17.655 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.67:6801", 2024-09-10T18:49:17.655 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nonce": 82124922 2024-09-10T18:49:17.655 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:17.655 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:49:17.656 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:17.656 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_addr": "172.21.15.67:6801/82124922", 2024-09-10T18:49:17.656 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_change": "2024-09-10T18:49:06.174505+0000", 2024-09-10T18:49:17.656 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_mgr_features": 4540138292840890367, 2024-09-10T18:49:17.656 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "available": true, 2024-09-10T18:49:17.656 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "standbys": [], 2024-09-10T18:49:17.656 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "modules": [ 2024-09-10T18:49:17.656 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-10T18:49:17.657 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "dashboard", 2024-09-10T18:49:17.657 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "iostat", 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "prometheus", 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "restful" 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "available_modules": [ 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "alerts", 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:49:18.069 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "How frequently to reexamine health status", 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.070 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.071 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.072 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.073 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.074 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_destination": { 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_destination", 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.075 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Email address to send alerts to", 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_from_name": { 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_from_name", 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.076 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "Ceph", 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Email From: name", 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_host": { 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_host", 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.077 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "SMTP server", 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_password": { 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_password", 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.078 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Password to authenticate with", 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_port": { 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_port", 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.079 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "465", 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "SMTP port", 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_sender": { 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_sender", 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.080 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "SMTP envelope sender", 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_ssl": { 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_ssl", 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.081 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Use SSL to connect to SMTP server", 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "smtp_user": { 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "smtp_user", 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.082 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "User to authenticate as", 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "balancer", 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.083 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active": { 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "active", 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "automatically balance PGs across cluster", 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.084 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "begin_time": { 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "begin_time", 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0000", 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "beginning time of day to automatically balance", 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.085 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "begin_weekday": { 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "begin_weekday", 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.086 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crush_compat_max_iterations": { 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crush_compat_max_iterations", 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "25", 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "250", 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crush_compat_metrics": { 2024-09-10T18:49:18.087 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crush_compat_metrics", 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "pgs,objects,bytes", 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.088 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crush_compat_step": { 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crush_compat_step", 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0.5", 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "0.001", 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "0.999", 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "aggressiveness of optimization", 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.089 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "end_time": { 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "end_time", 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "2400", 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "ending time of day to automatically balance", 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "end_weekday": { 2024-09-10T18:49:18.090 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "end_weekday", 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "0", 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "7", 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.091 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.092 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.093 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.094 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.095 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min_score": { 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "min_score", 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:49:18.096 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.097 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "none", 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crush-compat", 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "none", 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "upmap" 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Balancer mode", 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.098 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pool_ids": { 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "pool_ids", 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.099 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.100 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "upmap_max_deviation": { 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "upmap_max_deviation", 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "1", 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "deviation below which no optimization is attempted", 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.101 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "upmap_max_optimizations": { 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "upmap_max_optimizations", 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "uint", 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.102 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "cephadm", 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "allow_ptrace": { 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "allow_ptrace", 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.103 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "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.", 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "config_dashboard": { 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "config_dashboard", 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.104 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "manage configs like API endpoints in Dashboard.", 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_alertmanager": { 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_alertmanager", 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/alertmanager:v0.20.0", 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.105 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_base": { 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_base", 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph", 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.106 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Container image name, without the tag", 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_grafana": { 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_grafana", 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/ceph/ceph-grafana:6.7.4", 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.107 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_node_exporter": { 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_node_exporter", 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/node-exporter:v0.18.1", 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:49:18.108 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_image_prometheus": { 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_image_prometheus", 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "docker.io/prom/prometheus:v2.18.1", 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Prometheus container image", 2024-09-10T18:49:18.109 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "container_init": { 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "container_init", 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Run podman/docker with `--init`", 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.110 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "daemon_cache_timeout": { 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "daemon_cache_timeout", 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.111 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "device_cache_timeout": { 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "device_cache_timeout", 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "1800", 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache device inventory", 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.112 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "facts_cache_timeout": { 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "facts_cache_timeout", 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "seconds to cache host facts data", 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.113 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "host_check_interval": { 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "host_check_interval", 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to perform a host check", 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.114 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.115 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.116 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.117 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.118 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "manage_etc_ceph_ceph_conf": { 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "manage_etc_ceph_ceph_conf", 2024-09-10T18:49:18.119 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Manage and own /etc/ceph/ceph.conf on the hosts.", 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "migration_current": { 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "migration_current", 2024-09-10T18:49:18.120 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "internal - do not modify", 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mode": { 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "mode", 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.121 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "root", 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "cephadm-package", 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "root" 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "mode for remote execution of cephadm", 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.122 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "prometheus_alerts_path": { 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "prometheus_alerts_path", 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "/etc/prometheus/ceph/ceph_default_alerts.yml", 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "location of alerts to include in prometheus deployments", 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "registry_password": { 2024-09-10T18:49:18.123 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "registry_password", 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Custom repository password", 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "registry_url": { 2024-09-10T18:49:18.124 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "registry_url", 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Custom repository url", 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "registry_username": { 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "registry_username", 2024-09-10T18:49:18.125 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Custom repository username", 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ssh_config_file": { 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ssh_config_file", 2024-09-10T18:49:18.126 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "use_repo_digest": { 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "use_repo_digest", 2024-09-10T18:49:18.127 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Automatically convert image tags to image digest. Make sure all daemons use the same image", 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_on_failed_host_check": { 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_on_failed_host_check", 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.128 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if the host check fails", 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_on_stray_daemons": { 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_daemons", 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.129 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_on_stray_hosts": { 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_on_stray_hosts", 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.130 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.131 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crash", 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.132 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.133 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.134 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.135 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.136 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "retain_interval": { 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "retain_interval", 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "31536000", 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.137 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how long to retain crashes before pruning them", 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_recent_interval": { 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_recent_interval", 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "1209600", 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.138 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "time interval in which to warn about recent crashes", 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "dashboard", 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ACCOUNT_LOCKOUT_ATTEMPTS": { 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ACCOUNT_LOCKOUT_ATTEMPTS", 2024-09-10T18:49:18.139 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_HOST": { 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_HOST", 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.140 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ALERTMANAGER_API_SSL_VERIFY": { 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ALERTMANAGER_API_SSL_VERIFY", 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.141 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "AUDIT_API_ENABLED": { 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_ENABLED", 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.142 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.143 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ENABLE_BROWSABLE_API": { 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ENABLE_BROWSABLE_API", 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.144 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_cephfs": { 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.145 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_iscsi": { 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.146 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_mirroring": { 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.147 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_nfs": { 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.148 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rbd": { 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.149 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "FEATURE_TOGGLE_rgw": { 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.150 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.151 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_API_PASSWORD": { 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_PASSWORD", 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.152 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.153 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_API_URL": { 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_URL", 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.154 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_API_USERNAME": { 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_API_USERNAME", 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.155 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_FRONTEND_API_URL": { 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_FRONTEND_API_URL", 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.156 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.157 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.158 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_HOST": { 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_HOST", 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.159 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PROMETHEUS_API_SSL_VERIFY": { 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PROMETHEUS_API_SSL_VERIFY", 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.160 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.161 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.162 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.163 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.164 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.165 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.166 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.167 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_ENABLED": { 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_ENABLED", 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.168 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.169 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.170 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "8", 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.171 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "REST_REQUESTS_TIMEOUT": { 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "45", 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.172 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_ACCESS_KEY": { 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ACCESS_KEY", 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.173 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "admin", 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.174 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_HOST": { 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_HOST", 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.175 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_PORT": { 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_PORT", 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "80", 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.176 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_SCHEME": { 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SCHEME", 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "http", 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.177 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_SECRET_KEY": { 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SECRET_KEY", 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_SSL_VERIFY": { 2024-09-10T18:49:18.178 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_SSL_VERIFY", 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "RGW_API_USER_ID": { 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "RGW_API_USER_ID", 2024-09-10T18:49:18.179 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.180 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "0", 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-10T18:49:18.181 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-10T18:49:18.182 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crt_file": { 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "crt_file", 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.183 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug": { 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "debug", 2024-09-10T18:49:18.184 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Enable/disable debug options", 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "jwt_token_ttl": { 2024-09-10T18:49:18.185 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "jwt_token_ttl", 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "28800", 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-10T18:49:18.186 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.187 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.188 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.189 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.190 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.191 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.192 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "::", 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.193 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "8080", 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.194 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ssl_server_port": { 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ssl_server_port", 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "8443", 2024-09-10T18:49:18.195 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "standby_behaviour": { 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "standby_behaviour", 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "redirect", 2024-09-10T18:49:18.196 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "redirect" 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "standby_error_status_code": { 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "standby_error_status_code", 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.197 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "500", 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "400", 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "599", 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "url_prefix": { 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "url_prefix", 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.198 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "devicehealth", 2024-09-10T18:49:18.199 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enable_monitoring": { 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "enable_monitoring", 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "monitor device health metrics", 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.200 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.201 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.202 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.203 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.204 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.205 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mark_out_threshold": { 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "mark_out_threshold", 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "2419200", 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.206 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pool_name": { 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "pool_name", 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "device_health_metrics", 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "name of pool in which to store device health metrics", 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "retention_period": { 2024-09-10T18:49:18.207 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "retention_period", 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "15552000", 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how long to retain device health metrics", 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.208 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "scrape_frequency": { 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "scrape_frequency", 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to scrape device health metrics", 2024-09-10T18:49:18.209 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "self_heal": { 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "self_heal", 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.210 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.211 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to wake up and check device health", 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warn_threshold": { 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "warn_threshold", 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "7257600", 2024-09-10T18:49:18.212 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "diskprediction_local", 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.213 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.214 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.215 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.216 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.217 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "predict_interval": { 2024-09-10T18:49:18.218 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "predict_interval", 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "86400", 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "predictor_model": { 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "predictor_model", 2024-09-10T18:49:18.219 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "prophetstor", 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.220 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "600", 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.221 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "influx", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": false, 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "influxdb python module not found", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "batch_size": { 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "batch_size", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5000", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.222 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "database": { 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "database", 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "ceph", 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.223 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "hostname": { 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "hostname", 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.224 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "30", 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.225 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.226 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.227 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.228 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.229 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.230 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "password": { 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "password", 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.231 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "port": { 2024-09-10T18:49:18.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "port", 2024-09-10T18:49:18.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "8086", 2024-09-10T18:49:18.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.232 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ssl": { 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ssl", 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "false", 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.233 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "threads": { 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "threads", 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.234 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "username": { 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "username", 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.235 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "verify_ssl": { 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "verify_ssl", 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "true", 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.236 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "insights", 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.237 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.238 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.239 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.240 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.241 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "iostat", 2024-09-10T18:49:18.242 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.243 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.244 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.245 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.246 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.247 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "k8sevents", 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "ceph_event_retention_days": { 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "ceph_event_retention_days", 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.248 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "7", 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Days to hold ceph event information within local cache", 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "config_check_secs": { 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "config_check_secs", 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.249 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "10", 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.250 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.251 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.252 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.253 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.254 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "localpool", 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.255 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "failure_domain": { 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "failure_domain", 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "host", 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "failure domain for any created local pool", 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.256 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.257 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.258 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.260 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.262 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.263 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min_size": { 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "min_size", 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "default min_size for any created local pool", 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.264 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "num_rep": { 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "num_rep", 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "3", 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "default replica count for any created local pool", 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.265 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pg_num": { 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "pg_num", 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "128", 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.266 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "default pg_num for any created local pool", 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "prefix": { 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "prefix", 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.267 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "name prefix for any created local pool", 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "subtree": { 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "subtree", 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "rack", 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.268 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "CRUSH level for which to create a local pool", 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.269 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.270 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.271 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.272 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.273 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.274 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "orchestrator": { 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "orchestrator", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "cephadm", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rook", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "test_orchestrator" 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Orchestrator backend", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.275 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "osd_support", 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.276 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.277 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.278 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.279 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.280 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "pg_autoscaler", 2024-09-10T18:49:18.281 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.282 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.283 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.284 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.285 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.286 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "sleep_interval": { 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "sleep_interval", 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.287 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "progress", 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.288 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.289 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.290 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.291 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.292 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.293 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max_completed_events": { 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "max_completed_events", 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "50", 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.294 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "number of past completed events to remember", 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "persist_interval": { 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "persist_interval", 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "5", 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "how frequently to persist completed events", 2024-09-10T18:49:18.295 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "prometheus", 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.296 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.297 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.298 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.299 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.300 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rbd_stats_pools": { 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools", 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.301 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rbd_stats_pools_refresh_interval": { 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.302 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "300", 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "scrape_interval": { 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "scrape_interval", 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.303 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.304 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.305 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "stale_cache_strategy": { 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "stale_cache_strategy", 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.306 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rbd_support", 2024-09-10T18:49:18.307 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.308 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.309 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.310 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.311 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.312 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max_concurrent_snap_create": { 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_snap_create", 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10", 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.313 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mirror_snapshot_schedule": { 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "mirror_snapshot_schedule", 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.314 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "trash_purge_schedule": { 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "trash_purge_schedule", 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.315 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "restful", 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "key_file": { 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "key_file", 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.316 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.317 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.318 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.319 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.320 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_addr": { 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_addr", 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "server_port": { 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "server_port", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.323 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rook", 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.324 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.325 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.326 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.327 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.328 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "selftest", 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.329 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.330 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.331 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.332 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.333 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.334 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "roption1": { 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "roption1", 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.335 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "roption2": { 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "roption2", 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "xyz", 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.336 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption1": { 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption1", 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.337 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption2": { 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption2", 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.338 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption3": { 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption3", 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "float", 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.339 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption4": { 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption4", 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.340 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption5": { 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption5", 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.341 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rwoption6": { 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "rwoption6", 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.342 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "testkey": { 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "testkey", 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.343 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "testlkey": { 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "testlkey", 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.344 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "testnewline": { 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "testnewline", 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.345 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "status", 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.346 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.347 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.348 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.349 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.350 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "telegraf", 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "address": { 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "address", 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.351 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.352 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "15", 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.353 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.354 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.355 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.356 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.357 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "telemetry", 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.358 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "channel_basic": { 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "channel_basic", 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Share basic cluster information (size, version)", 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "channel_crash": { 2024-09-10T18:49:18.359 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "channel_crash", 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "channel_device": { 2024-09-10T18:49:18.360 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "channel_device", 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "True", 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "channel_ident": { 2024-09-10T18:49:18.361 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "channel_ident", 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "contact": { 2024-09-10T18:49:18.362 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "contact", 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "description": { 2024-09-10T18:49:18.363 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "description", 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.364 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "device_url": { 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "device_url", 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.365 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enabled": { 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "enabled", 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.366 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "24", 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "8", 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "last_opt_revision": { 2024-09-10T18:49:18.367 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "last_opt_revision", 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "1", 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "leaderboard": { 2024-09-10T18:49:18.368 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "leaderboard", 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.369 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.370 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.371 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.372 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.373 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "organization": { 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "organization", 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.374 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "proxy": { 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "proxy", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.375 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "url": { 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "url", 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.376 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "test_orchestrator", 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.377 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.378 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.379 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.380 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.381 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.382 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "volumes", 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.383 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.384 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.385 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.386 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.387 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max_concurrent_clones": { 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "max_concurrent_clones", 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "4", 2024-09-10T18:49:18.388 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "Number of asynchronous cloner threads", 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "zabbix", 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "can_run": true, 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error_string": "", 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "module_options": { 2024-09-10T18:49:18.389 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "discovery_interval": { 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "discovery_interval", 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "100", 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "identifier": { 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "identifier", 2024-09-10T18:49:18.390 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "interval": { 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "interval", 2024-09-10T18:49:18.391 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "secs", 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "60", 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_level": { 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_level", 2024-09-10T18:49:18.392 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.393 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster": { 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster", 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.394 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_cluster_level": { 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_cluster_level", 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "info", 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [ 2024-09-10T18:49:18.395 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "", 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "critical", 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "debug", 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "error", 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "info", 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "warning" 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "log_to_file": { 2024-09-10T18:49:18.396 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "log_to_file", 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "bool", 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 1, 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "False", 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "zabbix_host": { 2024-09-10T18:49:18.397 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "zabbix_host", 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "None", 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "zabbix_port": { 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "zabbix_port", 2024-09-10T18:49:18.398 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "int", 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "10051", 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "zabbix_sender": { 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "name": "zabbix_sender", 2024-09-10T18:49:18.399 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "str", 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "level": "advanced", 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "flags": 0, 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "min": "", 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "max": "", 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "enum_allowed": [], 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "desc": "", 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "long_desc": "", 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "tags": [], 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "see_also": [] 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.400 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "services": { 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "prometheus": "http://smithi067.front.sepia.ceph.com:9283/" 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "always_on_modules": { 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nautilus": [ 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crash", 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "orchestrator_cli", 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "progress", 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "status", 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.401 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "octopus": [ 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "balancer", 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "crash", 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "devicehealth", 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "orchestrator", 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "pg_autoscaler", 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "progress", 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "rbd_support", 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "status", 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "telemetry", 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "volumes" 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ], 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "last_failure_osd_epoch": 3, 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "active_clients": [ 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.402 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.67:0", 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nonce": 896052041 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout }, 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addrvec": [ 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "type": "v2", 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "addr": "172.21.15.67:0", 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "nonce": 851334694 2024-09-10T18:49:18.403 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:49:18.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout ] 2024-09-10T18:49:18.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.404 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:18.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:17.648808+0000 mon.smithi067 (mon.0) 110 : audit [DBG] from='client.? 172.21.15.67:0/1595322084' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T18:49:18.717 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for the mgr to restart... 2024-09-10T18:49:18.717 INFO:teuthology.orchestra.run.smithi067.stderr:Waiting for Mgr epoch 13... 2024-09-10T18:49:18.718 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 tell mgr mgr_status 2024-09-10T18:49:20.556 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:20.250435+0000 mon.smithi067 (mon.0) 111 : cluster [INF] Active manager daemon smithi067.mpnsbx restarted 2024-09-10T18:49:20.556 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:20.250824+0000 mon.smithi067 (mon.0) 112 : cluster [INF] Activating manager daemon smithi067.mpnsbx 2024-09-10T18:49:20.556 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:20.252918+0000 mon.smithi067 (mon.0) 113 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:49:21.321 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout { 2024-09-10T18:49:21.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "mgrmap_epoch": 15, 2024-09-10T18:49:21.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout "initialized": true 2024-09-10T18:49:21.322 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout } 2024-09-10T18:49:21.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:20.303907+0000 mon.smithi067 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi067.mpnsbx(active, starting, since 0.053183s) 2024-09-10T18:49:21.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.304704+0000 mon.smithi067 (mon.0) 115 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:49:21.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.306703+0000 mon.smithi067 (mon.0) 116 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:49:21.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.306993+0000 mon.smithi067 (mon.0) 117 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:49:21.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.307214+0000 mon.smithi067 (mon.0) 118 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:49:21.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.307430+0000 mon.smithi067 (mon.0) 119 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:49:21.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.307722+0000 mon.smithi067 (mon.0) 120 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:49:21.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.308340+0000 mon.smithi067 (mon.0) 121 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067"}]: dispatch 2024-09-10T18:49:21.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.308594+0000 mon.smithi067 (mon.0) 122 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:49:21.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.308839+0000 mon.smithi067 (mon.0) 123 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:49:21.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.309105+0000 mon.smithi067 (mon.0) 124 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:49:21.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.309341+0000 mon.smithi067 (mon.0) 125 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-09-10T18:49:21.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.309573+0000 mon.smithi067 (mon.0) 126 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:49:21.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.309804+0000 mon.smithi067 (mon.0) 127 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:49:21.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.310050+0000 mon.smithi067 (mon.0) 128 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-09-10T18:49:21.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.310281+0000 mon.smithi067 (mon.0) 129 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:49:21.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.310512+0000 mon.smithi067 (mon.0) 130 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:49:21.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.310737+0000 mon.smithi067 (mon.0) 131 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:49:21.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.310986+0000 mon.smithi067 (mon.0) 132 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:49:21.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.311233+0000 mon.smithi067 (mon.0) 133 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:49:21.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.311457+0000 mon.smithi067 (mon.0) 134 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:49:21.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.311684+0000 mon.smithi067 (mon.0) 135 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:49:21.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.311914+0000 mon.smithi067 (mon.0) 136 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:49:21.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:20.313531+0000 mon.smithi067 (mon.0) 137 : cluster [INF] Manager daemon smithi067.mpnsbx is now available 2024-09-10T18:49:21.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.446287+0000 mon.smithi067 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:49:21.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.453798+0000 mon.smithi067 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:49:21.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:20.639129+0000 mon.smithi067 (mon.0) 140 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:49:22.232 INFO:teuthology.orchestra.run.smithi067.stderr:Mgr epoch 13 is available 2024-09-10T18:49:22.232 INFO:teuthology.orchestra.run.smithi067.stderr:Generating a dashboard self-signed certificate... 2024-09-10T18:49:22.233 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 dashboard create-self-signed-cert 2024-09-10T18:49:22.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:21.312577+0000 mgr.smithi067.mpnsbx (mgr.14164) 1 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-10T18:49:22.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:21.313546+0000 mon.smithi067 (mon.0) 141 : cluster [DBG] mgrmap e15: smithi067.mpnsbx(active, since 1.06282s) 2024-09-10T18:49:22.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:21.319839+0000 mgr.smithi067.mpnsbx (mgr.14164) 2 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T18:49:22.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:21.906508+0000 mon.smithi067 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:22.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:21.907018+0000 mon.smithi067 (mon.0) 143 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:49:23.967 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-10T18:49:24.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:22.908011+0000 mon.smithi067 (mon.0) 144 : cluster [DBG] mgrmap e16: smithi067.mpnsbx(active, since 2s) 2024-09-10T18:49:24.614 INFO:teuthology.orchestra.run.smithi067.stderr:Creating initial admin user... 2024-09-10T18:49:24.615 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp3hp0krxi:/tmp/dashboard.pw:z docker.io/ceph/ceph:v15 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2024-09-10T18:49:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:23.889210+0000 mgr.smithi067.mpnsbx (mgr.14164) 3 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:23.963415+0000 mon.smithi067 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:23.965794+0000 mon.smithi067 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:25.512 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$YmyKuzNvoqGHevtDRTeRY.1vny9bqGERNab1WnScGGbqM7s1fytja", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725994165, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T18:49:26.116 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:25.246359+0000 mgr.smithi067.mpnsbx (mgr.14164) 4 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:26.116 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:25.506174+0000 mon.smithi067 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:26.118 INFO:teuthology.orchestra.run.smithi067.stderr:Fetching dashboard port number... 2024-09-10T18:49:26.118 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /bin/podman run --rm --ipc=host --net=host --entrypoint /usr/bin/ceph -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15 -e NODE_NAME=smithi067 -v /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmphsevkjku:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpeq7oe_t1:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v15 config get mgr mgr/dashboard/ssl_server_port 2024-09-10T18:49:26.745 INFO:teuthology.orchestra.run.smithi067.stderr:/usr/bin/ceph: stdout 8443 2024-09-10T18:49:27.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:26.744159+0000 mon.smithi067 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.67:0/2601205501' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-10T18:49:27.391 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:49:27.402 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout disabled 2024-09-10T18:49:27.402 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: systemctl is-active firewalld.service 2024-09-10T18:49:27.409 INFO:teuthology.orchestra.run.smithi067.stderr:systemctl: stdout inactive 2024-09-10T18:49:27.410 INFO:teuthology.orchestra.run.smithi067.stderr:firewalld.service is not enabled 2024-09-10T18:49:27.410 INFO:teuthology.orchestra.run.smithi067.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-10T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stderr:Ceph Dashboard is now available at: 2024-09-10T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-10T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stderr: URL: https://smithi067.front.sepia.ceph.com:8443/ 2024-09-10T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stderr: User: admin 2024-09-10T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stderr: Password: mfbv5o5k6m 2024-09-10T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-10T18:49:27.414 INFO:teuthology.orchestra.run.smithi067.stderr:You can access the Ceph CLI with: 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr:Please consider enabling telemetry to help improve Ceph: 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr: ceph telemetry on 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr:For more information see: 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-10T18:49:27.415 INFO:teuthology.orchestra.run.smithi067.stderr:Bootstrap complete. 2024-09-10T18:49:27.416 INFO:teuthology.orchestra.run.smithi067.stderr:Releasing lock 140499938442928 on /run/cephadm/2d324e74-6fa5-11ef-bcea-c7b262605968.lock 2024-09-10T18:49:27.416 INFO:teuthology.orchestra.run.smithi067.stderr:Lock 140499938442928 released on /run/cephadm/2d324e74-6fa5-11ef-bcea-c7b262605968.lock 2024-09-10T18:49:27.450 INFO:tasks.cephadm:Fetching config... 2024-09-10T18:49:27.450 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:49:27.450 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T18:49:27.469 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T18:49:27.469 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:49:27.469 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T18:49:27.526 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T18:49:27.527 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:49:27.527 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/keyring of=/dev/stdout 2024-09-10T18:49:27.595 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T18:49:27.595 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:49:27.595 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T18:49:27.653 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T18:49:27.654 DEBUG:teuthology.orchestra.run.smithi067:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAJarlp0WyJtmryAF7fA+U6rd0XqK80jogkv8oMdPpHft/agHs45QfaocBgafPOeL8DENpaRAxIv6sYenbkY67kfdKFLga5vPpu1fbjp67B/EwT1txzrop6bR8OUO3qv4rc2ae74oI75E5R8AMV1wV/GvMEJyD6skUisY6V1KbyuufAC6r9I9ci86SmG/JjBRkVTTsGQNdp9TTe+LJPWJ9zFhAbiqCVC55Tq1ZgGQAyYjQJflen42FKW6/GmbQDZXGodxI8XB2b0gDGuV5CAv5AG6dmv5L/yvGAnnpuokbsFKEQq5L2UVwmZaxx10VmIdXiDYNT7ToXFEWMRLZoYWeQF4OSmr2cAPz9cRplPSpUh/ZWwrWdU9BqKaxrNPS3Ry0cBmlsMD/00/dJDh6UjcANbLCnpWIEQk9GFkVjWzo9fKgp7Z1Yyd/jiuppzUppI6FQEfjxII3mo1SozzOUV/sMFeCDZcviKUyeu6JeyC7mv0aCVmJQq7Mlrghfy64THc= ceph-2d324e74-6fa5-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:49:27.730 INFO:teuthology.orchestra.run.smithi067.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAJarlp0WyJtmryAF7fA+U6rd0XqK80jogkv8oMdPpHft/agHs45QfaocBgafPOeL8DENpaRAxIv6sYenbkY67kfdKFLga5vPpu1fbjp67B/EwT1txzrop6bR8OUO3qv4rc2ae74oI75E5R8AMV1wV/GvMEJyD6skUisY6V1KbyuufAC6r9I9ci86SmG/JjBRkVTTsGQNdp9TTe+LJPWJ9zFhAbiqCVC55Tq1ZgGQAyYjQJflen42FKW6/GmbQDZXGodxI8XB2b0gDGuV5CAv5AG6dmv5L/yvGAnnpuokbsFKEQq5L2UVwmZaxx10VmIdXiDYNT7ToXFEWMRLZoYWeQF4OSmr2cAPz9cRplPSpUh/ZWwrWdU9BqKaxrNPS3Ry0cBmlsMD/00/dJDh6UjcANbLCnpWIEQk9GFkVjWzo9fKgp7Z1Yyd/jiuppzUppI6FQEfjxII3mo1SozzOUV/sMFeCDZcviKUyeu6JeyC7mv0aCVmJQq7Mlrghfy64THc= ceph-2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:49:27.742 DEBUG:teuthology.orchestra.run.smithi172:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAJarlp0WyJtmryAF7fA+U6rd0XqK80jogkv8oMdPpHft/agHs45QfaocBgafPOeL8DENpaRAxIv6sYenbkY67kfdKFLga5vPpu1fbjp67B/EwT1txzrop6bR8OUO3qv4rc2ae74oI75E5R8AMV1wV/GvMEJyD6skUisY6V1KbyuufAC6r9I9ci86SmG/JjBRkVTTsGQNdp9TTe+LJPWJ9zFhAbiqCVC55Tq1ZgGQAyYjQJflen42FKW6/GmbQDZXGodxI8XB2b0gDGuV5CAv5AG6dmv5L/yvGAnnpuokbsFKEQq5L2UVwmZaxx10VmIdXiDYNT7ToXFEWMRLZoYWeQF4OSmr2cAPz9cRplPSpUh/ZWwrWdU9BqKaxrNPS3Ry0cBmlsMD/00/dJDh6UjcANbLCnpWIEQk9GFkVjWzo9fKgp7Z1Yyd/jiuppzUppI6FQEfjxII3mo1SozzOUV/sMFeCDZcviKUyeu6JeyC7mv0aCVmJQq7Mlrghfy64THc= ceph-2d324e74-6fa5-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:49:27.801 INFO:teuthology.orchestra.run.smithi172.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAJarlp0WyJtmryAF7fA+U6rd0XqK80jogkv8oMdPpHft/agHs45QfaocBgafPOeL8DENpaRAxIv6sYenbkY67kfdKFLga5vPpu1fbjp67B/EwT1txzrop6bR8OUO3qv4rc2ae74oI75E5R8AMV1wV/GvMEJyD6skUisY6V1KbyuufAC6r9I9ci86SmG/JjBRkVTTsGQNdp9TTe+LJPWJ9zFhAbiqCVC55Tq1ZgGQAyYjQJflen42FKW6/GmbQDZXGodxI8XB2b0gDGuV5CAv5AG6dmv5L/yvGAnnpuokbsFKEQq5L2UVwmZaxx10VmIdXiDYNT7ToXFEWMRLZoYWeQF4OSmr2cAPz9cRplPSpUh/ZWwrWdU9BqKaxrNPS3Ry0cBmlsMD/00/dJDh6UjcANbLCnpWIEQk9GFkVjWzo9fKgp7Z1Yyd/jiuppzUppI6FQEfjxII3mo1SozzOUV/sMFeCDZcviKUyeu6JeyC7mv0aCVmJQq7Mlrghfy64THc= ceph-2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:49:27.814 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-10T18:49:28.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:26.968728+0000 mon.smithi067 (mon.0) 149 : cluster [DBG] mgrmap e17: smithi067.mpnsbx(active, since 6s) 2024-09-10T18:49:31.550 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi172 2024-09-10T18:49:31.551 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-09-10T18:49:31.551 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.conf 2024-09-10T18:49:31.570 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-09-10T18:49:31.570 DEBUG:teuthology.orchestra.run.smithi172:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:49:31.628 INFO:tasks.cephadm:Adding host smithi172 to orchestrator... 2024-09-10T18:49:31.628 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch host add smithi172 2024-09-10T18:49:32.177 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:30.864955+0000 mon.smithi067 (mon.0) 150 : audit [INF] from='client.? 172.21.15.67:0/3486163585' entity='client.admin' 2024-09-10T18:49:34.261 INFO:teuthology.orchestra.run.smithi067.stdout:Added host 'smithi172' 2024-09-10T18:49:35.502 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:34.259235+0000 mon.smithi067 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:35.502 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:34.259559+0000 mgr.smithi067.mpnsbx (mgr.14164) 6 : cephadm [INF] Added host smithi172 2024-09-10T18:49:35.502 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:35.116691+0000 mon.smithi067 (mon.0) 152 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:49:35.519 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T18:49:36.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:35.424653+0000 mon.smithi067 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:36.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:35.424990+0000 mgr.smithi067.mpnsbx (mgr.14164) 7 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:49:36.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:35.841141+0000 mon.smithi067 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:36.651 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:35.847859+0000 mgr.smithi067.mpnsbx (mgr.14164) 8 : cephadm [INF] Deploying daemon alertmanager.smithi067 on smithi067 2024-09-10T18:49:37.249 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:49:37.249 INFO:teuthology.orchestra.run.smithi067.stdout:[{"addr": "smithi067", "hostname": "smithi067", "labels": [], "status": ""}, {"addr": "smithi172", "hostname": "smithi172", "labels": [], "status": ""}] 2024-09-10T18:49:37.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:37.248236+0000 mgr.smithi067.mpnsbx (mgr.14164) 9 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:49:37.825 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T18:49:37.826 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T18:49:39.570 INFO:teuthology.orchestra.run.smithi067.stderr:adjusted tunables profile to default 2024-09-10T18:49:40.110 INFO:tasks.cephadm:Adding mon.smithi172 on smithi172 2024-09-10T18:49:40.111 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add mon smithi172:172.21.15.172=smithi172 2024-09-10T18:49:40.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:39.511320+0000 mon.smithi067 (mon.0) 155 : audit [INF] from='client.? 172.21.15.67:0/1566536922' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-10T18:49:41.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:39.566241+0000 mon.smithi067 (mon.0) 156 : audit [INF] from='client.? 172.21.15.67:0/1566536922' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T18:49:41.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:39.566282+0000 mon.smithi067 (mon.0) 157 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T18:49:41.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:39.566635+0000 mon.smithi067 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:49:41.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:40.564181+0000 mon.smithi067 (mon.0) 159 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-10T18:49:41.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:40.564276+0000 mon.smithi067 (mon.0) 160 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:49:41.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:40.564979+0000 mon.smithi067 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:49:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:40.307112+0000 mgr.smithi067.mpnsbx (mgr.14164) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:41.565022+0000 mon.smithi067 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:49:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:41.565083+0000 mon.smithi067 (mon.0) 163 : cluster [DBG] osdmap e7: 0 total, 0 up, 0 in 2024-09-10T18:49:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:41.870573+0000 mon.smithi067 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:49:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:41.871560+0000 mon.smithi067 (mon.0) 165 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:41.872615+0000 mon.smithi067 (mon.0) 166 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon.smithi172", "key": "container_image"}]: dispatch 2024-09-10T18:49:43.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:41.868673+0000 mgr.smithi067.mpnsbx (mgr.14164) 11 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi172:172.21.15.172=smithi172", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:49:43.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:41.872232+0000 mgr.smithi067.mpnsbx (mgr.14164) 12 : cephadm [INF] Deploying daemon mon.smithi172 on smithi172 2024-09-10T18:49:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:42.307344+0000 mgr.smithi067.mpnsbx (mgr.14164) 13 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:50.494 INFO:teuthology.orchestra.run.smithi172.stdout:Deployed mon.smithi172 on host 'smithi172' 2024-09-10T18:49:50.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:45.477113+0000 mon.smithi067 (mon.0) 168 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:49:50.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:45.477257+0000 mon.smithi067 (mon.0) 169 : cluster [INF] mon.smithi067 calling monitor election 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:45.479035+0000 mon.smithi067 (mon.0) 170 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:46.307824+0000 mgr.smithi067.mpnsbx (mgr.14164) 15 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:46.474840+0000 mon.smithi067 (mon.0) 171 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:47.474383+0000 mon.smithi067 (mon.0) 172 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:47.475432+0000 mon.smithi172 (mon.1) 1 : cluster [INF] mon.smithi172 calling monitor election 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:48.308110+0000 mgr.smithi067.mpnsbx (mgr.14164) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:48.474676+0000 mon.smithi067 (mon.0) 173 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:49.474608+0000 mon.smithi067 (mon.0) 174 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:50.474977+0000 mon.smithi067 (mon.0) 175 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:50.480875+0000 mon.smithi067 (mon.0) 176 : cluster [INF] mon.smithi067 is new leader, mons smithi067,smithi172 in quorum (ranks 0,1) 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:50.483778+0000 mon.smithi067 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:50.483829+0000 mon.smithi067 (mon.0) 178 : cluster [DBG] fsmap 2024-09-10T18:49:50.970 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:50.483859+0000 mon.smithi067 (mon.0) 179 : cluster [DBG] osdmap e7: 0 total, 0 up, 0 in 2024-09-10T18:49:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:50.484107+0000 mon.smithi067 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi067.mpnsbx(active, since 30s) 2024-09-10T18:49:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:50.487664+0000 mon.smithi067 (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-09-10T18:49:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:50.489753+0000 mon.smithi067 (mon.0) 182 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:50.489841+0000 mon.smithi067 (mon.0) 183 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:50.491136+0000 mon.smithi067 (mon.0) 184 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:49:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:50.493776+0000 mon.smithi067 (mon.0) 185 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T18:49:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:50.494614+0000 mon.smithi067 (mon.0) 186 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:50.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:50.495593+0000 mon.smithi067 (mon.0) 187 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "client.crash.smithi067", "key": "container_image"}]: dispatch 2024-09-10T18:49:51.113 DEBUG:teuthology.orchestra.run.smithi172:mon.smithi172> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi172.service 2024-09-10T18:49:51.115 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:49:51.115 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:49:51.722 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:49:50.308418+0000 mgr.smithi067.mpnsbx (mgr.14164) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:51.722 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:49:50.495208+0000 mgr.smithi067.mpnsbx (mgr.14164) 18 : cephadm [INF] Deploying daemon crash.smithi067 on smithi067 2024-09-10T18:49:51.722 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:51.474927+0000 mon.smithi067 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:49:51.793 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:50.308418+0000 mgr.smithi067.mpnsbx (mgr.14164) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:51.794 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:50.495208+0000 mgr.smithi067.mpnsbx (mgr.14164) 18 : cephadm [INF] Deploying daemon crash.smithi067 on smithi067 2024-09-10T18:49:51.794 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:51.474927+0000 mon.smithi067 (mon.0) 188 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:49:52.971 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-09-10T18:49:52.971 INFO:teuthology.orchestra.run.smithi172.stdout:{"epoch":2,"fsid":"2d324e74-6fa5-11ef-bcea-c7b262605968","modified":"2024-09-10T18:49:45.474420Z","created":"2024-09-10T18:48:26.182987Z","min_mon_release":15,"min_mon_release_name":"octopus","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus"],"optional":[]},"mons":[{"rank":0,"name":"smithi067","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:3300","nonce":0},{"type":"v1","addr":"172.21.15.67:6789","nonce":0}]},"addr":"172.21.15.67:6789/0","public_addr":"172.21.15.67:6789/0","priority":0,"weight":0},{"rank":1,"name":"smithi172","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:3300","nonce":0},{"type":"v1","addr":"172.21.15.172:6789","nonce":0}]},"addr":"172.21.15.172:6789/0","public_addr":"172.21.15.172:6789/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-09-10T18:49:52.973 INFO:teuthology.orchestra.run.smithi172.stderr:dumped monmap epoch 2 2024-09-10T18:49:53.566 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T18:49:53.567 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T18:49:53.900 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:49:52.308718+0000 mgr.smithi067.mpnsbx (mgr.14164) 19 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:53.900 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:52.721840+0000 mon.smithi067 (mon.0) 189 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:53.900 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:52.722398+0000 mon.smithi067 (mon.0) 190 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:49:53.900 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:52.724754+0000 mon.smithi067 (mon.0) 191 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T18:49:53.900 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:52.725315+0000 mon.smithi067 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:53.900 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:49:52.725739+0000 mgr.smithi067.mpnsbx (mgr.14164) 20 : cephadm [INF] Deploying daemon crash.smithi172 on smithi172 2024-09-10T18:49:53.900 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:52.725986+0000 mon.smithi067 (mon.0) 193 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "client.crash.smithi172", "key": "container_image"}]: dispatch 2024-09-10T18:49:53.900 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:52.970142+0000 mon.smithi067 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.172:0/308656938' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:49:53.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:52.308718+0000 mgr.smithi067.mpnsbx (mgr.14164) 19 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:53.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:52.721840+0000 mon.smithi067 (mon.0) 189 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:53.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:52.722398+0000 mon.smithi067 (mon.0) 190 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T18:49:53.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:52.724754+0000 mon.smithi067 (mon.0) 191 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-10T18:49:53.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:52.725315+0000 mon.smithi067 (mon.0) 192 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:53.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:52.725739+0000 mgr.smithi067.mpnsbx (mgr.14164) 20 : cephadm [INF] Deploying daemon crash.smithi172 on smithi172 2024-09-10T18:49:53.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:52.725986+0000 mon.smithi067 (mon.0) 193 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "client.crash.smithi172", "key": "container_image"}]: dispatch 2024-09-10T18:49:53.975 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:52.970142+0000 mon.smithi067 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.172:0/308656938' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:49:55.378 INFO:teuthology.orchestra.run.smithi067.stdout:# minimal ceph.conf for 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:49:55.378 INFO:teuthology.orchestra.run.smithi067.stdout:[global] 2024-09-10T18:49:55.378 INFO:teuthology.orchestra.run.smithi067.stdout: fsid = 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T18:49:55.378 INFO:teuthology.orchestra.run.smithi067.stdout: mon_host = [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] 2024-09-10T18:49:55.951 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T18:49:55.952 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:49:55.952 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:49:55.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:54.309009+0000 mgr.smithi067.mpnsbx (mgr.14164) 21 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:55.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:55.376841+0000 mon.smithi067 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.67:0/3225333643' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:55.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:55.407161+0000 mon.smithi067 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:55.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:55.526953+0000 mon.smithi067 (mon.0) 197 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:55.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:55.530204+0000 mon.smithi067 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:55.979 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:55.530591+0000 mon.smithi067 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:49:55.980 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:55.536619+0000 mon.smithi067 (mon.0) 200 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:55.982 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:49:55.982 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:49:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:49:54.309009+0000 mgr.smithi067.mpnsbx (mgr.14164) 21 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:55.376841+0000 mon.smithi067 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.67:0/3225333643' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:49:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:55.407161+0000 mon.smithi067 (mon.0) 196 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:55.526953+0000 mon.smithi067 (mon.0) 197 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:55.530204+0000 mon.smithi067 (mon.0) 198 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:56.023 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:55.530591+0000 mon.smithi067 (mon.0) 199 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:49:56.023 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:55.536619+0000 mon.smithi067 (mon.0) 200 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:49:56.049 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-09-10T18:49:56.049 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:49:56.077 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-09-10T18:49:56.077 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:49:56.143 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T18:49:56.143 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:49:56.143 DEBUG:teuthology.orchestra.run.smithi067:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:49:56.159 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-09-10T18:49:56.159 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_1 2024-09-10T18:49:56.215 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:49:56.215 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:49:56.215 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-10T18:49:56.215 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:49:56.215 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:49:56.216 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-09-10 18:49:52.112229024 +0000 2024-09-10T18:49:56.216 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-09-10 18:47:27.961774715 +0000 2024-09-10T18:49:56.216 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-09-10 18:47:27.961774715 +0000 2024-09-10T18:49:56.216 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: 2024-09-10 18:47:27.961774715 +0000 2024-09-10T18:49:56.216 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:49:56.279 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-09-10T18:49:56.280 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-09-10T18:49:56.280 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000270425 s, 1.9 MB/s 2024-09-10T18:49:56.281 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:49:56.338 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_2 2024-09-10T18:49:56.397 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:49:56.397 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:49:56.397 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-09-10T18:49:56.397 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:49:56.397 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:49:56.397 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-09-10 18:49:52.112229024 +0000 2024-09-10T18:49:56.397 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-09-10 18:47:28.297767068 +0000 2024-09-10T18:49:56.397 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-09-10 18:47:28.297767068 +0000 2024-09-10T18:49:56.397 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: 2024-09-10 18:47:28.297767068 +0000 2024-09-10T18:49:56.398 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:49:56.458 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-09-10T18:49:56.459 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-09-10T18:49:56.459 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000197556 s, 2.6 MB/s 2024-09-10T18:49:56.460 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:49:56.517 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_3 2024-09-10T18:49:56.573 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:49:56.573 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:49:56.573 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-09-10T18:49:56.573 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:49:56.574 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:49:56.574 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-09-10 18:49:52.113229002 +0000 2024-09-10T18:49:56.574 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-09-10 18:47:28.635759376 +0000 2024-09-10T18:49:56.574 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-09-10 18:47:28.635759376 +0000 2024-09-10T18:49:56.574 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: 2024-09-10 18:47:28.635759376 +0000 2024-09-10T18:49:56.574 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:49:56.637 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-09-10T18:49:56.637 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-09-10T18:49:56.638 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000248822 s, 2.1 MB/s 2024-09-10T18:49:56.639 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:49:56.696 DEBUG:teuthology.orchestra.run.smithi067:> stat /dev/vg_nvme/lv_4 2024-09-10T18:49:56.752 INFO:teuthology.orchestra.run.smithi067.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:49:56.752 INFO:teuthology.orchestra.run.smithi067.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:49:56.752 INFO:teuthology.orchestra.run.smithi067.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-10T18:49:56.752 INFO:teuthology.orchestra.run.smithi067.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:49:56.752 INFO:teuthology.orchestra.run.smithi067.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:49:56.752 INFO:teuthology.orchestra.run.smithi067.stdout:Access: 2024-09-10 18:49:52.113229002 +0000 2024-09-10T18:49:56.752 INFO:teuthology.orchestra.run.smithi067.stdout:Modify: 2024-09-10 18:47:28.976751615 +0000 2024-09-10T18:49:56.752 INFO:teuthology.orchestra.run.smithi067.stdout:Change: 2024-09-10 18:47:28.976751615 +0000 2024-09-10T18:49:56.753 INFO:teuthology.orchestra.run.smithi067.stdout: Birth: 2024-09-10 18:47:28.976751615 +0000 2024-09-10T18:49:56.753 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:49:56.816 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records in 2024-09-10T18:49:56.817 INFO:teuthology.orchestra.run.smithi067.stderr:1+0 records out 2024-09-10T18:49:56.817 INFO:teuthology.orchestra.run.smithi067.stderr:512 bytes copied, 0.000188057 s, 2.7 MB/s 2024-09-10T18:49:56.818 DEBUG:teuthology.orchestra.run.smithi067:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:49:56.875 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-09-10T18:49:56.875 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:49:56.893 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-09-10T18:49:56.893 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2024-09-10T18:49:56.950 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:49:56.950 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:49:56.950 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-09-10T18:49:56.950 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:49:56.950 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:49:56.950 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-09-10 18:49:54.783452656 +0000 2024-09-10T18:49:56.950 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-09-10 18:47:24.571481578 +0000 2024-09-10T18:49:56.950 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-09-10 18:47:24.571481578 +0000 2024-09-10T18:49:56.950 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-09-10 18:47:24.571481578 +0000 2024-09-10T18:49:56.951 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:49:57.012 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:49:55.531029+0000 mgr.smithi067.mpnsbx (mgr.14164) 22 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:49:57.013 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:49:55.540043+0000 mgr.smithi067.mpnsbx (mgr.14164) 23 : cephadm [INF] Deploying daemon grafana.smithi067 on smithi067 2024-09-10T18:49:57.015 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-09-10T18:49:57.015 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-09-10T18:49:57.015 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000218019 s, 2.3 MB/s 2024-09-10T18:49:57.016 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:49:57.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:49:55.531029+0000 mgr.smithi067.mpnsbx (mgr.14164) 22 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T18:49:57.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:49:55.540043+0000 mgr.smithi067.mpnsbx (mgr.14164) 23 : cephadm [INF] Deploying daemon grafana.smithi067 on smithi067 2024-09-10T18:49:57.073 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2024-09-10T18:49:57.129 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:49:57.129 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:49:57.129 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-10T18:49:57.129 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:49:57.129 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:49:57.129 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-09-10 18:49:54.783452656 +0000 2024-09-10T18:49:57.129 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-09-10 18:47:24.909472865 +0000 2024-09-10T18:49:57.130 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-09-10 18:47:24.909472865 +0000 2024-09-10T18:49:57.130 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-09-10 18:47:24.909472865 +0000 2024-09-10T18:49:57.130 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:49:57.193 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-09-10T18:49:57.194 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-09-10T18:49:57.194 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000222114 s, 2.3 MB/s 2024-09-10T18:49:57.195 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:49:57.252 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2024-09-10T18:49:57.309 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:49:57.309 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:49:57.309 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-09-10T18:49:57.309 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:49:57.309 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:49:57.310 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-09-10 18:49:54.784452631 +0000 2024-09-10T18:49:57.310 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-09-10 18:47:25.239464359 +0000 2024-09-10T18:49:57.310 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-09-10 18:47:25.239464359 +0000 2024-09-10T18:49:57.310 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-09-10 18:47:25.239464359 +0000 2024-09-10T18:49:57.310 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:49:57.373 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-09-10T18:49:57.373 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-09-10T18:49:57.373 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000221268 s, 2.3 MB/s 2024-09-10T18:49:57.374 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:49:57.431 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2024-09-10T18:49:57.487 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:49:57.487 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:49:57.487 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-10T18:49:57.487 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:49:57.487 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:49:57.488 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-09-10 18:49:54.784452631 +0000 2024-09-10T18:49:57.488 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-09-10 18:47:25.571455801 +0000 2024-09-10T18:49:57.488 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-09-10 18:47:25.571455801 +0000 2024-09-10T18:49:57.488 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-09-10 18:47:25.571455801 +0000 2024-09-10T18:49:57.488 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:49:57.550 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-09-10T18:49:57.550 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-09-10T18:49:57.550 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000172276 s, 3.0 MB/s 2024-09-10T18:49:57.551 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:49:57.608 INFO:tasks.cephadm:Deploying osd.0 on smithi067 with /dev/vg_nvme/lv_4... 2024-09-10T18:49:57.609 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:49:57.932 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:56.309344+0000 mgr.smithi067.mpnsbx (mgr.14164) 24 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:58.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:49:56.309344+0000 mgr.smithi067.mpnsbx (mgr.14164) 24 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:59.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:49:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:49:58.309599+0000 mgr.smithi067.mpnsbx (mgr.14164) 25 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:49:59.601 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:49:59.601 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:49:59.601 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10+0 records in 2024-09-10T18:49:59.601 INFO:teuthology.orchestra.run.smithi067.stderr:10+0 records out 2024-09-10T18:49:59.601 INFO:teuthology.orchestra.run.smithi067.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113568 s, 923 MB/s 2024-09-10T18:49:59.602 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping successful for: 2024-09-10T18:49:59.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:49:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:49:58.309599+0000 mgr.smithi067.mpnsbx (mgr.14164) 25 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:00.217 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi067:vg_nvme/lv_4 2024-09-10T18:50:00.496 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:00.000144+0000 mon.smithi067 (mon.0) 201 : cluster [INF] overall HEALTH_OK 2024-09-10T18:50:00.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:00.000144+0000 mon.smithi067 (mon.0) 201 : cluster [INF] overall HEALTH_OK 2024-09-10T18:50:02.565 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:00.309914+0000 mgr.smithi067.mpnsbx (mgr.14164) 26 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:02.565 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:01.946864+0000 mon.smithi067 (mon.0) 202 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:50:02.565 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:01.948653+0000 mon.smithi067 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:50:02.565 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:01.949152+0000 mon.smithi067 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:02.565 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:01.949718+0000 mon.smithi067 (mon.0) 205 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:50:02.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:00.309914+0000 mgr.smithi067.mpnsbx (mgr.14164) 26 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:02.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:01.946864+0000 mon.smithi067 (mon.0) 202 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:50:02.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:01.948653+0000 mon.smithi067 (mon.0) 203 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:50:02.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:01.949152+0000 mon.smithi067 (mon.0) 204 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:02.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:01.949718+0000 mon.smithi067 (mon.0) 205 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:50:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:01.945875+0000 mgr.smithi067.mpnsbx (mgr.14164) 27 : audit [DBG] from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:50:01.948438+0000 mgr.smithi067.mpnsbx (mgr.14164) 28 : cephadm [INF] Applying drive group None on host smithi067... 2024-09-10T18:50:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:01.945875+0000 mgr.smithi067.mpnsbx (mgr.14164) 27 : audit [DBG] from='client.14200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:50:01.948438+0000 mgr.smithi067.mpnsbx (mgr.14164) 28 : cephadm [INF] Applying drive group None on host smithi067... 2024-09-10T18:50:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:02.310282+0000 mgr.smithi067.mpnsbx (mgr.14164) 29 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:04.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:02.310282+0000 mgr.smithi067.mpnsbx (mgr.14164) 29 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:04.310493+0000 mgr.smithi067.mpnsbx (mgr.14164) 30 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:06.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:04.310493+0000 mgr.smithi067.mpnsbx (mgr.14164) 30 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:08.576 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:06.310713+0000 mgr.smithi067.mpnsbx (mgr.14164) 31 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:06.310713+0000 mgr.smithi067.mpnsbx (mgr.14164) 31 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:10.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:08.310914+0000 mgr.smithi067.mpnsbx (mgr.14164) 32 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:08.310914+0000 mgr.smithi067.mpnsbx (mgr.14164) 32 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:12.597 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:10.311142+0000 mgr.smithi067.mpnsbx (mgr.14164) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:12.597 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:12.172012+0000 mon.smithi067 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:12.597 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:12.173240+0000 mon.smithi067 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.viqcsa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:50:12.597 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:12.177829+0000 mon.smithi067 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.viqcsa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:50:12.597 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:12.178594+0000 mon.smithi067 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:50:12.597 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:12.179349+0000 mon.smithi067 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:12.597 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:12.180047+0000 mon.smithi067 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mgr.smithi172.viqcsa", "key": "container_image"}]: dispatch 2024-09-10T18:50:12.604 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:10.311142+0000 mgr.smithi067.mpnsbx (mgr.14164) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:12.604 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:12.172012+0000 mon.smithi067 (mon.0) 206 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:12.604 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:12.173240+0000 mon.smithi067 (mon.0) 207 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.viqcsa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:50:12.605 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:12.177829+0000 mon.smithi067 (mon.0) 208 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.viqcsa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:50:12.605 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:12.178594+0000 mon.smithi067 (mon.0) 209 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:50:12.605 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:12.179349+0000 mon.smithi067 (mon.0) 210 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:12.605 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:12.180047+0000 mon.smithi067 (mon.0) 211 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mgr.smithi172.viqcsa", "key": "container_image"}]: dispatch 2024-09-10T18:50:13.578 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:50:12.179798+0000 mgr.smithi067.mpnsbx (mgr.14164) 34 : cephadm [INF] Deploying daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T18:50:13.578 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:13.197102+0000 mon.smithi067 (mon.0) 212 : audit [INF] from='client.? 172.21.15.67:0/3459127305' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c84b491-f0ca-4bc2-9f61-9d0daea7b454"}]: dispatch 2024-09-10T18:50:13.578 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:13.202788+0000 mon.smithi067 (mon.0) 213 : audit [INF] from='client.? 172.21.15.67:0/3459127305' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c84b491-f0ca-4bc2-9f61-9d0daea7b454"}]': finished 2024-09-10T18:50:13.578 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:13.202834+0000 mon.smithi067 (mon.0) 214 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:50:13.579 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:13.202933+0000 mon.smithi067 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:13.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:50:12.179798+0000 mgr.smithi067.mpnsbx (mgr.14164) 34 : cephadm [INF] Deploying daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T18:50:13.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:13.197102+0000 mon.smithi067 (mon.0) 212 : audit [INF] from='client.? 172.21.15.67:0/3459127305' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c84b491-f0ca-4bc2-9f61-9d0daea7b454"}]: dispatch 2024-09-10T18:50:13.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:13.202788+0000 mon.smithi067 (mon.0) 213 : audit [INF] from='client.? 172.21.15.67:0/3459127305' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c84b491-f0ca-4bc2-9f61-9d0daea7b454"}]': finished 2024-09-10T18:50:13.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:13.202834+0000 mon.smithi067 (mon.0) 214 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:50:13.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:13.202933+0000 mon.smithi067 (mon.0) 215 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:12.311299+0000 mgr.smithi067.mpnsbx (mgr.14164) 35 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:13.588134+0000 mon.smithi067 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.67:0/2382343015' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:50:14.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:12.311299+0000 mgr.smithi067.mpnsbx (mgr.14164) 35 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:14.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:13.588134+0000 mon.smithi067 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.67:0/2382343015' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:50:15.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:14.311596+0000 mgr.smithi067.mpnsbx (mgr.14164) 36 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:15.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:14.499158+0000 mon.smithi067 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:15.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:14.499720+0000 mon.smithi067 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:50:15.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:50:14.500273+0000 mgr.smithi067.mpnsbx (mgr.14164) 37 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:50:15.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:14.500645+0000 mon.smithi067 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:50:15.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:50:14.501041+0000 mgr.smithi067.mpnsbx (mgr.14164) 38 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:50:15.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:50:14.501373+0000 mgr.smithi067.mpnsbx (mgr.14164) 39 : cephadm [INF] Deploying daemon node-exporter.smithi067 on smithi067 2024-09-10T18:50:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:14.311596+0000 mgr.smithi067.mpnsbx (mgr.14164) 36 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:14.499158+0000 mon.smithi067 (mon.0) 217 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:14.499720+0000 mon.smithi067 (mon.0) 218 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:50:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:50:14.500273+0000 mgr.smithi067.mpnsbx (mgr.14164) 37 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:50:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:14.500645+0000 mon.smithi067 (mon.0) 219 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:50:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:50:14.501041+0000 mgr.smithi067.mpnsbx (mgr.14164) 38 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:50:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:50:14.501373+0000 mgr.smithi067.mpnsbx (mgr.14164) 39 : cephadm [INF] Deploying daemon node-exporter.smithi067 on smithi067 2024-09-10T18:50:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:16.144165+0000 mon.smithi067 (mon.0) 220 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:50:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:16.311809+0000 mgr.smithi067.mpnsbx (mgr.14164) 40 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:16.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:16.144165+0000 mon.smithi067 (mon.0) 220 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:50:16.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:16.311809+0000 mgr.smithi067.mpnsbx (mgr.14164) 40 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:18.078026+0000 mon.smithi067 (mon.0) 221 : cluster [DBG] Standby manager daemon smithi172.viqcsa started 2024-09-10T18:50:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:18.079213+0000 mon.smithi172 (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.172:0/2898195939' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T18:50:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:18.079518+0000 mon.smithi172 (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.172:0/2898195939' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:50:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:18.081313+0000 mon.smithi172 (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.172:0/2898195939' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T18:50:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:18.082494+0000 mon.smithi172 (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.172:0/2898195939' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:50:18.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:18.078026+0000 mon.smithi067 (mon.0) 221 : cluster [DBG] Standby manager daemon smithi172.viqcsa started 2024-09-10T18:50:18.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:18.079213+0000 mon.smithi172 (mon.1) 2 : audit [DBG] from='mgr.? 172.21.15.172:0/2898195939' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T18:50:18.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:18.079518+0000 mon.smithi172 (mon.1) 3 : audit [DBG] from='mgr.? 172.21.15.172:0/2898195939' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:50:18.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:18.081313+0000 mon.smithi172 (mon.1) 4 : audit [DBG] from='mgr.? 172.21.15.172:0/2898195939' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T18:50:18.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:18.082494+0000 mon.smithi172 (mon.1) 5 : audit [DBG] from='mgr.? 172.21.15.172:0/2898195939' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:50:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:18.134803+0000 mon.smithi067 (mon.0) 222 : cluster [DBG] mgrmap e18: smithi067.mpnsbx(active, since 57s), standbys: smithi172.viqcsa 2024-09-10T18:50:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:18.135302+0000 mon.smithi067 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi172.viqcsa", "id": "smithi172.viqcsa"}]: dispatch 2024-09-10T18:50:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:18.134803+0000 mon.smithi067 (mon.0) 222 : cluster [DBG] mgrmap e18: smithi067.mpnsbx(active, since 57s), standbys: smithi172.viqcsa 2024-09-10T18:50:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:18.135302+0000 mon.smithi067 (mon.0) 223 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi172.viqcsa", "id": "smithi172.viqcsa"}]: dispatch 2024-09-10T18:50:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:18.312135+0000 mgr.smithi067.mpnsbx (mgr.14164) 41 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:18.312135+0000 mgr.smithi067.mpnsbx (mgr.14164) 41 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:21.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:20.448281+0000 mon.smithi067 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:50:21.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:20.456038+0000 mon.smithi067 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:50:21.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:20.448281+0000 mon.smithi067 (mon.0) 224 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:50:21.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:20.456038+0000 mon.smithi067 (mon.0) 225 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:50:22.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:20.312556+0000 mgr.smithi067.mpnsbx (mgr.14164) 42 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:22.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:20.312556+0000 mgr.smithi067.mpnsbx (mgr.14164) 42 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:24.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:22.313023+0000 mgr.smithi067.mpnsbx (mgr.14164) 43 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:24.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:22.313023+0000 mgr.smithi067.mpnsbx (mgr.14164) 43 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:26.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:24.313216+0000 mgr.smithi067.mpnsbx (mgr.14164) 44 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:26.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:24.313216+0000 mgr.smithi067.mpnsbx (mgr.14164) 44 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:26.313548+0000 mgr.smithi067.mpnsbx (mgr.14164) 45 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:28.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:26.313548+0000 mgr.smithi067.mpnsbx (mgr.14164) 45 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:30.393 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:28.313945+0000 mgr.smithi067.mpnsbx (mgr.14164) 46 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:30.394 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:29.765692+0000 mon.smithi067 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:30.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:28.313945+0000 mgr.smithi067.mpnsbx (mgr.14164) 46 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:30.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:29.765692+0000 mon.smithi067 (mon.0) 226 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:31.392 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:50:29.766315+0000 mgr.smithi067.mpnsbx (mgr.14164) 47 : cephadm [INF] Deploying daemon node-exporter.smithi172 on smithi172 2024-09-10T18:50:31.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:31.154485+0000 mon.smithi067 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:50:31.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:31.155146+0000 mon.smithi067 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:31.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:31.155890+0000 mon.smithi067 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:50:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:50:29.766315+0000 mgr.smithi067.mpnsbx (mgr.14164) 47 : cephadm [INF] Deploying daemon node-exporter.smithi172 on smithi172 2024-09-10T18:50:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:31.154485+0000 mon.smithi067 (mon.0) 227 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:50:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:31.155146+0000 mon.smithi067 (mon.0) 228 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:31.155890+0000 mon.smithi067 (mon.0) 229 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:50:32.554 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:30.314201+0000 mgr.smithi067.mpnsbx (mgr.14164) 48 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:32.555 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:50:31.155633+0000 mgr.smithi067.mpnsbx (mgr.14164) 49 : cephadm [INF] Deploying daemon osd.0 on smithi067 2024-09-10T18:50:32.639 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:30.314201+0000 mgr.smithi067.mpnsbx (mgr.14164) 48 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:32.639 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:50:31.155633+0000 mgr.smithi067.mpnsbx (mgr.14164) 49 : cephadm [INF] Deploying daemon osd.0 on smithi067 2024-09-10T18:50:34.563 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:32.314609+0000 mgr.smithi067.mpnsbx (mgr.14164) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:34.603 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 0 on host 'smithi067' 2024-09-10T18:50:34.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:32.314609+0000 mgr.smithi067.mpnsbx (mgr.14164) 50 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:35.176 DEBUG:teuthology.orchestra.run.smithi067:osd.0> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.0.service 2024-09-10T18:50:35.178 INFO:tasks.cephadm:Deploying osd.1 on smithi067 with /dev/vg_nvme/lv_3... 2024-09-10T18:50:35.178 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:50:35.770 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:34.314937+0000 mgr.smithi067.mpnsbx (mgr.14164) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:35.770 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:34.599876+0000 mon.smithi067 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:35.770 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:35.552509+0000 mon.smithi067 (mon.0) 231 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:50:35.770 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 18:50:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0[29092]: debug 2024-09-10T18:50:35.548+0000 7f5dce9c9f00 -1 osd.0 0 log_to_monitors {default=true} 2024-09-10T18:50:36.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:34.314937+0000 mgr.smithi067.mpnsbx (mgr.14164) 51 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:36.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:34.599876+0000 mon.smithi067 (mon.0) 230 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:36.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:35.552509+0000 mon.smithi067 (mon.0) 231 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:50:37.163 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:50:37.163 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:50:37.163 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10+0 records in 2024-09-10T18:50:37.163 INFO:teuthology.orchestra.run.smithi067.stderr:10+0 records out 2024-09-10T18:50:37.163 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.012397 s, 846 MB/s 2024-09-10T18:50:37.164 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping successful for: 2024-09-10T18:50:37.479 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:36.313481+0000 mon.smithi067 (mon.0) 232 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:50:37.479 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:36.313564+0000 mon.smithi067 (mon.0) 233 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:50:37.479 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:36.313713+0000 mon.smithi067 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:37.480 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:36.314084+0000 mon.smithi067 (mon.0) 235 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T18:50:37.480 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 18:50:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0[29092]: debug 2024-09-10T18:50:37.315+0000 7f5db74a9700 -1 osd.0 0 waiting for initial osdmap 2024-09-10T18:50:37.480 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 18:50:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0[29092]: debug 2024-09-10T18:50:37.318+0000 7f5dc26c5700 -1 osd.0 10 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:50:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:36.313481+0000 mon.smithi067 (mon.0) 232 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:50:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:36.313564+0000 mon.smithi067 (mon.0) 233 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:50:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:36.313713+0000 mon.smithi067 (mon.0) 234 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:36.314084+0000 mon.smithi067 (mon.0) 235 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T18:50:37.782 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi067:vg_nvme/lv_3 2024-09-10T18:50:38.600 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:36.315150+0000 mgr.smithi067.mpnsbx (mgr.14164) 52 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:38.600 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:37.312998+0000 mon.smithi067 (mon.0) 236 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-10T18:50:38.600 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:37.313073+0000 mon.smithi067 (mon.0) 237 : cluster [DBG] osdmap e10: 1 total, 0 up, 0 in 2024-09-10T18:50:38.600 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:37.313406+0000 mon.smithi067 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:38.600 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:37.316863+0000 mon.smithi067 (mon.0) 239 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:36.315150+0000 mgr.smithi067.mpnsbx (mgr.14164) 52 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:37.312998+0000 mon.smithi067 (mon.0) 236 : audit [INF] from='osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-10T18:50:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:37.313073+0000 mon.smithi067 (mon.0) 237 : cluster [DBG] osdmap e10: 1 total, 0 up, 0 in 2024-09-10T18:50:38.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:37.313406+0000 mon.smithi067 (mon.0) 238 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:38.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:37.316863+0000 mon.smithi067 (mon.0) 239 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:36.580598+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:50:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:36.580649+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:50:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:38.315353+0000 mgr.smithi067.mpnsbx (mgr.14164) 53 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:38.317743+0000 mon.smithi067 (mon.0) 240 : cluster [INF] osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357] boot 2024-09-10T18:50:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:38.317768+0000 mon.smithi067 (mon.0) 241 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:50:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:38.318369+0000 mon.smithi067 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:39.257432+0000 mon.smithi067 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:50:39.267049+0000 mgr.smithi067.mpnsbx (mgr.14164) 54 : cephadm [INF] Deploying daemon prometheus.smithi067 on smithi067 2024-09-10T18:50:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:36.580598+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:50:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:36.580649+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:50:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:38.315353+0000 mgr.smithi067.mpnsbx (mgr.14164) 53 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:50:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:38.317743+0000 mon.smithi067 (mon.0) 240 : cluster [INF] osd.0 [v2:172.21.15.67:6802/2794192357,v1:172.21.15.67:6803/2794192357] boot 2024-09-10T18:50:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:38.317768+0000 mon.smithi067 (mon.0) 241 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:50:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:38.318369+0000 mon.smithi067 (mon.0) 242 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:50:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:39.257432+0000 mon.smithi067 (mon.0) 243 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:50:39.267049+0000 mgr.smithi067.mpnsbx (mgr.14164) 54 : cephadm [INF] Deploying daemon prometheus.smithi067 on smithi067 2024-09-10T18:50:40.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:39.323914+0000 mon.smithi067 (mon.0) 244 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:50:40.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:39.503716+0000 mgr.smithi067.mpnsbx (mgr.14164) 55 : audit [DBG] from='client.14222 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:40.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:39.504601+0000 mon.smithi067 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:50:40.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:50:39.505682+0000 mgr.smithi067.mpnsbx (mgr.14164) 56 : cephadm [INF] Applying drive group None on host smithi067... 2024-09-10T18:50:40.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:39.505872+0000 mon.smithi067 (mon.0) 246 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:50:40.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:39.506496+0000 mon.smithi067 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:40.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:39.507126+0000 mon.smithi067 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:50:40.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:40.324366+0000 mon.smithi067 (mon.0) 249 : cluster [DBG] osdmap e13: 1 total, 1 up, 1 in 2024-09-10T18:50:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:39.323914+0000 mon.smithi067 (mon.0) 244 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:50:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:39.503716+0000 mgr.smithi067.mpnsbx (mgr.14164) 55 : audit [DBG] from='client.14222 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:50:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:39.504601+0000 mon.smithi067 (mon.0) 245 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:50:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:50:39.505682+0000 mgr.smithi067.mpnsbx (mgr.14164) 56 : cephadm [INF] Applying drive group None on host smithi067... 2024-09-10T18:50:40.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:39.505872+0000 mon.smithi067 (mon.0) 246 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:50:40.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:39.506496+0000 mon.smithi067 (mon.0) 247 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:50:40.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:39.507126+0000 mon.smithi067 (mon.0) 248 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:50:40.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:40.324366+0000 mon.smithi067 (mon.0) 249 : cluster [DBG] osdmap e13: 1 total, 1 up, 1 in 2024-09-10T18:50:41.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:40.315570+0000 mgr.smithi067.mpnsbx (mgr.14164) 57 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:40.315570+0000 mgr.smithi067.mpnsbx (mgr.14164) 57 : cluster [DBG] pgmap v41: 1 pgs: 1 creating+peering; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:42.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:42.336538+0000 mon.smithi067 (mon.0) 250 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:50:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:42.336538+0000 mon.smithi067 (mon.0) 250 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:50:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:42.315921+0000 mgr.smithi067.mpnsbx (mgr.14164) 58 : cluster [DBG] pgmap v43: 1 pgs: 1 creating+peering; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:44.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:42.315921+0000 mgr.smithi067.mpnsbx (mgr.14164) 58 : cluster [DBG] pgmap v43: 1 pgs: 1 creating+peering; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:44.316282+0000 mgr.smithi067.mpnsbx (mgr.14164) 59 : cluster [DBG] pgmap v44: 1 pgs: 1 creating+peering; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:46.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:44.316282+0000 mgr.smithi067.mpnsbx (mgr.14164) 59 : cluster [DBG] pgmap v44: 1 pgs: 1 creating+peering; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:48.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:46.316686+0000 mgr.smithi067.mpnsbx (mgr.14164) 60 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:48.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:48.275181+0000 mon.smithi067 (mon.0) 251 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:50:48.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:46.316686+0000 mgr.smithi067.mpnsbx (mgr.14164) 60 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:48.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:48.275181+0000 mon.smithi067 (mon.0) 251 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:50:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:48.316973+0000 mgr.smithi067.mpnsbx (mgr.14164) 61 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:48.316973+0000 mgr.smithi067.mpnsbx (mgr.14164) 61 : cluster [DBG] pgmap v46: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:52.620 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:50.317250+0000 mgr.smithi067.mpnsbx (mgr.14164) 62 : cluster [DBG] pgmap v47: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:52.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:50.317250+0000 mgr.smithi067.mpnsbx (mgr.14164) 62 : cluster [DBG] pgmap v47: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:54.670 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:52.317643+0000 mgr.smithi067.mpnsbx (mgr.14164) 63 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:52.317643+0000 mgr.smithi067.mpnsbx (mgr.14164) 63 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:54.317901+0000 mgr.smithi067.mpnsbx (mgr.14164) 64 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:55.060010+0000 mon.smithi067 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:55.060859+0000 mon.smithi067 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:50:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:55.348101+0000 mon.smithi067 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:55.348627+0000 mon.smithi067 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:50:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:56.042255+0000 mon.smithi067 (mon.0) 256 : audit [INF] from='client.? 172.21.15.67:0/1907307678' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "139f647e-bae4-487b-b9e0-63a4cc9c5a72"}]: dispatch 2024-09-10T18:50:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:56.045601+0000 mon.smithi067 (mon.0) 257 : audit [INF] from='client.? 172.21.15.67:0/1907307678' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "139f647e-bae4-487b-b9e0-63a4cc9c5a72"}]': finished 2024-09-10T18:50:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:56.045641+0000 mon.smithi067 (mon.0) 258 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:50:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:56.045745+0000 mon.smithi067 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:50:56.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:54.317901+0000 mgr.smithi067.mpnsbx (mgr.14164) 64 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:56.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:55.060010+0000 mon.smithi067 (mon.0) 252 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:56.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:55.060859+0000 mon.smithi067 (mon.0) 253 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:50:56.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:55.348101+0000 mon.smithi067 (mon.0) 254 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:56.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:55.348627+0000 mon.smithi067 (mon.0) 255 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:50:56.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:56.042255+0000 mon.smithi067 (mon.0) 256 : audit [INF] from='client.? 172.21.15.67:0/1907307678' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "139f647e-bae4-487b-b9e0-63a4cc9c5a72"}]: dispatch 2024-09-10T18:50:56.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:56.045601+0000 mon.smithi067 (mon.0) 257 : audit [INF] from='client.? 172.21.15.67:0/1907307678' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "139f647e-bae4-487b-b9e0-63a4cc9c5a72"}]': finished 2024-09-10T18:50:56.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:56.045641+0000 mon.smithi067 (mon.0) 258 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:50:56.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:56.045745+0000 mon.smithi067 (mon.0) 259 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:50:57.451 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:56.487358+0000 mon.smithi067 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.67:0/2629031587' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:50:57.485 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:56.487358+0000 mon.smithi067 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.67:0/2629031587' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:50:58.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:56.318136+0000 mgr.smithi067.mpnsbx (mgr.14164) 65 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:58.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:57.129017+0000 mon.smithi067 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:58.262 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:57.129519+0000 mon.smithi067 (mon.0) 262 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:50:58.406 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:56.318136+0000 mgr.smithi067.mpnsbx (mgr.14164) 65 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:50:58.406 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:57.129017+0000 mon.smithi067 (mon.0) 261 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:50:58.407 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:57.129519+0000 mon.smithi067 (mon.0) 262 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:50:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:50:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:50:59.174577+0000 mon.smithi067 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:50:59.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:50:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:50:59.174577+0000 mon.smithi067 (mon.0) 263 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:00.577 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:50:58.318356+0000 mgr.smithi067.mpnsbx (mgr.14164) 66 : cluster [DBG] pgmap v52: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:00.577 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:00.071224+0000 mon.smithi067 (mon.0) 264 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:50:58.318356+0000 mgr.smithi067.mpnsbx (mgr.14164) 66 : cluster [DBG] pgmap v52: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:00.071224+0000 mon.smithi067 (mon.0) 264 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:01.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:00.318711+0000 mgr.smithi067.mpnsbx (mgr.14164) 67 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:01.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:00.334783+0000 mon.smithi067 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:01.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:00.335103+0000 mgr.smithi067.mpnsbx (mgr.14164) 68 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:51:01.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:00.610895+0000 mon.smithi067 (mon.0) 266 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:01.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:00.611548+0000 mon.smithi067 (mon.0) 267 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:01.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:00.661949+0000 mon.smithi067 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:00.318711+0000 mgr.smithi067.mpnsbx (mgr.14164) 67 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:00.334783+0000 mon.smithi067 (mon.0) 265 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:00.335103+0000 mgr.smithi067.mpnsbx (mgr.14164) 68 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:51:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:00.610895+0000 mon.smithi067 (mon.0) 266 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:00.611548+0000 mon.smithi067 (mon.0) 267 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:00.661949+0000 mon.smithi067 (mon.0) 268 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:04.569 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:02.318993+0000 mgr.smithi067.mpnsbx (mgr.14164) 69 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:04.569 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:03.294713+0000 mon.smithi067 (mon.0) 269 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:51:04.569 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:03.295523+0000 mon.smithi067 (mon.0) 270 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:04.569 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:03.296131+0000 mgr.smithi067.mpnsbx (mgr.14164) 70 : cephadm [INF] Deploying daemon osd.1 on smithi067 2024-09-10T18:51:04.569 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:03.296503+0000 mon.smithi067 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:51:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:02.318993+0000 mgr.smithi067.mpnsbx (mgr.14164) 69 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:03.294713+0000 mon.smithi067 (mon.0) 269 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:51:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:03.295523+0000 mon.smithi067 (mon.0) 270 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:03.296131+0000 mgr.smithi067.mpnsbx (mgr.14164) 70 : cephadm [INF] Deploying daemon osd.1 on smithi067 2024-09-10T18:51:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:03.296503+0000 mon.smithi067 (mon.0) 271 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:51:05.381 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:05.077134+0000 mon.smithi067 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:05.077134+0000 mon.smithi067 (mon.0) 272 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:06.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:04.319287+0000 mgr.smithi067.mpnsbx (mgr.14164) 71 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:06.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:05.422327+0000 mon.smithi067 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:06.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:05.762824+0000 mon.smithi067 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:06.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:05.764149+0000 mon.smithi067 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:51:06.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:05.765022+0000 mon.smithi067 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:51:06.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:05.766131+0000 mon.smithi067 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:51:06.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:05.766701+0000 mon.smithi067 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:06.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:05.767319+0000 mon.smithi067 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon.smithi067", "key": "container_image"}]: dispatch 2024-09-10T18:51:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:04.319287+0000 mgr.smithi067.mpnsbx (mgr.14164) 71 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:05.422327+0000 mon.smithi067 (mon.0) 273 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:05.762824+0000 mon.smithi067 (mon.0) 274 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:05.764149+0000 mon.smithi067 (mon.0) 275 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:51:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:05.765022+0000 mon.smithi067 (mon.0) 276 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:51:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:05.766131+0000 mon.smithi067 (mon.0) 277 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:51:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:05.766701+0000 mon.smithi067 (mon.0) 278 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:05.767319+0000 mon.smithi067 (mon.0) 279 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon.smithi067", "key": "container_image"}]: dispatch 2024-09-10T18:51:07.699 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:05.422801+0000 mgr.smithi067.mpnsbx (mgr.14164) 72 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:51:07.699 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:05.764693+0000 mgr.smithi067.mpnsbx (mgr.14164) 73 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:51:07.700 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:05.765402+0000 mgr.smithi067.mpnsbx (mgr.14164) 74 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:51:07.700 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:05.765874+0000 mgr.smithi067.mpnsbx (mgr.14164) 75 : cephadm [INF] Reconfiguring mon.smithi067 (unknown last config time)... 2024-09-10T18:51:07.700 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:05.767103+0000 mgr.smithi067.mpnsbx (mgr.14164) 76 : cephadm [INF] Reconfiguring daemon mon.smithi067 on smithi067 2024-09-10T18:51:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:05.422801+0000 mgr.smithi067.mpnsbx (mgr.14164) 72 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:51:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:05.764693+0000 mgr.smithi067.mpnsbx (mgr.14164) 73 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:51:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:05.765402+0000 mgr.smithi067.mpnsbx (mgr.14164) 74 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:51:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:05.765874+0000 mgr.smithi067.mpnsbx (mgr.14164) 75 : cephadm [INF] Reconfiguring mon.smithi067 (unknown last config time)... 2024-09-10T18:51:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:05.767103+0000 mgr.smithi067.mpnsbx (mgr.14164) 76 : cephadm [INF] Reconfiguring daemon mon.smithi067 on smithi067 2024-09-10T18:51:08.553 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:06.319530+0000 mgr.smithi067.mpnsbx (mgr.14164) 77 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:08.595 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 1 on host 'smithi067' 2024-09-10T18:51:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:06.319530+0000 mgr.smithi067.mpnsbx (mgr.14164) 77 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:09.203 DEBUG:teuthology.orchestra.run.smithi067:osd.1> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.1.service 2024-09-10T18:51:09.205 INFO:tasks.cephadm:Deploying osd.2 on smithi067 with /dev/vg_nvme/lv_2... 2024-09-10T18:51:09.206 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T18:51:09.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:08.319875+0000 mgr.smithi067.mpnsbx (mgr.14164) 78 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:09.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:08.591530+0000 mon.smithi067 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:09.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:09.549457+0000 mon.smithi067 (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:51:09.776 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 18:51:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1[30992]: debug 2024-09-10T18:51:09.545+0000 7f22cb73bf00 -1 osd.1 0 log_to_monitors {default=true} 2024-09-10T18:51:10.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:08.319875+0000 mgr.smithi067.mpnsbx (mgr.14164) 78 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:10.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:08.591530+0000 mon.smithi067 (mon.0) 280 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:10.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:09.549457+0000 mon.smithi067 (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:51:11.525 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1[30992]: debug 2024-09-10T18:51:11.303+0000 7f22b0213700 -1 osd.1 0 waiting for initial osdmap 2024-09-10T18:51:11.525 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1[30992]: debug 2024-09-10T18:51:11.307+0000 7f22bb42f700 -1 osd.1 16 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:51:11.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:10.300205+0000 mon.smithi067 (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:51:11.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:10.300293+0000 mon.smithi067 (mon.0) 283 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:51:11.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:10.300426+0000 mon.smithi067 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:51:11.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:10.300779+0000 mon.smithi067 (mon.0) 285 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T18:51:11.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:11.100846+0000 mon.smithi067 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:11.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:11.101688+0000 mon.smithi067 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mgr.smithi067.mpnsbx"}]: dispatch 2024-09-10T18:51:11.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:11.102326+0000 mon.smithi067 (mon.0) 288 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:11.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:11.103303+0000 mon.smithi067 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mgr.smithi067.mpnsbx", "key": "container_image"}]: dispatch 2024-09-10T18:51:11.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:10.300205+0000 mon.smithi067 (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:51:11.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:10.300293+0000 mon.smithi067 (mon.0) 283 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:51:11.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:10.300426+0000 mon.smithi067 (mon.0) 284 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:51:11.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:10.300779+0000 mon.smithi067 (mon.0) 285 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T18:51:11.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:11.100846+0000 mon.smithi067 (mon.0) 286 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:11.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:11.101688+0000 mon.smithi067 (mon.0) 287 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mgr.smithi067.mpnsbx"}]: dispatch 2024-09-10T18:51:11.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:11.102326+0000 mon.smithi067 (mon.0) 288 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:11.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:11.103303+0000 mon.smithi067 (mon.0) 289 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mgr.smithi067.mpnsbx", "key": "container_image"}]: dispatch 2024-09-10T18:51:12.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:10.320214+0000 mgr.smithi067.mpnsbx (mgr.14164) 79 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:12.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:11.101442+0000 mgr.smithi067.mpnsbx (mgr.14164) 80 : cephadm [INF] Reconfiguring mgr.smithi067.mpnsbx (unknown last config time)... 2024-09-10T18:51:12.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:11.102807+0000 mgr.smithi067.mpnsbx (mgr.14164) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi067.mpnsbx on smithi067 2024-09-10T18:51:12.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:11.301386+0000 mon.smithi067 (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-10T18:51:12.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:11.301449+0000 mon.smithi067 (mon.0) 291 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2024-09-10T18:51:12.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:11.301843+0000 mon.smithi067 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:51:12.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:11.305633+0000 mon.smithi067 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:51:12.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:10.320214+0000 mgr.smithi067.mpnsbx (mgr.14164) 79 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:12.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:11.101442+0000 mgr.smithi067.mpnsbx (mgr.14164) 80 : cephadm [INF] Reconfiguring mgr.smithi067.mpnsbx (unknown last config time)... 2024-09-10T18:51:12.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:11.102807+0000 mgr.smithi067.mpnsbx (mgr.14164) 81 : cephadm [INF] Reconfiguring daemon mgr.smithi067.mpnsbx on smithi067 2024-09-10T18:51:12.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:11.301386+0000 mon.smithi067 (mon.0) 290 : audit [INF] from='osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-10T18:51:12.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:11.301449+0000 mon.smithi067 (mon.0) 291 : cluster [DBG] osdmap e16: 2 total, 1 up, 1 in 2024-09-10T18:51:12.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:11.301843+0000 mon.smithi067 (mon.0) 292 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:51:12.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:11.305633+0000 mon.smithi067 (mon.0) 293 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:51:13.253 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T18:51:13.253 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T18:51:13.253 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10+0 records in 2024-09-10T18:51:13.253 INFO:teuthology.orchestra.run.smithi067.stderr:10+0 records out 2024-09-10T18:51:13.254 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0122849 s, 854 MB/s 2024-09-10T18:51:13.254 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping successful for: 2024-09-10T18:51:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:10.535776+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:51:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:10.535871+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:51:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:12.306577+0000 mon.smithi067 (mon.0) 294 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202] boot 2024-09-10T18:51:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:12.306615+0000 mon.smithi067 (mon.0) 295 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:51:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:12.306949+0000 mon.smithi067 (mon.0) 296 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:51:13.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:12.450412+0000 mon.smithi067 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:13.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:10.535776+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:51:13.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:10.535871+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:51:13.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:12.306577+0000 mon.smithi067 (mon.0) 294 : cluster [INF] osd.1 [v2:172.21.15.67:6810/1588202202,v1:172.21.15.67:6811/1588202202] boot 2024-09-10T18:51:13.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:12.306615+0000 mon.smithi067 (mon.0) 295 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:51:13.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:12.306949+0000 mon.smithi067 (mon.0) 296 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:51:13.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:12.450412+0000 mon.smithi067 (mon.0) 297 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:13.864 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi067:vg_nvme/lv_2 2024-09-10T18:51:14.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:12.320474+0000 mgr.smithi067.mpnsbx (mgr.14164) 82 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:14.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:12.451040+0000 mgr.smithi067.mpnsbx (mgr.14164) 83 : cephadm [INF] Reconfiguring alertmanager.smithi067 (dependencies changed)... 2024-09-10T18:51:14.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:12.452796+0000 mgr.smithi067.mpnsbx (mgr.14164) 84 : cephadm [INF] Reconfiguring daemon alertmanager.smithi067 on smithi067 2024-09-10T18:51:14.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:13.317346+0000 mon.smithi067 (mon.0) 298 : cluster [DBG] osdmap e18: 2 total, 2 up, 2 in 2024-09-10T18:51:14.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:12.320474+0000 mgr.smithi067.mpnsbx (mgr.14164) 82 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 128 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:51:14.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:12.451040+0000 mgr.smithi067.mpnsbx (mgr.14164) 83 : cephadm [INF] Reconfiguring alertmanager.smithi067 (dependencies changed)... 2024-09-10T18:51:14.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:12.452796+0000 mgr.smithi067.mpnsbx (mgr.14164) 84 : cephadm [INF] Reconfiguring daemon alertmanager.smithi067 on smithi067 2024-09-10T18:51:14.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:13.317346+0000 mon.smithi067 (mon.0) 298 : cluster [DBG] osdmap e18: 2 total, 2 up, 2 in 2024-09-10T18:51:16.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:14.320725+0000 mgr.smithi067.mpnsbx (mgr.14164) 85 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:14.320725+0000 mgr.smithi067.mpnsbx (mgr.14164) 85 : cluster [DBG] pgmap v64: 1 pgs: 1 undersized+peered; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:18.573 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:16.321119+0000 mgr.smithi067.mpnsbx (mgr.14164) 86 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:18.573 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:17.806551+0000 mon.smithi067 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:51:18.573 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:17.807815+0000 mon.smithi067 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:51:18.573 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:17.808392+0000 mon.smithi067 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:18.573 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:17.809035+0000 mon.smithi067 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:16.321119+0000 mgr.smithi067.mpnsbx (mgr.14164) 86 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:17.806551+0000 mon.smithi067 (mon.0) 299 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:51:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:17.807815+0000 mon.smithi067 (mon.0) 300 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:51:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:17.808392+0000 mon.smithi067 (mon.0) 301 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:17.809035+0000 mon.smithi067 (mon.0) 302 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:17.805776+0000 mgr.smithi067.mpnsbx (mgr.14164) 87 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:17.807586+0000 mgr.smithi067.mpnsbx (mgr.14164) 88 : cephadm [INF] Applying drive group None on host smithi067... 2024-09-10T18:51:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:18.321416+0000 mgr.smithi067.mpnsbx (mgr.14164) 89 : cluster [DBG] pgmap v66: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:17.805776+0000 mgr.smithi067.mpnsbx (mgr.14164) 87 : audit [DBG] from='client.14240 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:17.807586+0000 mgr.smithi067.mpnsbx (mgr.14164) 88 : cephadm [INF] Applying drive group None on host smithi067... 2024-09-10T18:51:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:18.321416+0000 mgr.smithi067.mpnsbx (mgr.14164) 89 : cluster [DBG] pgmap v66: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:20.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:19.321537+0000 mon.smithi067 (mon.0) 303 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:51:20.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:19.321568+0000 mon.smithi067 (mon.0) 304 : cluster [INF] Cluster is now healthy 2024-09-10T18:51:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:19.321537+0000 mon.smithi067 (mon.0) 303 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:51:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:19.321568+0000 mon.smithi067 (mon.0) 304 : cluster [INF] Cluster is now healthy 2024-09-10T18:51:21.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:20.321905+0000 mgr.smithi067.mpnsbx (mgr.14164) 90 : cluster [DBG] pgmap v67: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:21.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:20.454041+0000 mon.smithi067 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:51:21.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:20.457140+0000 mon.smithi067 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:51:21.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:21.206739+0000 mon.smithi067 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:21.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:21.207337+0000 mgr.smithi067.mpnsbx (mgr.14164) 91 : cephadm [INF] Reconfiguring grafana.smithi067 (dependencies changed)... 2024-09-10T18:51:21.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:21.211519+0000 mgr.smithi067.mpnsbx (mgr.14164) 92 : cephadm [INF] Reconfiguring daemon grafana.smithi067 on smithi067 2024-09-10T18:51:21.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:20.321905+0000 mgr.smithi067.mpnsbx (mgr.14164) 90 : cluster [DBG] pgmap v67: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:21.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:20.454041+0000 mon.smithi067 (mon.0) 305 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:51:21.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:20.457140+0000 mon.smithi067 (mon.0) 306 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:51:21.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:21.206739+0000 mon.smithi067 (mon.0) 307 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:21.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:21.207337+0000 mgr.smithi067.mpnsbx (mgr.14164) 91 : cephadm [INF] Reconfiguring grafana.smithi067 (dependencies changed)... 2024-09-10T18:51:21.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:21.211519+0000 mgr.smithi067.mpnsbx (mgr.14164) 92 : cephadm [INF] Reconfiguring daemon grafana.smithi067 on smithi067 2024-09-10T18:51:22.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:22.147409+0000 mon.smithi067 (mon.0) 308 : audit [INF] from='client.? 172.21.15.67:0/3670679426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8f535a2-6c91-45fc-9454-78fa3ff21c44"}]: dispatch 2024-09-10T18:51:22.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:22.150947+0000 mon.smithi067 (mon.0) 309 : audit [INF] from='client.? 172.21.15.67:0/3670679426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8f535a2-6c91-45fc-9454-78fa3ff21c44"}]': finished 2024-09-10T18:51:22.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:22.150989+0000 mon.smithi067 (mon.0) 310 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-10T18:51:22.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:22.151072+0000 mon.smithi067 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:22.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:22.147409+0000 mon.smithi067 (mon.0) 308 : audit [INF] from='client.? 172.21.15.67:0/3670679426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8f535a2-6c91-45fc-9454-78fa3ff21c44"}]: dispatch 2024-09-10T18:51:22.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:22.150947+0000 mon.smithi067 (mon.0) 309 : audit [INF] from='client.? 172.21.15.67:0/3670679426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8f535a2-6c91-45fc-9454-78fa3ff21c44"}]': finished 2024-09-10T18:51:22.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:22.150989+0000 mon.smithi067 (mon.0) 310 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-09-10T18:51:22.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:22.151072+0000 mon.smithi067 (mon.0) 311 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:23.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:22.322204+0000 mgr.smithi067.mpnsbx (mgr.14164) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:23.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:22.551369+0000 mon.smithi067 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.67:0/1022553429' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:51:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:22.322204+0000 mgr.smithi067.mpnsbx (mgr.14164) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+undersized; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:22.551369+0000 mon.smithi067 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.67:0/1022553429' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:51:25.445 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:24.322626+0000 mgr.smithi067.mpnsbx (mgr.14164) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:25.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:25.206853+0000 mon.smithi067 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:25.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:24.322626+0000 mgr.smithi067.mpnsbx (mgr.14164) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:25.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:25.206853+0000 mon.smithi067 (mon.0) 313 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:26.322992+0000 mgr.smithi067.mpnsbx (mgr.14164) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:26.322992+0000 mgr.smithi067.mpnsbx (mgr.14164) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:30.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:28.323499+0000 mgr.smithi067.mpnsbx (mgr.14164) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:30.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:29.704279+0000 mon.smithi067 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:30.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:29.705328+0000 mon.smithi067 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:51:30.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:29.705921+0000 mon.smithi067 (mon.0) 316 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:30.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:29.706633+0000 mon.smithi067 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon.smithi172", "key": "container_image"}]: dispatch 2024-09-10T18:51:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:28.323499+0000 mgr.smithi067.mpnsbx (mgr.14164) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+undersized; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:29.704279+0000 mon.smithi067 (mon.0) 314 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:29.705328+0000 mon.smithi067 (mon.0) 315 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:51:30.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:29.705921+0000 mon.smithi067 (mon.0) 316 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:30.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:29.706633+0000 mon.smithi067 (mon.0) 317 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon.smithi172", "key": "container_image"}]: dispatch 2024-09-10T18:51:31.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:29.705056+0000 mgr.smithi067.mpnsbx (mgr.14164) 97 : cephadm [INF] Reconfiguring mon.smithi172 (monmap changed)... 2024-09-10T18:51:31.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:29.706380+0000 mgr.smithi067.mpnsbx (mgr.14164) 98 : cephadm [INF] Reconfiguring daemon mon.smithi172 on smithi172 2024-09-10T18:51:31.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:31.055625+0000 mon.smithi067 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:31.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:31.058147+0000 mon.smithi067 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:51:31.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:31.094393+0000 mon.smithi067 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:51:31.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:31.095071+0000 mon.smithi067 (mon.0) 321 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:31.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:31.095776+0000 mon.smithi067 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:51:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:29.705056+0000 mgr.smithi067.mpnsbx (mgr.14164) 97 : cephadm [INF] Reconfiguring mon.smithi172 (monmap changed)... 2024-09-10T18:51:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:29.706380+0000 mgr.smithi067.mpnsbx (mgr.14164) 98 : cephadm [INF] Reconfiguring daemon mon.smithi172 on smithi172 2024-09-10T18:51:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:31.055625+0000 mon.smithi067 (mon.0) 318 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:31.058147+0000 mon.smithi067 (mon.0) 319 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:51:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:31.094393+0000 mon.smithi067 (mon.0) 320 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:51:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:31.095071+0000 mon.smithi067 (mon.0) 321 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:31.095776+0000 mon.smithi067 (mon.0) 322 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:51:32.663 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:30.323853+0000 mgr.smithi067.mpnsbx (mgr.14164) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:32.663 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:31.058458+0000 mgr.smithi067.mpnsbx (mgr.14164) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:51:32.663 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:31.095538+0000 mgr.smithi067.mpnsbx (mgr.14164) 101 : cephadm [INF] Deploying daemon osd.2 on smithi067 2024-09-10T18:51:32.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:30.323853+0000 mgr.smithi067.mpnsbx (mgr.14164) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:32.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:31.058458+0000 mgr.smithi067.mpnsbx (mgr.14164) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:51:32.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:31.095538+0000 mgr.smithi067.mpnsbx (mgr.14164) 101 : cephadm [INF] Deploying daemon osd.2 on smithi067 2024-09-10T18:51:34.431 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:32.324213+0000 mgr.smithi067.mpnsbx (mgr.14164) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:34.679 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 2 on host 'smithi067' 2024-09-10T18:51:34.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:32.324213+0000 mgr.smithi067.mpnsbx (mgr.14164) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:35.359 DEBUG:teuthology.orchestra.run.smithi067:osd.2> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.2.service 2024-09-10T18:51:35.362 INFO:tasks.cephadm:Deploying osd.3 on smithi067 with /dev/vg_nvme/lv_1... 2024-09-10T18:51:35.362 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T18:51:35.910 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2[32359]: debug 2024-09-10T18:51:35.645+0000 7f9710ccaf00 -1 osd.2 0 log_to_monitors {default=true} 2024-09-10T18:51:35.911 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:34.324588+0000 mgr.smithi067.mpnsbx (mgr.14164) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:35.911 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.675802+0000 mon.smithi067 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:35.911 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.687794+0000 mon.smithi067 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067:9093"}]: dispatch 2024-09-10T18:51:35.911 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.688207+0000 mgr.smithi067.mpnsbx (mgr.14164) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067:9093"}]: dispatch 2024-09-10T18:51:35.911 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.694523+0000 mon.smithi067 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:35.911 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.698013+0000 mon.smithi067 (mon.0) 326 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:51:35.911 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.698386+0000 mgr.smithi067.mpnsbx (mgr.14164) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:51:35.911 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.704048+0000 mon.smithi067 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067:3000"}]: dispatch 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.704475+0000 mgr.smithi067.mpnsbx (mgr.14164) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067:3000"}]: dispatch 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.711025+0000 mon.smithi067 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.714716+0000 mon.smithi067 (mon.0) 329 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.715212+0000 mgr.smithi067.mpnsbx (mgr.14164) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.720545+0000 mon.smithi067 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067:9095"}]: dispatch 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.720867+0000 mgr.smithi067.mpnsbx (mgr.14164) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067:9095"}]: dispatch 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.724408+0000 mon.smithi067 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.727161+0000 mon.smithi067 (mon.0) 332 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:34.727411+0000 mon.smithi067 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:35.912 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:35.650548+0000 mon.smithi067 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:51:35.925 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:34.324588+0000 mgr.smithi067.mpnsbx (mgr.14164) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:35.925 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.675802+0000 mon.smithi067 (mon.0) 323 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:35.925 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.687794+0000 mon.smithi067 (mon.0) 324 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067:9093"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.688207+0000 mgr.smithi067.mpnsbx (mgr.14164) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067:9093"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.694523+0000 mon.smithi067 (mon.0) 325 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.698013+0000 mon.smithi067 (mon.0) 326 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.698386+0000 mgr.smithi067.mpnsbx (mgr.14164) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.704048+0000 mon.smithi067 (mon.0) 327 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067:3000"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.704475+0000 mgr.smithi067.mpnsbx (mgr.14164) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067:3000"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.711025+0000 mon.smithi067 (mon.0) 328 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.714716+0000 mon.smithi067 (mon.0) 329 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.715212+0000 mgr.smithi067.mpnsbx (mgr.14164) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.720545+0000 mon.smithi067 (mon.0) 330 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067:9095"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.720867+0000 mgr.smithi067.mpnsbx (mgr.14164) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067:9095"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.724408+0000 mon.smithi067 (mon.0) 331 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.727161+0000 mon.smithi067 (mon.0) 332 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:35.926 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:34.727411+0000 mon.smithi067 (mon.0) 333 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:35.927 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:35.650548+0000 mon.smithi067 (mon.0) 334 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:51:37.359 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 18:51:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2[32359]: debug 2024-09-10T18:51:37.310+0000 7f96f97aa700 -1 osd.2 0 waiting for initial osdmap 2024-09-10T18:51:37.360 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 18:51:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2[32359]: debug 2024-09-10T18:51:37.317+0000 7f97049c6700 -1 osd.2 21 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:51:37.360 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:36.307002+0000 mon.smithi067 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:51:37.360 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:36.307052+0000 mon.smithi067 (mon.0) 336 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-10T18:51:37.360 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:36.307173+0000 mon.smithi067 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:37.360 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:36.307558+0000 mon.smithi067 (mon.0) 338 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T18:51:37.360 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:36.325268+0000 mon.smithi067 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:37.765 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T18:51:37.765 INFO:teuthology.orchestra.run.smithi067.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T18:51:37.765 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10+0 records in 2024-09-10T18:51:37.766 INFO:teuthology.orchestra.run.smithi067.stderr:10+0 records out 2024-09-10T18:51:37.766 INFO:teuthology.orchestra.run.smithi067.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0138688 s, 756 MB/s 2024-09-10T18:51:37.766 INFO:teuthology.orchestra.run.smithi067.stderr:--> Zapping successful for: 2024-09-10T18:51:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:36.307002+0000 mon.smithi067 (mon.0) 335 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:51:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:36.307052+0000 mon.smithi067 (mon.0) 336 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-09-10T18:51:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:36.307173+0000 mon.smithi067 (mon.0) 337 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:36.307558+0000 mon.smithi067 (mon.0) 338 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T18:51:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:36.325268+0000 mon.smithi067 (mon.0) 339 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:38.435 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi067:vg_nvme/lv_1 2024-09-10T18:51:38.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:36.324800+0000 mgr.smithi067.mpnsbx (mgr.14164) 109 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:38.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:37.308412+0000 mon.smithi067 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-10T18:51:38.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:37.308463+0000 mon.smithi067 (mon.0) 341 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-10T18:51:38.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:37.309410+0000 mon.smithi067 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:38.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:37.314028+0000 mon.smithi067 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:36.324800+0000 mgr.smithi067.mpnsbx (mgr.14164) 109 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:37.308412+0000 mon.smithi067 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-10T18:51:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:37.308463+0000 mon.smithi067 (mon.0) 341 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-10T18:51:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:37.309410+0000 mon.smithi067 (mon.0) 342 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:37.314028+0000 mon.smithi067 (mon.0) 343 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:36.627517+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:51:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:36.627656+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:51:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:38.312326+0000 mon.smithi067 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:39.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:38.316087+0000 mon.smithi067 (mon.0) 345 : cluster [INF] osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165] boot 2024-09-10T18:51:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:38.316119+0000 mon.smithi067 (mon.0) 346 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:51:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:38.316696+0000 mon.smithi067 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:39.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:39.316812+0000 mon.smithi067 (mon.0) 348 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T18:51:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:36.627517+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:51:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:36.627656+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:51:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:38.312326+0000 mon.smithi067 (mon.0) 344 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:38.316087+0000 mon.smithi067 (mon.0) 345 : cluster [INF] osd.2 [v2:172.21.15.67:6818/674992165,v1:172.21.15.67:6819/674992165] boot 2024-09-10T18:51:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:38.316119+0000 mon.smithi067 (mon.0) 346 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-10T18:51:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:38.316696+0000 mon.smithi067 (mon.0) 347 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:51:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:39.316812+0000 mon.smithi067 (mon.0) 348 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-10T18:51:40.490 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:38.325031+0000 mgr.smithi067.mpnsbx (mgr.14164) 110 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized; 0 B data, 344 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:38.325031+0000 mgr.smithi067.mpnsbx (mgr.14164) 110 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized; 0 B data, 344 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:51:41.437 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:40.325310+0000 mgr.smithi067.mpnsbx (mgr.14164) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:41.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:40.372223+0000 mgr.smithi067.mpnsbx (mgr.14164) 112 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:41.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:40.372971+0000 mon.smithi067 (mon.0) 349 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:51:41.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:40.373969+0000 mgr.smithi067.mpnsbx (mgr.14164) 113 : cephadm [INF] Applying drive group None on host smithi067... 2024-09-10T18:51:41.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:40.374135+0000 mon.smithi067 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:51:41.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:40.374649+0000 mon.smithi067 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:41.438 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:40.375218+0000 mon.smithi067 (mon.0) 352 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:41.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:40.325310+0000 mgr.smithi067.mpnsbx (mgr.14164) 111 : cluster [DBG] pgmap v82: 1 pgs: 1 active+undersized; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:41.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:40.372223+0000 mgr.smithi067.mpnsbx (mgr.14164) 112 : audit [DBG] from='client.14258 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi067:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:41.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:40.372971+0000 mon.smithi067 (mon.0) 349 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:51:41.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:40.373969+0000 mgr.smithi067.mpnsbx (mgr.14164) 113 : cephadm [INF] Applying drive group None on host smithi067... 2024-09-10T18:51:41.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:40.374135+0000 mon.smithi067 (mon.0) 350 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:51:41.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:40.374649+0000 mon.smithi067 (mon.0) 351 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:41.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:40.375218+0000 mon.smithi067 (mon.0) 352 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:44.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:42.325696+0000 mgr.smithi067.mpnsbx (mgr.14164) 114 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:44.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:43.717548+0000 mon.smithi067 (mon.0) 353 : audit [INF] from='client.? 172.21.15.67:0/1769768310' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a86096d-3714-48a2-89f5-211ca95aea58"}]: dispatch 2024-09-10T18:51:44.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:43.723468+0000 mon.smithi067 (mon.0) 354 : audit [INF] from='client.? 172.21.15.67:0/1769768310' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a86096d-3714-48a2-89f5-211ca95aea58"}]': finished 2024-09-10T18:51:44.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:43.723510+0000 mon.smithi067 (mon.0) 355 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-10T18:51:44.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:43.723598+0000 mon.smithi067 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:51:44.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:44.091118+0000 mon.smithi067 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:44.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:44.091826+0000 mon.smithi067 (mon.0) 358 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:44.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:44.155401+0000 mon.smithi067 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.67:0/912298773' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:51:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:42.325696+0000 mgr.smithi067.mpnsbx (mgr.14164) 114 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized; 0 B data, 560 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:43.717548+0000 mon.smithi067 (mon.0) 353 : audit [INF] from='client.? 172.21.15.67:0/1769768310' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7a86096d-3714-48a2-89f5-211ca95aea58"}]: dispatch 2024-09-10T18:51:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:43.723468+0000 mon.smithi067 (mon.0) 354 : audit [INF] from='client.? 172.21.15.67:0/1769768310' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7a86096d-3714-48a2-89f5-211ca95aea58"}]': finished 2024-09-10T18:51:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:43.723510+0000 mon.smithi067 (mon.0) 355 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-09-10T18:51:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:43.723598+0000 mon.smithi067 (mon.0) 356 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:51:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:44.091118+0000 mon.smithi067 (mon.0) 357 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:44.091826+0000 mon.smithi067 (mon.0) 358 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:44.155401+0000 mon.smithi067 (mon.0) 359 : audit [DBG] from='client.? 172.21.15.67:0/912298773' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:51:46.513 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:44.325973+0000 mgr.smithi067.mpnsbx (mgr.14164) 115 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:44.325973+0000 mgr.smithi067.mpnsbx (mgr.14164) 115 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:47.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:46.861329+0000 mon.smithi067 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:46.861329+0000 mon.smithi067 (mon.0) 360 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:48.591 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:46.326322+0000 mgr.smithi067.mpnsbx (mgr.14164) 116 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:48.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:46.326322+0000 mgr.smithi067.mpnsbx (mgr.14164) 116 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:49.365 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:49.105950+0000 mon.smithi067 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:49.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:49.105950+0000 mon.smithi067 (mon.0) 361 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:50.652 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:48.326662+0000 mgr.smithi067.mpnsbx (mgr.14164) 117 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:50.652 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:49.442212+0000 mon.smithi067 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:50.653 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:49.444903+0000 mon.smithi067 (mon.0) 363 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:50.653 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:49.446356+0000 mon.smithi067 (mon.0) 364 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:51:50.653 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:49.447313+0000 mon.smithi067 (mon.0) 365 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:51:50.653 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:49.448976+0000 mon.smithi067 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:50.653 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:49.449172+0000 mon.smithi067 (mon.0) 367 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:48.326662+0000 mgr.smithi067.mpnsbx (mgr.14164) 117 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:49.442212+0000 mon.smithi067 (mon.0) 362 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:49.444903+0000 mon.smithi067 (mon.0) 363 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:49.446356+0000 mon.smithi067 (mon.0) 364 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:51:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:49.447313+0000 mon.smithi067 (mon.0) 365 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:51:50.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:49.448976+0000 mon.smithi067 (mon.0) 366 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:50.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:49.449172+0000 mon.smithi067 (mon.0) 367 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:51:51.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:49.446932+0000 mgr.smithi067.mpnsbx (mgr.14164) 118 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:51:51.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:49.447714+0000 mgr.smithi067.mpnsbx (mgr.14164) 119 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:51:51.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:50.670040+0000 mon.smithi067 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:51:51.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:50.670631+0000 mon.smithi067 (mon.0) 369 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:51.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:50.671305+0000 mon.smithi067 (mon.0) 370 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:51:51.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:51.163013+0000 mon.smithi067 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:49.446932+0000 mgr.smithi067.mpnsbx (mgr.14164) 118 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:51:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:49.447714+0000 mgr.smithi067.mpnsbx (mgr.14164) 119 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:51:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:50.670040+0000 mon.smithi067 (mon.0) 368 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:51:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:50.670631+0000 mon.smithi067 (mon.0) 369 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:51:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:50.671305+0000 mon.smithi067 (mon.0) 370 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:51:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:51.163013+0000 mon.smithi067 (mon.0) 371 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:50.326912+0000 mgr.smithi067.mpnsbx (mgr.14164) 120 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:51:50.671083+0000 mgr.smithi067.mpnsbx (mgr.14164) 121 : cephadm [INF] Deploying daemon osd.3 on smithi067 2024-09-10T18:51:52.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:50.326912+0000 mgr.smithi067.mpnsbx (mgr.14164) 120 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:52.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:51:50.671083+0000 mgr.smithi067.mpnsbx (mgr.14164) 121 : cephadm [INF] Deploying daemon osd.3 on smithi067 2024-09-10T18:51:54.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:52.327121+0000 mgr.smithi067.mpnsbx (mgr.14164) 122 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:54.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:52.327121+0000 mgr.smithi067.mpnsbx (mgr.14164) 122 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:55.656 INFO:teuthology.orchestra.run.smithi067.stdout:Created osd(s) 3 on host 'smithi067' 2024-09-10T18:51:56.604 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:54.327406+0000 mgr.smithi067.mpnsbx (mgr.14164) 123 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:56.604 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:55.653782+0000 mon.smithi067 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:56.625 DEBUG:teuthology.orchestra.run.smithi067:osd.3> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.3.service 2024-09-10T18:51:56.627 INFO:tasks.cephadm:Deploying osd.4 on smithi172 with /dev/vg_nvme/lv_4... 2024-09-10T18:51:56.627 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:51:56.656 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:54.327406+0000 mgr.smithi067.mpnsbx (mgr.14164) 123 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:56.656 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:55.653782+0000 mon.smithi067 (mon.0) 372 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:57.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:56.622725+0000 mon.smithi067 (mon.0) 373 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:51:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:56.622725+0000 mon.smithi067 (mon.0) 373 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:51:58.488 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:51:58.488 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:51:58.488 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2024-09-10T18:51:58.488 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2024-09-10T18:51:58.488 INFO:teuthology.orchestra.run.smithi172.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0134342 s, 781 MB/s 2024-09-10T18:51:58.488 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2024-09-10T18:51:58.488 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:56.327752+0000 mgr.smithi067.mpnsbx (mgr.14164) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:58.489 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:57.327461+0000 mon.smithi067 (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:51:58.489 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:57.327531+0000 mon.smithi067 (mon.0) 375 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:51:58.489 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:57.327806+0000 mon.smithi067 (mon.0) 376 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:51:58.489 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:57.328017+0000 mon.smithi067 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T18:51:58.489 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:57.371968+0000 mon.smithi067 (mon.0) 378 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:58.489 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:57.372590+0000 mon.smithi067 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:56.327752+0000 mgr.smithi067.mpnsbx (mgr.14164) 124 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:57.327461+0000 mon.smithi067 (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:51:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:57.327531+0000 mon.smithi067 (mon.0) 375 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:51:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:57.327806+0000 mon.smithi067 (mon.0) 376 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:51:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:57.328017+0000 mon.smithi067 (mon.0) 377 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T18:51:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:57.371968+0000 mon.smithi067 (mon.0) 378 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:51:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:57.372590+0000 mon.smithi067 (mon.0) 379 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:51:58.776 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 18:51:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.3[34177]: debug 2024-09-10T18:51:58.332+0000 7fc671d78700 -1 osd.3 0 waiting for initial osdmap 2024-09-10T18:51:58.776 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 18:51:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.3[34177]: debug 2024-09-10T18:51:58.336+0000 7fc67cf94700 -1 osd.3 26 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:51:59.097 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi172:vg_nvme/lv_4 2024-09-10T18:51:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:58.328025+0000 mgr.smithi067.mpnsbx (mgr.14164) 125 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:58.328605+0000 mon.smithi067 (mon.0) 380 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-10T18:51:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:58.328721+0000 mon.smithi067 (mon.0) 381 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-10T18:51:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:58.329113+0000 mon.smithi067 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:51:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:51:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:58.333030+0000 mon.smithi067 (mon.0) 383 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:51:59.665 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:58.328025+0000 mgr.smithi067.mpnsbx (mgr.14164) 125 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:51:59.666 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:58.328605+0000 mon.smithi067 (mon.0) 380 : audit [INF] from='osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]': finished 2024-09-10T18:51:59.666 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:58.328721+0000 mon.smithi067 (mon.0) 381 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-10T18:51:59.666 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:58.329113+0000 mon.smithi067 (mon.0) 382 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:51:59.666 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:51:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:58.333030+0000 mon.smithi067 (mon.0) 383 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:52:00.592 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:57.656060+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:52:00.592 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:57.656121+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:52:00.592 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:59.331854+0000 mon.smithi067 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:52:00.592 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:59.335282+0000 mon.smithi067 (mon.0) 385 : cluster [INF] osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547] boot 2024-09-10T18:52:00.592 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:51:59.335309+0000 mon.smithi067 (mon.0) 386 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:52:00.592 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:51:59.336032+0000 mon.smithi067 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:52:00.646 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:57.656060+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:52:00.646 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:57.656121+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:52:00.646 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:59.331854+0000 mon.smithi067 (mon.0) 384 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:52:00.646 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:59.335282+0000 mon.smithi067 (mon.0) 385 : cluster [INF] osd.3 [v2:172.21.15.67:6826/1153287547,v1:172.21.15.67:6827/1153287547] boot 2024-09-10T18:52:00.646 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:51:59.335309+0000 mon.smithi067 (mon.0) 386 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-09-10T18:52:00.646 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:51:59.336032+0000 mon.smithi067 (mon.0) 387 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:52:01.666 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:00.328253+0000 mgr.smithi067.mpnsbx (mgr.14164) 126 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:00.345819+0000 mon.smithi067 (mon.0) 388 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.666867+0000 mon.smithi067 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.961602+0000 mgr.smithi067.mpnsbx (mgr.14164) 127 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.962427+0000 mon.smithi067 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:00.963563+0000 mgr.smithi067.mpnsbx (mgr.14164) 128 : cephadm [INF] Applying drive group None on host smithi172... 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.963747+0000 mon.smithi067 (mon.0) 391 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.964307+0000 mon.smithi067 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.964897+0000 mon.smithi067 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.979904+0000 mon.smithi067 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:00.980664+0000 mgr.smithi067.mpnsbx (mgr.14164) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.982535+0000 mon.smithi067 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.983826+0000 mon.smithi067 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:01.667 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:00.984326+0000 mgr.smithi067.mpnsbx (mgr.14164) 130 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:01.668 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.984622+0000 mon.smithi067 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:01.668 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:00.984990+0000 mgr.smithi067.mpnsbx (mgr.14164) 131 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:01.668 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.986316+0000 mon.smithi067 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:01.668 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:00.986511+0000 mon.smithi067 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:01.709 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:00.328253+0000 mgr.smithi067.mpnsbx (mgr.14164) 126 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 648 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:52:01.709 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:00.345819+0000 mon.smithi067 (mon.0) 388 : cluster [DBG] osdmap e28: 4 total, 4 up, 4 in 2024-09-10T18:52:01.709 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.666867+0000 mon.smithi067 (mon.0) 389 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:01.709 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.961602+0000 mgr.smithi067.mpnsbx (mgr.14164) 127 : audit [DBG] from='client.24153 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:01.709 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.962427+0000 mon.smithi067 (mon.0) 390 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:00.963563+0000 mgr.smithi067.mpnsbx (mgr.14164) 128 : cephadm [INF] Applying drive group None on host smithi172... 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.963747+0000 mon.smithi067 (mon.0) 391 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.964307+0000 mon.smithi067 (mon.0) 392 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.964897+0000 mon.smithi067 (mon.0) 393 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.979904+0000 mon.smithi067 (mon.0) 394 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:00.980664+0000 mgr.smithi067.mpnsbx (mgr.14164) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.982535+0000 mon.smithi067 (mon.0) 395 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.983826+0000 mon.smithi067 (mon.0) 396 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:00.984326+0000 mgr.smithi067.mpnsbx (mgr.14164) 130 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.984622+0000 mon.smithi067 (mon.0) 397 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:00.984990+0000 mgr.smithi067.mpnsbx (mgr.14164) 131 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.986316+0000 mon.smithi067 (mon.0) 398 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:01.710 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:00.986511+0000 mon.smithi067 (mon.0) 399 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:02.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:01.978522+0000 mon.smithi067 (mon.0) 400 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-10T18:52:02.586 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:01.978522+0000 mon.smithi067 (mon.0) 400 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-10T18:52:04.549 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:02.981008+0000 mgr.smithi067.mpnsbx (mgr.14164) 132 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:04.549 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:03.840737+0000 mon.smithi172 (mon.1) 6 : audit [INF] from='client.? 172.21.15.172:0/2005824692' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad57effe-16cb-48b5-82bc-bf8f1f63a7c5"}]: dispatch 2024-09-10T18:52:04.549 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:03.841189+0000 mon.smithi067 (mon.0) 401 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad57effe-16cb-48b5-82bc-bf8f1f63a7c5"}]: dispatch 2024-09-10T18:52:04.549 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:03.844803+0000 mon.smithi067 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad57effe-16cb-48b5-82bc-bf8f1f63a7c5"}]': finished 2024-09-10T18:52:04.549 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:03.844858+0000 mon.smithi067 (mon.0) 403 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-10T18:52:04.549 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:03.844979+0000 mon.smithi067 (mon.0) 404 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:04.550 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:04.147736+0000 mon.smithi067 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:04.550 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:04.239906+0000 mon.smithi172 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.172:0/1018774516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:52:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:02.981008+0000 mgr.smithi067.mpnsbx (mgr.14164) 132 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 880 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:03.840737+0000 mon.smithi172 (mon.1) 6 : audit [INF] from='client.? 172.21.15.172:0/2005824692' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad57effe-16cb-48b5-82bc-bf8f1f63a7c5"}]: dispatch 2024-09-10T18:52:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:03.841189+0000 mon.smithi067 (mon.0) 401 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ad57effe-16cb-48b5-82bc-bf8f1f63a7c5"}]: dispatch 2024-09-10T18:52:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:03.844803+0000 mon.smithi067 (mon.0) 402 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ad57effe-16cb-48b5-82bc-bf8f1f63a7c5"}]': finished 2024-09-10T18:52:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:03.844858+0000 mon.smithi067 (mon.0) 403 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-09-10T18:52:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:03.844979+0000 mon.smithi067 (mon.0) 404 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:04.147736+0000 mon.smithi067 (mon.0) 405 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:04.239906+0000 mon.smithi172 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.172:0/1018774516' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:52:05.556 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:04.148102+0000 mgr.smithi067.mpnsbx (mgr.14164) 133 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:52:05.556 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:05.131439+0000 mon.smithi067 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:05.556 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:05.132151+0000 mon.smithi067 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:05.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:04.148102+0000 mgr.smithi067.mpnsbx (mgr.14164) 133 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:52:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:05.131439+0000 mon.smithi067 (mon.0) 406 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:05.132151+0000 mon.smithi067 (mon.0) 407 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:06.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:04.981293+0000 mgr.smithi067.mpnsbx (mgr.14164) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 952 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:06.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:04.981293+0000 mgr.smithi067.mpnsbx (mgr.14164) 134 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 952 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:07.426 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:06.767030+0000 mon.smithi067 (mon.0) 408 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:07.648 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:06.767030+0000 mon.smithi067 (mon.0) 408 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:08.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:06.981556+0000 mgr.smithi067.mpnsbx (mgr.14164) 135 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 968 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:08.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:08.268446+0000 mon.smithi067 (mon.0) 409 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:08.706 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:06.981556+0000 mgr.smithi067.mpnsbx (mgr.14164) 135 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 968 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:08.706 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:08.268446+0000 mon.smithi067 (mon.0) 409 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:09.834 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:08.573661+0000 mon.smithi067 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:08.574131+0000 mgr.smithi067.mpnsbx (mgr.14164) 136 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:08.949278+0000 mgr.smithi067.mpnsbx (mgr.14164) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 976 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:08.952232+0000 mon.smithi067 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:08.953559+0000 mon.smithi067 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:08.954050+0000 mgr.smithi067.mpnsbx (mgr.14164) 138 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:08.954364+0000 mon.smithi067 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:08.954697+0000 mgr.smithi067.mpnsbx (mgr.14164) 139 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:09.336769+0000 mon.smithi067 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:09.337345+0000 mon.smithi067 (mon.0) 415 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:09.835 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:09.338005+0000 mon.smithi067 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:52:10.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:08.573661+0000 mon.smithi067 (mon.0) 410 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:10.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:08.574131+0000 mgr.smithi067.mpnsbx (mgr.14164) 136 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:52:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:08.949278+0000 mgr.smithi067.mpnsbx (mgr.14164) 137 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 976 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:08.952232+0000 mon.smithi067 (mon.0) 411 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:08.953559+0000 mon.smithi067 (mon.0) 412 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:08.954050+0000 mgr.smithi067.mpnsbx (mgr.14164) 138 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:08.954364+0000 mon.smithi067 (mon.0) 413 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:08.954697+0000 mgr.smithi067.mpnsbx (mgr.14164) 139 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:09.336769+0000 mon.smithi067 (mon.0) 414 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:52:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:09.337345+0000 mon.smithi067 (mon.0) 415 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:09.338005+0000 mon.smithi067 (mon.0) 416 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:52:10.966 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:09.337765+0000 mgr.smithi067.mpnsbx (mgr.14164) 140 : cephadm [INF] Deploying daemon osd.4 on smithi172 2024-09-10T18:52:10.967 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:09.572166+0000 mon.smithi067 (mon.0) 417 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-10T18:52:10.967 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:09.572195+0000 mon.smithi067 (mon.0) 418 : cluster [INF] Cluster is now healthy 2024-09-10T18:52:11.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:09.337765+0000 mgr.smithi067.mpnsbx (mgr.14164) 140 : cephadm [INF] Deploying daemon osd.4 on smithi172 2024-09-10T18:52:11.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:09.572166+0000 mon.smithi067 (mon.0) 417 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-09-10T18:52:11.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:09.572195+0000 mon.smithi067 (mon.0) 418 : cluster [INF] Cluster is now healthy 2024-09-10T18:52:11.989 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:10.949708+0000 mgr.smithi067.mpnsbx (mgr.14164) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:12.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:10.949708+0000 mgr.smithi067.mpnsbx (mgr.14164) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:12.791 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 4 on host 'smithi172' 2024-09-10T18:52:13.120 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:12.783927+0000 mon.smithi067 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:13.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:12.784277+0000 mon.smithi067 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:13.121 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:12.786999+0000 mon.smithi067 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:12.783927+0000 mon.smithi067 (mon.0) 419 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:12.784277+0000 mon.smithi067 (mon.0) 420 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:12.786999+0000 mon.smithi067 (mon.0) 421 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:13.421 DEBUG:teuthology.orchestra.run.smithi172:osd.4> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.4.service 2024-09-10T18:52:13.424 INFO:tasks.cephadm:Deploying osd.5 on smithi172 with /dev/vg_nvme/lv_3... 2024-09-10T18:52:13.424 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:52:13.991 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 18:52:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4[25840]: debug 2024-09-10T18:52:13.735+0000 7fdd70089f00 -1 osd.4 0 log_to_monitors {default=true} 2024-09-10T18:52:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:12.949986+0000 mgr.smithi067.mpnsbx (mgr.14164) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:13.740010+0000 mon.smithi172 (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/2081892539,v1:172.21.15.172:6801/2081892539]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:52:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:13.740315+0000 mon.smithi067 (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:52:14.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:12.949986+0000 mgr.smithi067.mpnsbx (mgr.14164) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:14.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:13.740010+0000 mon.smithi172 (mon.1) 8 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/2081892539,v1:172.21.15.172:6801/2081892539]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:52:14.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:13.740315+0000 mon.smithi067 (mon.0) 422 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:52:15.475 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:14.306493+0000 mon.smithi067 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:52:15.475 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:14.306551+0000 mon.smithi067 (mon.0) 424 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-10T18:52:15.475 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:14.306651+0000 mon.smithi067 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:15.476 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:14.307119+0000 mon.smithi172 (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/2081892539,v1:172.21.15.172:6801/2081892539]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:15.476 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:14.307377+0000 mon.smithi067 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:15.476 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 18:52:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4[25840]: debug 2024-09-10T18:52:15.308+0000 7fdd58b69700 -1 osd.4 0 waiting for initial osdmap 2024-09-10T18:52:15.476 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 18:52:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4[25840]: debug 2024-09-10T18:52:15.317+0000 7fdd63d85700 -1 osd.4 31 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:52:15.649 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:14.306493+0000 mon.smithi067 (mon.0) 423 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:52:15.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:14.306551+0000 mon.smithi067 (mon.0) 424 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-09-10T18:52:15.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:14.306651+0000 mon.smithi067 (mon.0) 425 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:15.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:14.307119+0000 mon.smithi172 (mon.1) 9 : audit [INF] from='osd.4 [v2:172.21.15.172:6800/2081892539,v1:172.21.15.172:6801/2081892539]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:15.650 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:14.307377+0000 mon.smithi067 (mon.0) 426 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:15.869 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:52:15.869 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:52:15.869 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2024-09-10T18:52:15.869 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2024-09-10T18:52:15.869 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0146781 s, 714 MB/s 2024-09-10T18:52:15.870 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2024-09-10T18:52:16.512 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:14.950389+0000 mgr.smithi067.mpnsbx (mgr.14164) 143 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:16.513 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:15.306460+0000 mon.smithi067 (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-09-10T18:52:16.513 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:15.306556+0000 mon.smithi067 (mon.0) 428 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-09-10T18:52:16.513 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:15.306964+0000 mon.smithi067 (mon.0) 429 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:16.513 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:15.310527+0000 mon.smithi067 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:14.950389+0000 mgr.smithi067.mpnsbx (mgr.14164) 143 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:15.306460+0000 mon.smithi067 (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-09-10T18:52:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:15.306556+0000 mon.smithi067 (mon.0) 428 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-09-10T18:52:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:15.306964+0000 mon.smithi067 (mon.0) 429 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:15.310527+0000 mon.smithi067 (mon.0) 430 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:16.529 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi172:vg_nvme/lv_3 2024-09-10T18:52:17.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:14.725738+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:52:17.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:14.725803+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:52:17.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:16.313449+0000 mon.smithi067 (mon.0) 431 : cluster [INF] osd.4 [v2:172.21.15.172:6800/2081892539,v1:172.21.15.172:6801/2081892539] boot 2024-09-10T18:52:17.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:16.313503+0000 mon.smithi067 (mon.0) 432 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:52:17.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:16.313891+0000 mon.smithi067 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:17.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:16.848127+0000 mon.smithi067 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:17.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:17.147676+0000 mon.smithi067 (mon.0) 435 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:17.595 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:17.148420+0000 mon.smithi067 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:14.725738+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:52:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:14.725803+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:52:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:16.313449+0000 mon.smithi067 (mon.0) 431 : cluster [INF] osd.4 [v2:172.21.15.172:6800/2081892539,v1:172.21.15.172:6801/2081892539] boot 2024-09-10T18:52:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:16.313503+0000 mon.smithi067 (mon.0) 432 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-09-10T18:52:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:16.313891+0000 mon.smithi067 (mon.0) 433 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:52:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:16.848127+0000 mon.smithi067 (mon.0) 434 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:17.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:17.147676+0000 mon.smithi067 (mon.0) 435 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:17.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:17.148420+0000 mon.smithi067 (mon.0) 436 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:18.584 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:16.950779+0000 mgr.smithi067.mpnsbx (mgr.14164) 144 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:18.584 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:17.318057+0000 mon.smithi067 (mon.0) 437 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-10T18:52:18.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:16.950779+0000 mgr.smithi067.mpnsbx (mgr.14164) 144 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 992 KiB used, 354 GiB / 358 GiB avail 2024-09-10T18:52:18.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:17.318057+0000 mon.smithi067 (mon.0) 437 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-09-10T18:52:19.519 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:19.155356+0000 mon.smithi067 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:52:19.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:19.156842+0000 mon.smithi067 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:52:19.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:19.157554+0000 mon.smithi067 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:19.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:19.158320+0000 mon.smithi067 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:19.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:19.155356+0000 mon.smithi067 (mon.0) 438 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:52:19.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:19.156842+0000 mon.smithi067 (mon.0) 439 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:52:19.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:19.157554+0000 mon.smithi067 (mon.0) 440 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:19.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:19.158320+0000 mon.smithi067 (mon.0) 441 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:20.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:18.951148+0000 mgr.smithi067.mpnsbx (mgr.14164) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:20.455 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:19.154383+0000 mgr.smithi067.mpnsbx (mgr.14164) 146 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:20.455 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:19.156607+0000 mgr.smithi067.mpnsbx (mgr.14164) 147 : cephadm [INF] Applying drive group None on host smithi172... 2024-09-10T18:52:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:18.951148+0000 mgr.smithi067.mpnsbx (mgr.14164) 145 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:19.154383+0000 mgr.smithi067.mpnsbx (mgr.14164) 146 : audit [DBG] from='client.24171 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:19.156607+0000 mgr.smithi067.mpnsbx (mgr.14164) 147 : cephadm [INF] Applying drive group None on host smithi172... 2024-09-10T18:52:21.632 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:20.458398+0000 mon.smithi067 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:52:21.632 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:20.458611+0000 mon.smithi067 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:52:21.632 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:20.951592+0000 mgr.smithi067.mpnsbx (mgr.14164) 148 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:21.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:20.458398+0000 mon.smithi067 (mon.0) 442 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:52:21.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:20.458611+0000 mon.smithi067 (mon.0) 443 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:52:21.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:20.951592+0000 mgr.smithi067.mpnsbx (mgr.14164) 148 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:22.261757+0000 mon.smithi067 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:22.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:22.261757+0000 mon.smithi067 (mon.0) 444 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:23.942 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:22.552483+0000 mon.smithi067 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:23.942 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:22.555696+0000 mon.smithi067 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:23.942 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:22.557484+0000 mon.smithi067 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:23.942 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:22.558254+0000 mgr.smithi067.mpnsbx (mgr.14164) 149 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:23.942 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:22.558675+0000 mon.smithi067 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:23.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:22.559292+0000 mgr.smithi067.mpnsbx (mgr.14164) 150 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:23.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:22.560998+0000 mon.smithi067 (mon.0) 449 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:23.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:22.561283+0000 mon.smithi067 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:23.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:22.951917+0000 mgr.smithi067.mpnsbx (mgr.14164) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:23.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:23.282804+0000 mon.smithi172 (mon.1) 10 : audit [INF] from='client.? 172.21.15.172:0/1707712463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "594bcb22-0c94-4b12-b139-fbd744a8bf48"}]: dispatch 2024-09-10T18:52:23.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:23.283407+0000 mon.smithi067 (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "594bcb22-0c94-4b12-b139-fbd744a8bf48"}]: dispatch 2024-09-10T18:52:23.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:23.287373+0000 mon.smithi067 (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "594bcb22-0c94-4b12-b139-fbd744a8bf48"}]': finished 2024-09-10T18:52:23.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:23.287418+0000 mon.smithi067 (mon.0) 453 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-10T18:52:23.943 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:23.287507+0000 mon.smithi067 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:22.552483+0000 mon.smithi067 (mon.0) 445 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:22.555696+0000 mon.smithi067 (mon.0) 446 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:22.557484+0000 mon.smithi067 (mon.0) 447 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:22.558254+0000 mgr.smithi067.mpnsbx (mgr.14164) 149 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:22.558675+0000 mon.smithi067 (mon.0) 448 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:22.559292+0000 mgr.smithi067.mpnsbx (mgr.14164) 150 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:22.560998+0000 mon.smithi067 (mon.0) 449 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:22.561283+0000 mon.smithi067 (mon.0) 450 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:22.951917+0000 mgr.smithi067.mpnsbx (mgr.14164) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:23.282804+0000 mon.smithi172 (mon.1) 10 : audit [INF] from='client.? 172.21.15.172:0/1707712463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "594bcb22-0c94-4b12-b139-fbd744a8bf48"}]: dispatch 2024-09-10T18:52:23.950 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:23.283407+0000 mon.smithi067 (mon.0) 451 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "594bcb22-0c94-4b12-b139-fbd744a8bf48"}]: dispatch 2024-09-10T18:52:23.951 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:23.287373+0000 mon.smithi067 (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "594bcb22-0c94-4b12-b139-fbd744a8bf48"}]': finished 2024-09-10T18:52:23.951 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:23.287418+0000 mon.smithi067 (mon.0) 453 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-09-10T18:52:23.951 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:23.287507+0000 mon.smithi067 (mon.0) 454 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:24.858 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:23.705792+0000 mon.smithi172 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.172:0/518400487' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:52:24.859 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:24.492770+0000 mon.smithi067 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:25.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:23.705792+0000 mon.smithi172 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.172:0/518400487' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:52:25.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:24.492770+0000 mon.smithi067 (mon.0) 455 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:25.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:24.952190+0000 mgr.smithi067.mpnsbx (mgr.14164) 152 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:25.983 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:24.952190+0000 mgr.smithi067.mpnsbx (mgr.14164) 152 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:26.844 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:26.267358+0000 mon.smithi067 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:27.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:26.267358+0000 mon.smithi067 (mon.0) 456 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:27.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:26.720593+0000 mon.smithi067 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:27.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:26.723043+0000 mon.smithi067 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:27.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:26.724331+0000 mon.smithi067 (mon.0) 459 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:27.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:26.724822+0000 mgr.smithi067.mpnsbx (mgr.14164) 153 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:27.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:26.725145+0000 mon.smithi067 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:27.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:26.725498+0000 mgr.smithi067.mpnsbx (mgr.14164) 154 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:27.764 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:26.952515+0000 mgr.smithi067.mpnsbx (mgr.14164) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:26.720593+0000 mon.smithi067 (mon.0) 457 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:26.723043+0000 mon.smithi067 (mon.0) 458 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:26.724331+0000 mon.smithi067 (mon.0) 459 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:26.724822+0000 mgr.smithi067.mpnsbx (mgr.14164) 153 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:26.725145+0000 mon.smithi067 (mon.0) 460 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:28.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:26.725498+0000 mgr.smithi067.mpnsbx (mgr.14164) 154 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:28.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:26.952515+0000 mgr.smithi067.mpnsbx (mgr.14164) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:28.879678+0000 mon.smithi067 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:52:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:28.880539+0000 mon.smithi067 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:28.881473+0000 mon.smithi067 (mon.0) 463 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:52:29.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:28.879678+0000 mon.smithi067 (mon.0) 461 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:52:29.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:28.880539+0000 mon.smithi067 (mon.0) 462 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:29.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:28.881473+0000 mon.smithi067 (mon.0) 463 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:52:30.697 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:28.881127+0000 mgr.smithi067.mpnsbx (mgr.14164) 156 : cephadm [INF] Deploying daemon osd.5 on smithi172 2024-09-10T18:52:30.697 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:28.952902+0000 mgr.smithi067.mpnsbx (mgr.14164) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:28.881127+0000 mgr.smithi067.mpnsbx (mgr.14164) 156 : cephadm [INF] Deploying daemon osd.5 on smithi172 2024-09-10T18:52:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:28.952902+0000 mgr.smithi067.mpnsbx (mgr.14164) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:32.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:30.953359+0000 mgr.smithi067.mpnsbx (mgr.14164) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:32.654 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 5 on host 'smithi172' 2024-09-10T18:52:32.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:30.953359+0000 mgr.smithi067.mpnsbx (mgr.14164) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:33.292 DEBUG:teuthology.orchestra.run.smithi172:osd.5> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.5.service 2024-09-10T18:52:33.294 INFO:tasks.cephadm:Deploying osd.6 on smithi172 with /dev/vg_nvme/lv_2... 2024-09-10T18:52:33.294 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T18:52:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:32.645878+0000 mon.smithi067 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:32.646203+0000 mon.smithi067 (mon.0) 465 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:32.649075+0000 mon.smithi067 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:33.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:32.645878+0000 mon.smithi067 (mon.0) 464 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:33.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:32.646203+0000 mon.smithi067 (mon.0) 465 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:33.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:32.649075+0000 mon.smithi067 (mon.0) 466 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:33.792 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 18:52:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5[27308]: debug 2024-09-10T18:52:33.611+0000 7f755d0faf00 -1 osd.5 0 log_to_monitors {default=true} 2024-09-10T18:52:34.632 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:32.953730+0000 mgr.smithi067.mpnsbx (mgr.14164) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:34.632 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:33.615159+0000 mon.smithi172 (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/62206984,v1:172.21.15.172:6809/62206984]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:52:34.632 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:33.615484+0000 mon.smithi067 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:52:34.635 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:32.953730+0000 mgr.smithi067.mpnsbx (mgr.14164) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:34.635 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:33.615159+0000 mon.smithi172 (mon.1) 12 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/62206984,v1:172.21.15.172:6809/62206984]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:52:34.635 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:33.615484+0000 mon.smithi067 (mon.0) 467 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:52:35.494 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T18:52:35.494 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T18:52:35.494 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2024-09-10T18:52:35.494 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2024-09-10T18:52:35.494 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0155709 s, 673 MB/s 2024-09-10T18:52:35.494 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2024-09-10T18:52:35.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:34.314621+0000 mon.smithi067 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:52:35.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:34.314684+0000 mon.smithi067 (mon.0) 469 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-10T18:52:35.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:34.315151+0000 mon.smithi067 (mon.0) 470 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:35.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:34.316245+0000 mon.smithi172 (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/62206984,v1:172.21.15.172:6809/62206984]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:35.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:34.319304+0000 mon.smithi067 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:35.771 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 18:52:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5[27308]: debug 2024-09-10T18:52:35.329+0000 7f7545bda700 -1 osd.5 0 waiting for initial osdmap 2024-09-10T18:52:35.771 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 18:52:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5[27308]: debug 2024-09-10T18:52:35.334+0000 7f7550df6700 -1 osd.5 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:52:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:34.314621+0000 mon.smithi067 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:52:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:34.314684+0000 mon.smithi067 (mon.0) 469 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-09-10T18:52:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:34.315151+0000 mon.smithi067 (mon.0) 470 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:34.316245+0000 mon.smithi172 (mon.1) 13 : audit [INF] from='osd.5 [v2:172.21.15.172:6808/62206984,v1:172.21.15.172:6809/62206984]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:34.319304+0000 mon.smithi067 (mon.0) 471 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:36.117 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi172:vg_nvme/lv_2 2024-09-10T18:52:36.372 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:34.954084+0000 mgr.smithi067.mpnsbx (mgr.14164) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:36.372 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:35.327354+0000 mon.smithi067 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-09-10T18:52:36.373 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:35.327464+0000 mon.smithi067 (mon.0) 473 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-09-10T18:52:36.373 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:35.327806+0000 mon.smithi067 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:36.373 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:35.330810+0000 mon.smithi067 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:36.373 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:35.461284+0000 mon.smithi067 (mon.0) 476 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:36.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:34.954084+0000 mgr.smithi067.mpnsbx (mgr.14164) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:52:36.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:35.327354+0000 mon.smithi067 (mon.0) 472 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-09-10T18:52:36.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:35.327464+0000 mon.smithi067 (mon.0) 473 : cluster [DBG] osdmap e36: 6 total, 5 up, 5 in 2024-09-10T18:52:36.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:35.327806+0000 mon.smithi067 (mon.0) 474 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:36.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:35.330810+0000 mon.smithi067 (mon.0) 475 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:36.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:35.461284+0000 mon.smithi067 (mon.0) 476 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:37.625 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:34.586133+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:52:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:34.586194+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:52:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:36.325460+0000 mon.smithi067 (mon.0) 477 : cluster [INF] osd.5 [v2:172.21.15.172:6808/62206984,v1:172.21.15.172:6809/62206984] boot 2024-09-10T18:52:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:36.325505+0000 mon.smithi067 (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T18:52:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:36.325855+0000 mon.smithi067 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:37.626 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:36.711049+0000 mon.smithi067 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:34.586133+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:52:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:34.586194+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:52:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:36.325460+0000 mon.smithi067 (mon.0) 477 : cluster [INF] osd.5 [v2:172.21.15.172:6808/62206984,v1:172.21.15.172:6809/62206984] boot 2024-09-10T18:52:37.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:36.325505+0000 mon.smithi067 (mon.0) 478 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-09-10T18:52:37.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:36.325855+0000 mon.smithi067 (mon.0) 479 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:52:37.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:36.711049+0000 mon.smithi067 (mon.0) 480 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:36.954412+0000 mgr.smithi067.mpnsbx (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:37.338804+0000 mon.smithi067 (mon.0) 481 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-10T18:52:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:38.154905+0000 mon.smithi067 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:38.155869+0000 mon.smithi067 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:38.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:36.954412+0000 mgr.smithi067.mpnsbx (mgr.14164) 161 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:38.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:37.338804+0000 mon.smithi067 (mon.0) 481 : cluster [DBG] osdmap e38: 6 total, 6 up, 6 in 2024-09-10T18:52:38.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:38.154905+0000 mon.smithi067 (mon.0) 482 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:38.677 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:38.155869+0000 mon.smithi067 (mon.0) 483 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:38.509662+0000 mgr.smithi067.mpnsbx (mgr.14164) 162 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:38.510645+0000 mon.smithi067 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:52:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:38.512064+0000 mgr.smithi067.mpnsbx (mgr.14164) 163 : cephadm [INF] Applying drive group None on host smithi172... 2024-09-10T18:52:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:38.512306+0000 mon.smithi067 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:52:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:38.513078+0000 mon.smithi067 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:38.513936+0000 mon.smithi067 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:38.954940+0000 mgr.smithi067.mpnsbx (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:39.693 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:38.509662+0000 mgr.smithi067.mpnsbx (mgr.14164) 162 : audit [DBG] from='client.24189 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:39.693 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:38.510645+0000 mon.smithi067 (mon.0) 484 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:52:39.693 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:38.512064+0000 mgr.smithi067.mpnsbx (mgr.14164) 163 : cephadm [INF] Applying drive group None on host smithi172... 2024-09-10T18:52:39.693 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:38.512306+0000 mon.smithi067 (mon.0) 485 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:52:39.694 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:38.513078+0000 mon.smithi067 (mon.0) 486 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:39.694 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:38.513936+0000 mon.smithi067 (mon.0) 487 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:39.694 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:38.954940+0000 mgr.smithi067.mpnsbx (mgr.14164) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 1.8 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:42.156 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:40.955359+0000 mgr.smithi067.mpnsbx (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:42.156 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:41.914953+0000 mon.smithi067 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:40.955359+0000 mgr.smithi067.mpnsbx (mgr.14164) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:41.914953+0000 mon.smithi067 (mon.0) 488 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.195938+0000 mon.smithi067 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.201381+0000 mon.smithi067 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.203222+0000 mon.smithi067 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:42.203939+0000 mgr.smithi067.mpnsbx (mgr.14164) 166 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.204402+0000 mon.smithi067 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:43.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:42.204928+0000 mgr.smithi067.mpnsbx (mgr.14164) 167 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:43.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.206995+0000 mon.smithi067 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:43.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.207231+0000 mon.smithi067 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:43.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.865673+0000 mon.smithi172 (mon.1) 14 : audit [INF] from='client.? 172.21.15.172:0/2946032164' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d490c07-765d-4fda-a655-e67e1b628e4e"}]: dispatch 2024-09-10T18:52:43.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.866078+0000 mon.smithi067 (mon.0) 495 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d490c07-765d-4fda-a655-e67e1b628e4e"}]: dispatch 2024-09-10T18:52:43.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.870212+0000 mon.smithi067 (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d490c07-765d-4fda-a655-e67e1b628e4e"}]': finished 2024-09-10T18:52:43.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:42.870291+0000 mon.smithi067 (mon.0) 497 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-10T18:52:43.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:42.870395+0000 mon.smithi067 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:43.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.195938+0000 mon.smithi067 (mon.0) 489 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:43.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.201381+0000 mon.smithi067 (mon.0) 490 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:43.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.203222+0000 mon.smithi067 (mon.0) 491 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:43.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:42.203939+0000 mgr.smithi067.mpnsbx (mgr.14164) 166 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:43.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.204402+0000 mon.smithi067 (mon.0) 492 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:43.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:42.204928+0000 mgr.smithi067.mpnsbx (mgr.14164) 167 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:43.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.206995+0000 mon.smithi067 (mon.0) 493 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:43.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.207231+0000 mon.smithi067 (mon.0) 494 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:43.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.865673+0000 mon.smithi172 (mon.1) 14 : audit [INF] from='client.? 172.21.15.172:0/2946032164' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d490c07-765d-4fda-a655-e67e1b628e4e"}]: dispatch 2024-09-10T18:52:43.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.866078+0000 mon.smithi067 (mon.0) 495 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3d490c07-765d-4fda-a655-e67e1b628e4e"}]: dispatch 2024-09-10T18:52:43.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.870212+0000 mon.smithi067 (mon.0) 496 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3d490c07-765d-4fda-a655-e67e1b628e4e"}]': finished 2024-09-10T18:52:43.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:42.870291+0000 mon.smithi067 (mon.0) 497 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-09-10T18:52:43.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:42.870395+0000 mon.smithi067 (mon.0) 498 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:44.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:42.955803+0000 mgr.smithi067.mpnsbx (mgr.14164) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:44.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:43.267434+0000 mon.smithi172 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.172:0/4132444864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:52:44.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:44.105346+0000 mon.smithi067 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:42.955803+0000 mgr.smithi067.mpnsbx (mgr.14164) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:43.267434+0000 mon.smithi172 (mon.1) 15 : audit [DBG] from='client.? 172.21.15.172:0/4132444864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:52:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:44.105346+0000 mon.smithi067 (mon.0) 499 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:46.515 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:44.956129+0000 mgr.smithi067.mpnsbx (mgr.14164) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:46.515 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:45.940521+0000 mon.smithi067 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:44.956129+0000 mgr.smithi067.mpnsbx (mgr.14164) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:45.940521+0000 mon.smithi067 (mon.0) 500 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:47.486 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:46.418656+0000 mon.smithi067 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:47.486 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:46.423661+0000 mon.smithi067 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:47.486 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:46.424951+0000 mon.smithi067 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:47.486 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:46.425454+0000 mgr.smithi067.mpnsbx (mgr.14164) 170 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:47.487 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:46.425747+0000 mon.smithi067 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:47.487 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:46.426127+0000 mgr.smithi067.mpnsbx (mgr.14164) 171 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:47.487 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:46.956455+0000 mgr.smithi067.mpnsbx (mgr.14164) 172 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:46.418656+0000 mon.smithi067 (mon.0) 501 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:46.423661+0000 mon.smithi067 (mon.0) 502 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:46.424951+0000 mon.smithi067 (mon.0) 503 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:52:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:46.425454+0000 mgr.smithi067.mpnsbx (mgr.14164) 170 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:52:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:46.425747+0000 mon.smithi067 (mon.0) 504 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:52:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:46.426127+0000 mgr.smithi067.mpnsbx (mgr.14164) 171 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:52:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:46.956455+0000 mgr.smithi067.mpnsbx (mgr.14164) 172 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:49.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:48.642964+0000 mon.smithi067 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:52:49.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:48.643734+0000 mon.smithi067 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:49.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:48.644664+0000 mon.smithi067 (mon.0) 507 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:52:49.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:48.642964+0000 mon.smithi067 (mon.0) 505 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:52:49.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:48.643734+0000 mon.smithi067 (mon.0) 506 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:49.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:48.644664+0000 mon.smithi067 (mon.0) 507 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:52:50.661 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:48.644327+0000 mgr.smithi067.mpnsbx (mgr.14164) 173 : cephadm [INF] Deploying daemon osd.6 on smithi172 2024-09-10T18:52:50.661 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:48.956954+0000 mgr.smithi067.mpnsbx (mgr.14164) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:48.644327+0000 mgr.smithi067.mpnsbx (mgr.14164) 173 : cephadm [INF] Deploying daemon osd.6 on smithi172 2024-09-10T18:52:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:48.956954+0000 mgr.smithi067.mpnsbx (mgr.14164) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:52.207 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 6 on host 'smithi172' 2024-09-10T18:52:52.594 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:50.957284+0000 mgr.smithi067.mpnsbx (mgr.14164) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:52.594 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:52.199591+0000 mon.smithi067 (mon.0) 508 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:52.594 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:52.199844+0000 mon.smithi067 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:52.594 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:52.202781+0000 mon.smithi067 (mon.0) 510 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:52.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:50.957284+0000 mgr.smithi067.mpnsbx (mgr.14164) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:52.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:52.199591+0000 mon.smithi067 (mon.0) 508 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:52.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:52.199844+0000 mon.smithi067 (mon.0) 509 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:52.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:52.202781+0000 mon.smithi067 (mon.0) 510 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:52.939 DEBUG:teuthology.orchestra.run.smithi172:osd.6> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.6.service 2024-09-10T18:52:52.941 INFO:tasks.cephadm:Deploying osd.7 on smithi172 with /dev/vg_nvme/lv_1... 2024-09-10T18:52:52.942 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T18:52:53.271 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 18:52:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6[28832]: debug 2024-09-10T18:52:53.140+0000 7fcf1d8a0f00 -1 osd.6 0 log_to_monitors {default=true} 2024-09-10T18:52:53.679 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:53.145637+0000 mon.smithi172 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2889813587,v1:172.21.15.172:6817/2889813587]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:52:53.679 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:53.145959+0000 mon.smithi067 (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:52:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:53.145637+0000 mon.smithi172 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2889813587,v1:172.21.15.172:6817/2889813587]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:52:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:53.145959+0000 mon.smithi067 (mon.0) 511 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:52:54.521 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 18:52:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6[28832]: debug 2024-09-10T18:52:54.324+0000 7fcf02378700 -1 osd.6 0 waiting for initial osdmap 2024-09-10T18:52:54.521 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 18:52:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6[28832]: debug 2024-09-10T18:52:54.331+0000 7fcf0d594700 -1 osd.6 41 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:52:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:52.957624+0000 mgr.smithi067.mpnsbx (mgr.14164) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:53.320806+0000 mon.smithi067 (mon.0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:52:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:53.320888+0000 mon.smithi067 (mon.0) 513 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-10T18:52:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:53.321015+0000 mon.smithi067 (mon.0) 514 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:53.322460+0000 mon.smithi172 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2889813587,v1:172.21.15.172:6817/2889813587]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:53.322720+0000 mon.smithi067 (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:54.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:52.957624+0000 mgr.smithi067.mpnsbx (mgr.14164) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:54.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:53.320806+0000 mon.smithi067 (mon.0) 512 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:52:54.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:53.320888+0000 mon.smithi067 (mon.0) 513 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-09-10T18:52:54.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:53.321015+0000 mon.smithi067 (mon.0) 514 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:54.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:53.322460+0000 mon.smithi172 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.172:6816/2889813587,v1:172.21.15.172:6817/2889813587]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:54.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:53.322720+0000 mon.smithi067 (mon.0) 515 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:52:55.459 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T18:52:55.459 INFO:teuthology.orchestra.run.smithi172.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T18:52:55.459 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10+0 records in 2024-09-10T18:52:55.459 INFO:teuthology.orchestra.run.smithi172.stderr:10+0 records out 2024-09-10T18:52:55.459 INFO:teuthology.orchestra.run.smithi172.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0148635 s, 705 MB/s 2024-09-10T18:52:55.459 INFO:teuthology.orchestra.run.smithi172.stderr:--> Zapping successful for: 2024-09-10T18:52:55.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:54.322036+0000 mon.smithi067 (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-09-10T18:52:55.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:54.322124+0000 mon.smithi067 (mon.0) 517 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-10T18:52:55.674 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:54.322597+0000 mon.smithi067 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:55.674 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:54.325915+0000 mon.smithi067 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:54.322036+0000 mon.smithi067 (mon.0) 516 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-09-10T18:52:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:54.322124+0000 mon.smithi067 (mon.0) 517 : cluster [DBG] osdmap e41: 7 total, 6 up, 6 in 2024-09-10T18:52:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:54.322597+0000 mon.smithi067 (mon.0) 518 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:54.325915+0000 mon.smithi067 (mon.0) 519 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:56.532 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi172:vg_nvme/lv_1 2024-09-10T18:52:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:54.111097+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:52:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:54.111196+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:52:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:54.958168+0000 mgr.smithi067.mpnsbx (mgr.14164) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:55.323598+0000 mon.smithi067 (mon.0) 520 : cluster [INF] osd.6 [v2:172.21.15.172:6816/2889813587,v1:172.21.15.172:6817/2889813587] boot 2024-09-10T18:52:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:55.323641+0000 mon.smithi067 (mon.0) 521 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-10T18:52:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:55.323788+0000 mon.smithi067 (mon.0) 522 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:55.465335+0000 mon.smithi067 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:56.319175+0000 mon.smithi067 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:54.111097+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:52:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:54.111196+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:52:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:54.958168+0000 mgr.smithi067.mpnsbx (mgr.14164) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 peering; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:52:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:55.323598+0000 mon.smithi067 (mon.0) 520 : cluster [INF] osd.6 [v2:172.21.15.172:6816/2889813587,v1:172.21.15.172:6817/2889813587] boot 2024-09-10T18:52:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:55.323641+0000 mon.smithi067 (mon.0) 521 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-09-10T18:52:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:55.323788+0000 mon.smithi067 (mon.0) 522 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:52:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:55.465335+0000 mon.smithi067 (mon.0) 523 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:56.319175+0000 mon.smithi067 (mon.0) 524 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:57.481 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:56.336426+0000 mon.smithi067 (mon.0) 525 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-10T18:52:57.481 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:56.683099+0000 mon.smithi067 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:57.481 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:56.683821+0000 mon.smithi067 (mon.0) 527 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:57.481 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:56.958548+0000 mgr.smithi067.mpnsbx (mgr.14164) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:52:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:56.336426+0000 mon.smithi067 (mon.0) 525 : cluster [DBG] osdmap e43: 7 total, 7 up, 7 in 2024-09-10T18:52:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:56.683099+0000 mon.smithi067 (mon.0) 526 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:52:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:56.683821+0000 mon.smithi067 (mon.0) 527 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:56.958548+0000 mgr.smithi067.mpnsbx (mgr.14164) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:52:59.447 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:58.626979+0000 mon.smithi067 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:52:59.448 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:58.628774+0000 mon.smithi067 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:52:59.448 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:58.629501+0000 mon.smithi067 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:59.448 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:52:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:58.630314+0000 mon.smithi067 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:52:59.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:58.626979+0000 mon.smithi067 (mon.0) 528 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-10T18:52:59.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:58.628774+0000 mon.smithi067 (mon.0) 529 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:52:59.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:58.629501+0000 mon.smithi067 (mon.0) 530 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:59.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:52:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:58.630314+0000 mon.smithi067 (mon.0) 531 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:53:00.387 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:52:58.625844+0000 mgr.smithi067.mpnsbx (mgr.14164) 179 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:00.387 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:52:58.628484+0000 mgr.smithi067.mpnsbx (mgr.14164) 180 : cephadm [INF] Applying drive group None on host smithi172... 2024-09-10T18:53:00.388 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:52:58.959049+0000 mgr.smithi067.mpnsbx (mgr.14164) 181 : cluster [DBG] pgmap v142: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:52:58.625844+0000 mgr.smithi067.mpnsbx (mgr.14164) 179 : audit [DBG] from='client.24207 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi172:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:52:58.628484+0000 mgr.smithi067.mpnsbx (mgr.14164) 180 : cephadm [INF] Applying drive group None on host smithi172... 2024-09-10T18:53:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:52:58.959049+0000 mgr.smithi067.mpnsbx (mgr.14164) 181 : cluster [DBG] pgmap v142: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:01.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:01.283777+0000 mon.smithi067 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:01.283777+0000 mon.smithi067 (mon.0) 532 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:02.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:00.959573+0000 mgr.smithi067.mpnsbx (mgr.14164) 182 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:02.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:01.555759+0000 mon.smithi067 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:02.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:01.561220+0000 mon.smithi067 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:02.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:01.563048+0000 mon.smithi067 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:02.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:01.564332+0000 mon.smithi067 (mon.0) 536 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:53:02.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:01.566777+0000 mon.smithi067 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:02.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:00.959573+0000 mgr.smithi067.mpnsbx (mgr.14164) 182 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:02.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:01.555759+0000 mon.smithi067 (mon.0) 533 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:02.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:01.561220+0000 mon.smithi067 (mon.0) 534 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:02.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:01.563048+0000 mon.smithi067 (mon.0) 535 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:02.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:01.564332+0000 mon.smithi067 (mon.0) 536 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:53:02.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:01.566777+0000 mon.smithi067 (mon.0) 537 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:03.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:01.563808+0000 mgr.smithi067.mpnsbx (mgr.14164) 183 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:53:03.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:01.564954+0000 mgr.smithi067.mpnsbx (mgr.14164) 184 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:53:03.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:02.679824+0000 mon.smithi172 (mon.1) 18 : audit [INF] from='client.? 172.21.15.172:0/3886264285' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c554cd61-8b46-4308-b67d-952a3b5fb1b3"}]: dispatch 2024-09-10T18:53:03.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:02.680767+0000 mon.smithi067 (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c554cd61-8b46-4308-b67d-952a3b5fb1b3"}]: dispatch 2024-09-10T18:53:03.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:02.684723+0000 mon.smithi067 (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c554cd61-8b46-4308-b67d-952a3b5fb1b3"}]': finished 2024-09-10T18:53:03.621 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:02.684803+0000 mon.smithi067 (mon.0) 540 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-10T18:53:03.622 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:02.684906+0000 mon.smithi067 (mon.0) 541 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:03.622 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:03.060048+0000 mon.smithi172 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.172:0/1020626687' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:53:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:01.563808+0000 mgr.smithi067.mpnsbx (mgr.14164) 183 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:53:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:01.564954+0000 mgr.smithi067.mpnsbx (mgr.14164) 184 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:53:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:02.679824+0000 mon.smithi172 (mon.1) 18 : audit [INF] from='client.? 172.21.15.172:0/3886264285' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c554cd61-8b46-4308-b67d-952a3b5fb1b3"}]: dispatch 2024-09-10T18:53:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:02.680767+0000 mon.smithi067 (mon.0) 538 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c554cd61-8b46-4308-b67d-952a3b5fb1b3"}]: dispatch 2024-09-10T18:53:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:02.684723+0000 mon.smithi067 (mon.0) 539 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c554cd61-8b46-4308-b67d-952a3b5fb1b3"}]': finished 2024-09-10T18:53:03.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:02.684803+0000 mon.smithi067 (mon.0) 540 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-09-10T18:53:03.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:02.684906+0000 mon.smithi067 (mon.0) 541 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:03.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:03.060048+0000 mon.smithi172 (mon.1) 19 : audit [DBG] from='client.? 172.21.15.172:0/1020626687' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:53:04.689 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:02.959900+0000 mgr.smithi067.mpnsbx (mgr.14164) 185 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:02.959900+0000 mgr.smithi067.mpnsbx (mgr.14164) 185 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:06.682 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:04.960187+0000 mgr.smithi067.mpnsbx (mgr.14164) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:06.682 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:05.639311+0000 mon.smithi067 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:06.682 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:05.642489+0000 mon.smithi067 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:06.683 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:05.643794+0000 mon.smithi067 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:06.683 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:05.644602+0000 mon.smithi067 (mon.0) 545 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:53:06.683 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:05.662363+0000 mon.smithi067 (mon.0) 546 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:53:06.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:04.960187+0000 mgr.smithi067.mpnsbx (mgr.14164) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:06.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:05.639311+0000 mon.smithi067 (mon.0) 542 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:06.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:05.642489+0000 mon.smithi067 (mon.0) 543 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:06.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:05.643794+0000 mon.smithi067 (mon.0) 544 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:06.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:05.644602+0000 mon.smithi067 (mon.0) 545 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:53:06.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:05.662363+0000 mon.smithi067 (mon.0) 546 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:53:07.510 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:05.644308+0000 mgr.smithi067.mpnsbx (mgr.14164) 187 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:53:07.510 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:05.644976+0000 mgr.smithi067.mpnsbx (mgr.14164) 188 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:53:07.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:05.644308+0000 mgr.smithi067.mpnsbx (mgr.14164) 187 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:53:07.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:05.644976+0000 mgr.smithi067.mpnsbx (mgr.14164) 188 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:53:08.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:06.960581+0000 mgr.smithi067.mpnsbx (mgr.14164) 189 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:08.676 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:06.960581+0000 mgr.smithi067.mpnsbx (mgr.14164) 189 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:08.593361+0000 mon.smithi067 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:53:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:08.594217+0000 mon.smithi067 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:08.595105+0000 mon.smithi067 (mon.0) 549 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:53:09.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:08.593361+0000 mon.smithi067 (mon.0) 547 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:53:09.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:08.594217+0000 mon.smithi067 (mon.0) 548 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:53:09.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:08.595105+0000 mon.smithi067 (mon.0) 549 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:53:10.685 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:08.594798+0000 mgr.smithi067.mpnsbx (mgr.14164) 190 : cephadm [INF] Deploying daemon osd.7 on smithi172 2024-09-10T18:53:10.685 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:08.960860+0000 mgr.smithi067.mpnsbx (mgr.14164) 191 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:08.594798+0000 mgr.smithi067.mpnsbx (mgr.14164) 190 : cephadm [INF] Deploying daemon osd.7 on smithi172 2024-09-10T18:53:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:08.960860+0000 mgr.smithi067.mpnsbx (mgr.14164) 191 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:11.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:10.961188+0000 mgr.smithi067.mpnsbx (mgr.14164) 192 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:11.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:10.961188+0000 mgr.smithi067.mpnsbx (mgr.14164) 192 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:12.249 INFO:teuthology.orchestra.run.smithi172.stdout:Created osd(s) 7 on host 'smithi172' 2024-09-10T18:53:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:12.241672+0000 mon.smithi067 (mon.0) 550 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:12.241979+0000 mon.smithi067 (mon.0) 551 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:12.244671+0000 mon.smithi067 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:12.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:12.241672+0000 mon.smithi067 (mon.0) 550 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:12.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:12.241979+0000 mon.smithi067 (mon.0) 551 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:12.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:12.244671+0000 mon.smithi067 (mon.0) 552 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:12.979 DEBUG:teuthology.orchestra.run.smithi172:osd.7> sudo journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.7.service 2024-09-10T18:53:12.982 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-10T18:53:12.982 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:53:13.214 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 18:53:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7[30150]: debug 2024-09-10T18:53:13.187+0000 7f19136b8f00 -1 osd.7 0 log_to_monitors {default=true} 2024-09-10T18:53:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:12.961493+0000 mgr.smithi067.mpnsbx (mgr.14164) 193 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:13.190707+0000 mon.smithi172 (mon.1) 20 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/3264067561,v1:172.21.15.172:6825/3264067561]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:53:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:13.191032+0000 mon.smithi067 (mon.0) 553 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:53:13.594 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:12.961493+0000 mgr.smithi067.mpnsbx (mgr.14164) 193 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:13.594 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:13.190707+0000 mon.smithi172 (mon.1) 20 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/3264067561,v1:172.21.15.172:6825/3264067561]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:53:13.594 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:13.191032+0000 mon.smithi067 (mon.0) 553 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:53:14.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:13.352936+0000 mon.smithi067 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:53:14.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:13.352997+0000 mon.smithi067 (mon.0) 555 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-10T18:53:14.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:13.353119+0000 mon.smithi067 (mon.0) 556 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:14.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:13.356208+0000 mon.smithi172 (mon.1) 21 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/3264067561,v1:172.21.15.172:6825/3264067561]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:53:14.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:13.356453+0000 mon.smithi067 (mon.0) 557 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:53:14.771 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 18:53:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7[30150]: debug 2024-09-10T18:53:14.358+0000 7f18f8190700 -1 osd.7 0 waiting for initial osdmap 2024-09-10T18:53:14.771 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 18:53:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7[30150]: debug 2024-09-10T18:53:14.368+0000 7f19033ac700 -1 osd.7 46 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:53:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:13.352936+0000 mon.smithi067 (mon.0) 554 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:53:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:13.352997+0000 mon.smithi067 (mon.0) 555 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-09-10T18:53:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:13.353119+0000 mon.smithi067 (mon.0) 556 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:13.356208+0000 mon.smithi172 (mon.1) 21 : audit [INF] from='osd.7 [v2:172.21.15.172:6824/3264067561,v1:172.21.15.172:6825/3264067561]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:53:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:13.356453+0000 mon.smithi067 (mon.0) 557 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T18:53:15.265 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:53:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:14.357291+0000 mon.smithi067 (mon.0) 558 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-09-10T18:53:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:14.357362+0000 mon.smithi067 (mon.0) 559 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-09-10T18:53:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:14.358150+0000 mon.smithi067 (mon.0) 560 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:14.361567+0000 mon.smithi067 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:14.707269+0000 mon.smithi067 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:14.708259+0000 mon.smithi067 (mon.0) 563 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:53:15.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:14.961820+0000 mgr.smithi067.mpnsbx (mgr.14164) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:15.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:15.264041+0000 mon.smithi067 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.67:0/3949612899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:53:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:14.357291+0000 mon.smithi067 (mon.0) 558 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]': finished 2024-09-10T18:53:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:14.357362+0000 mon.smithi067 (mon.0) 559 : cluster [DBG] osdmap e46: 8 total, 7 up, 7 in 2024-09-10T18:53:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:14.358150+0000 mon.smithi067 (mon.0) 560 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:14.361567+0000 mon.smithi067 (mon.0) 561 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:14.707269+0000 mon.smithi067 (mon.0) 562 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:14.708259+0000 mon.smithi067 (mon.0) 563 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:53:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:14.961820+0000 mgr.smithi067.mpnsbx (mgr.14164) 194 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:53:15.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:15.264041+0000 mon.smithi067 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.67:0/3949612899' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:53:16.335 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":46,"num_osds":8,"num_up_osds":7,"osd_up_since":1725994375,"num_in_osds":7,"osd_in_since":1725994375,"num_remapped_pgs":0} 2024-09-10T18:53:16.611 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:14.229082+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:53:16.612 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:14.229165+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:53:16.612 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:15.364632+0000 mon.smithi067 (mon.0) 565 : cluster [INF] osd.7 [v2:172.21.15.172:6824/3264067561,v1:172.21.15.172:6825/3264067561] boot 2024-09-10T18:53:16.612 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:15.364685+0000 mon.smithi067 (mon.0) 566 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T18:53:16.612 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:15.365510+0000 mon.smithi067 (mon.0) 567 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:16.612 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:15.468905+0000 mon.smithi067 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:14.229082+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:53:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:14.229165+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:53:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:15.364632+0000 mon.smithi067 (mon.0) 565 : cluster [INF] osd.7 [v2:172.21.15.172:6824/3264067561,v1:172.21.15.172:6825/3264067561] boot 2024-09-10T18:53:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:15.364685+0000 mon.smithi067 (mon.0) 566 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-10T18:53:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:15.365510+0000 mon.smithi067 (mon.0) 567 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:53:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:15.468905+0000 mon.smithi067 (mon.0) 568 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:17.337 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:53:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:16.374603+0000 mon.smithi067 (mon.0) 569 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-10T18:53:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:16.962155+0000 mgr.smithi067.mpnsbx (mgr.14164) 195 : cluster [DBG] pgmap v156: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:17.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:16.374603+0000 mon.smithi067 (mon.0) 569 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-10T18:53:17.767 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:16.962155+0000 mgr.smithi067.mpnsbx (mgr.14164) 195 : cluster [DBG] pgmap v156: 1 pgs: 1 peering; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:18.631 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:17.786007+0000 mon.smithi067 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:18.632 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:18.041212+0000 mon.smithi067 (mon.0) 571 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:18.632 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:18.041696+0000 mgr.smithi067.mpnsbx (mgr.14164) 196 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:53:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:17.786007+0000 mon.smithi067 (mon.0) 570 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:18.041212+0000 mon.smithi067 (mon.0) 571 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:18.041696+0000 mgr.smithi067.mpnsbx (mgr.14164) 196 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:53:19.235 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:53:19.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:18.962651+0000 mgr.smithi067.mpnsbx (mgr.14164) 197 : cluster [DBG] pgmap v157: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.523 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:19.234854+0000 mon.smithi067 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.67:0/3903197097' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:53:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:18.962651+0000 mgr.smithi067.mpnsbx (mgr.14164) 197 : cluster [DBG] pgmap v157: 1 pgs: 1 peering; 0 B data, 3.4 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:19.234854+0000 mon.smithi067 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.67:0/3903197097' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:53:19.832 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":48,"num_osds":8,"num_up_osds":8,"osd_up_since":1725994395,"num_in_osds":8,"osd_in_since":1725994395,"num_remapped_pgs":0} 2024-09-10T18:53:19.833 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:53:19.962 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:20.461449+0000 mon.smithi067 (mon.0) 573 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:53:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:20.461619+0000 mon.smithi067 (mon.0) 574 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:53:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:20.461449+0000 mon.smithi067 (mon.0) 573 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:53:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:20.461619+0000 mon.smithi067 (mon.0) 574 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:53:21.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:20.963016+0000 mgr.smithi067.mpnsbx (mgr.14164) 198 : cluster [DBG] pgmap v158: 1 pgs: 1 peering; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:20.963016+0000 mgr.smithi067.mpnsbx (mgr.14164) 198 : cluster [DBG] pgmap v158: 1 pgs: 1 peering; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:22.144 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:53:22.144 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":48,"fsid":"2d324e74-6fa5-11ef-bcea-c7b262605968","created":"2024-09-10T18:48:29.024192+0000","modified":"2024-09-10T18:53:16.366712+0000","last_up_change":"2024-09-10T18:53:15.358925+0000","last_in_change":"2024-09-10T18:53:15.358925+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":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-10T18:49:39.996125+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"13","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":"9c84b491-f0ca-4bc2-9f61-9d0daea7b454","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6802","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6803","nonce":2794192357}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6805","nonce":2794192357}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6809","nonce":2794192357}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6807","nonce":2794192357}]},"public_addr":"172.21.15.67:6803/2794192357","cluster_addr":"172.21.15.67:6805/2794192357","heartbeat_back_addr":"172.21.15.67:6809/2794192357","heartbeat_front_addr":"172.21.15.67:6807/2794192357","state":["exists","up"]},{"osd":1,"uuid":"139f647e-bae4-487b-b9e0-63a4cc9c5a72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6810","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6811","nonce":1588202202}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6813","nonce":1588202202}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6817","nonce":1588202202}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6815","nonce":1588202202}]},"public_addr":"172.21.15.67:6811/1588202202","cluster_addr":"172.21.15.67:6813/1588202202","heartbeat_back_addr":"172.21.15.67:6817/1588202202","heartbeat_front_addr":"172.21.15.67:6815/1588202202","state":["exists","up"]},{"osd":2,"uuid":"b8f535a2-6c91-45fc-9454-78fa3ff21c44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6818","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6819","nonce":674992165}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6821","nonce":674992165}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6825","nonce":674992165}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6823","nonce":674992165}]},"public_addr":"172.21.15.67:6819/674992165","cluster_addr":"172.21.15.67:6821/674992165","heartbeat_back_addr":"172.21.15.67:6825/674992165","heartbeat_front_addr":"172.21.15.67:6823/674992165","state":["exists","up"]},{"osd":3,"uuid":"7a86096d-3714-48a2-89f5-211ca95aea58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6826","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6827","nonce":1153287547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6829","nonce":1153287547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6833","nonce":1153287547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6831","nonce":1153287547}]},"public_addr":"172.21.15.67:6827/1153287547","cluster_addr":"172.21.15.67:6829/1153287547","heartbeat_back_addr":"172.21.15.67:6833/1153287547","heartbeat_front_addr":"172.21.15.67:6831/1153287547","state":["exists","up"]},{"osd":4,"uuid":"ad57effe-16cb-48b5-82bc-bf8f1f63a7c5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6801","nonce":2081892539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6803","nonce":2081892539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6807","nonce":2081892539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6805","nonce":2081892539}]},"public_addr":"172.21.15.172:6801/2081892539","cluster_addr":"172.21.15.172:6803/2081892539","heartbeat_back_addr":"172.21.15.172:6807/2081892539","heartbeat_front_addr":"172.21.15.172:6805/2081892539","state":["exists","up"]},{"osd":5,"uuid":"594bcb22-0c94-4b12-b139-fbd744a8bf48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6809","nonce":62206984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6811","nonce":62206984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6815","nonce":62206984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6813","nonce":62206984}]},"public_addr":"172.21.15.172:6809/62206984","cluster_addr":"172.21.15.172:6811/62206984","heartbeat_back_addr":"172.21.15.172:6815/62206984","heartbeat_front_addr":"172.21.15.172:6813/62206984","state":["exists","up"]},{"osd":6,"uuid":"3d490c07-765d-4fda-a655-e67e1b628e4e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6816","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6817","nonce":2889813587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6819","nonce":2889813587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6823","nonce":2889813587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6821","nonce":2889813587}]},"public_addr":"172.21.15.172:6817/2889813587","cluster_addr":"172.21.15.172:6819/2889813587","heartbeat_back_addr":"172.21.15.172:6823/2889813587","heartbeat_front_addr":"172.21.15.172:6821/2889813587","state":["exists","up"]},{"osd":7,"uuid":"c554cd61-8b46-4308-b67d-952a3b5fb1b3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6825","nonce":3264067561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6827","nonce":3264067561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6831","nonce":3264067561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6829","nonce":3264067561}]},"public_addr":"172.21.15.172:6825/3264067561","cluster_addr":"172.21.15.172:6827/3264067561","heartbeat_back_addr":"172.21.15.172:6831/3264067561","heartbeat_front_addr":"172.21.15.172:6829/3264067561","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:50:36.580652+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:51:10.535875+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:51:36.627665+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:51:57.656125+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:52:14.725807+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:52:34.586197+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:52:54.111204+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:53:14.229170+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.67:6801/82124922":"2024-09-11T18:49:20.250452+0000","172.21.15.67:0/896052041":"2024-09-11T18:49:20.250452+0000","172.21.15.67:0/851334694":"2024-09-11T18:49:20.250452+0000","172.21.15.67:0/4169853050":"2024-09-11T18:49:06.174060+0000","172.21.15.67:0/661845033":"2024-09-11T18:49:06.174060+0000","172.21.15.67:6800/82124922":"2024-09-11T18:49:20.250452+0000","172.21.15.67:6801/3199974917":"2024-09-11T18:49:06.174060+0000","172.21.15.67:6800/3199974917":"2024-09-11T18:49:06.174060+0000","172.21.15.67:6800/3421734500":"2024-09-11T18:48:49.498293+0000","172.21.15.67:6801/3421734500":"2024-09-11T18:48:49.498293+0000","172.21.15.67:0/1901224093":"2024-09-11T18:48:49.498293+0000","172.21.15.67:0/1928284128":"2024-09-11T18:48:49.498293+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-09-10T18:53:22.834 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-10T18:49:39.996125+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, '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': '13', '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-09-10T18:53:22.834 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-10T18:53:22.964 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:23.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:22.044479+0000 mon.smithi067 (mon.0) 575 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:23.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:22.044984+0000 mgr.smithi067.mpnsbx (mgr.14164) 199 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:53:23.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:22.142000+0000 mon.smithi067 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.67:0/3141712030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:53:23.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:22.393722+0000 mon.smithi067 (mon.0) 577 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:23.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:22.395188+0000 mon.smithi067 (mon.0) 578 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:23.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:22.396144+0000 mon.smithi067 (mon.0) 579 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:53:23.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:22.398462+0000 mon.smithi067 (mon.0) 580 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:22.044479+0000 mon.smithi067 (mon.0) 575 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:22.044984+0000 mgr.smithi067.mpnsbx (mgr.14164) 199 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:53:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:22.142000+0000 mon.smithi067 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.67:0/3141712030' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:53:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:22.393722+0000 mon.smithi067 (mon.0) 577 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:22.395188+0000 mon.smithi067 (mon.0) 578 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:22.396144+0000 mon.smithi067 (mon.0) 579 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:53:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:22.398462+0000 mon.smithi067 (mon.0) 580 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:24.323 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:22.395705+0000 mgr.smithi067.mpnsbx (mgr.14164) 200 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:53:24.323 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:22.396495+0000 mgr.smithi067.mpnsbx (mgr.14164) 201 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:53:24.323 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:22.963322+0000 mgr.smithi067.mpnsbx (mgr.14164) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:24.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:22.395705+0000 mgr.smithi067.mpnsbx (mgr.14164) 200 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:53:24.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:22.396495+0000 mgr.smithi067.mpnsbx (mgr.14164) 201 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:53:24.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:22.963322+0000 mgr.smithi067.mpnsbx (mgr.14164) 202 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:25.304 INFO:teuthology.orchestra.run.smithi067.stdout:pg_num: 1 2024-09-10T18:53:25.708 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:25.303647+0000 mon.smithi067 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.67:0/3096513746' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:53:25.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:25.303647+0000 mon.smithi067 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.67:0/3096513746' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:53:26.123 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T18:53:26.123 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T18:53:26.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:24.963629+0000 mgr.smithi067.mpnsbx (mgr.14164) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:26.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:25.472822+0000 mon.smithi067 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:26.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:24.963629+0000 mgr.smithi067.mpnsbx (mgr.14164) 203 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:26.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:25.472822+0000 mon.smithi067 (mon.0) 582 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:26.963919+0000 mgr.smithi067.mpnsbx (mgr.14164) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:28.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:26.963919+0000 mgr.smithi067.mpnsbx (mgr.14164) 204 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:29.098 INFO:teuthology.orchestra.run.smithi067.stdout:[client.0] 2024-09-10T18:53:29.099 INFO:teuthology.orchestra.run.smithi067.stdout: key = AQCpleBmEBSpBRAA0rPT/1dSHlrPni2LHOWutw== 2024-09-10T18:53:29.420 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:29.094762+0000 mon.smithi067 (mon.0) 583 : audit [INF] from='client.? 172.21.15.67:0/3039492622' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:53:29.420 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:29.097791+0000 mon.smithi067 (mon.0) 584 : audit [INF] from='client.? 172.21.15.67:0/3039492622' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T18:53:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:29.094762+0000 mon.smithi067 (mon.0) 583 : audit [INF] from='client.? 172.21.15.67:0/3039492622' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:53:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:29.097791+0000 mon.smithi067 (mon.0) 584 : audit [INF] from='client.? 172.21.15.67:0/3039492622' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-10T18:53:30.082 DEBUG:teuthology.orchestra.run.smithi067:> set -ex 2024-09-10T18:53:30.082 DEBUG:teuthology.orchestra.run.smithi067:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-10T18:53:30.083 DEBUG:teuthology.orchestra.run.smithi067:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-10T18:53:30.123 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T18:53:30.123 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T18:53:30.123 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T18:53:30.297 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:30.601 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:28.964334+0000 mgr.smithi067.mpnsbx (mgr.14164) 205 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:30.671 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:28.964334+0000 mgr.smithi067.mpnsbx (mgr.14164) 205 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:32.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:30.964625+0000 mgr.smithi067.mpnsbx (mgr.14164) 206 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:32.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:32.305330+0000 mon.smithi067 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:32.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:32.308266+0000 mon.smithi067 (mon.0) 586 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:32.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:32.309914+0000 mon.smithi067 (mon.0) 587 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:32.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:32.310999+0000 mon.smithi067 (mon.0) 588 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:53:32.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:30.964625+0000 mgr.smithi067.mpnsbx (mgr.14164) 206 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:32.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:32.305330+0000 mon.smithi067 (mon.0) 585 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:32.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:32.308266+0000 mon.smithi067 (mon.0) 586 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:53:32.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:32.309914+0000 mon.smithi067 (mon.0) 587 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:53:32.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:32.310999+0000 mon.smithi067 (mon.0) 588 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:53:32.891 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:53:33.550 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:32.310539+0000 mgr.smithi067.mpnsbx (mgr.14164) 207 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:53:33.550 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:53:32.311433+0000 mgr.smithi067.mpnsbx (mgr.14164) 208 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:53:33.550 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:32.885794+0000 mon.smithi067 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.67:0/86498165' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:53:33.569 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":18,"active_gid":14164,"active_name":"smithi067.mpnsbx","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6800","nonce":3020742104},{"type":"v1","addr":"172.21.15.67:6801","nonce":3020742104}]},"active_addr":"172.21.15.67:6801/3020742104","active_change":"2024-09-10T18:49:20.250715+0000","active_mgr_features":4540138292840890367,"available":true,"standbys":[{"gid":24109,"name":"smithi172.viqcsa","mgr_features":4540138292840890367,"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":"False","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":"none","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_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_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":"False","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":[]},"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":[]},"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":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","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":"None","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":"None","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":"None","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":"None","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":"False","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":"int","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":"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":"None","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":"str","level":"advanced","flags":0,"default_value":"","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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","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":{"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":"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":"False","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":"none","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_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_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":"False","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":[]},"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":[]},"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":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"None","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":"None","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":"None","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":"None","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":"None","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":"False","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":"int","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":"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":"None","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":"str","level":"advanced","flags":0,"default_value":"","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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"","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":{"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":"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://smithi067.front.sepia.ceph.com:8443/","prometheus":"http://smithi067.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"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":1417476754}]},{"addrvec":[{"type":"v2","addr":"172.21.15.67:0","nonce":224778579}]}]}} 2024-09-10T18:53:33.572 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T18:53:33.572 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T18:53:33.572 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:53:33.704 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:32.310539+0000 mgr.smithi067.mpnsbx (mgr.14164) 207 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:53:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:53:32.311433+0000 mgr.smithi067.mpnsbx (mgr.14164) 208 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:53:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:32.885794+0000 mon.smithi067 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.67:0/86498165' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:53:34.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:32.964962+0000 mgr.smithi067.mpnsbx (mgr.14164) 209 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:34.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:32.964962+0000 mgr.smithi067.mpnsbx (mgr.14164) 209 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:35.399 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:53:35.400 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:34.965322+0000 mgr.smithi067.mpnsbx (mgr.14164) 210 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:35.400 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":48,"fsid":"2d324e74-6fa5-11ef-bcea-c7b262605968","created":"2024-09-10T18:48:29.024192+0000","modified":"2024-09-10T18:53:16.366712+0000","last_up_change":"2024-09-10T18:53:15.358925+0000","last_in_change":"2024-09-10T18:53:15.358925+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":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-10T18:49:39.996125+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"13","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":"9c84b491-f0ca-4bc2-9f61-9d0daea7b454","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6802","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6803","nonce":2794192357}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6805","nonce":2794192357}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6809","nonce":2794192357}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6807","nonce":2794192357}]},"public_addr":"172.21.15.67:6803/2794192357","cluster_addr":"172.21.15.67:6805/2794192357","heartbeat_back_addr":"172.21.15.67:6809/2794192357","heartbeat_front_addr":"172.21.15.67:6807/2794192357","state":["exists","up"]},{"osd":1,"uuid":"139f647e-bae4-487b-b9e0-63a4cc9c5a72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6810","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6811","nonce":1588202202}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6813","nonce":1588202202}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6817","nonce":1588202202}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6815","nonce":1588202202}]},"public_addr":"172.21.15.67:6811/1588202202","cluster_addr":"172.21.15.67:6813/1588202202","heartbeat_back_addr":"172.21.15.67:6817/1588202202","heartbeat_front_addr":"172.21.15.67:6815/1588202202","state":["exists","up"]},{"osd":2,"uuid":"b8f535a2-6c91-45fc-9454-78fa3ff21c44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6818","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6819","nonce":674992165}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6821","nonce":674992165}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6825","nonce":674992165}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6823","nonce":674992165}]},"public_addr":"172.21.15.67:6819/674992165","cluster_addr":"172.21.15.67:6821/674992165","heartbeat_back_addr":"172.21.15.67:6825/674992165","heartbeat_front_addr":"172.21.15.67:6823/674992165","state":["exists","up"]},{"osd":3,"uuid":"7a86096d-3714-48a2-89f5-211ca95aea58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6826","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6827","nonce":1153287547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6829","nonce":1153287547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6833","nonce":1153287547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6831","nonce":1153287547}]},"public_addr":"172.21.15.67:6827/1153287547","cluster_addr":"172.21.15.67:6829/1153287547","heartbeat_back_addr":"172.21.15.67:6833/1153287547","heartbeat_front_addr":"172.21.15.67:6831/1153287547","state":["exists","up"]},{"osd":4,"uuid":"ad57effe-16cb-48b5-82bc-bf8f1f63a7c5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6801","nonce":2081892539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6803","nonce":2081892539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6807","nonce":2081892539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6805","nonce":2081892539}]},"public_addr":"172.21.15.172:6801/2081892539","cluster_addr":"172.21.15.172:6803/2081892539","heartbeat_back_addr":"172.21.15.172:6807/2081892539","heartbeat_front_addr":"172.21.15.172:6805/2081892539","state":["exists","up"]},{"osd":5,"uuid":"594bcb22-0c94-4b12-b139-fbd744a8bf48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6809","nonce":62206984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6811","nonce":62206984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6815","nonce":62206984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6813","nonce":62206984}]},"public_addr":"172.21.15.172:6809/62206984","cluster_addr":"172.21.15.172:6811/62206984","heartbeat_back_addr":"172.21.15.172:6815/62206984","heartbeat_front_addr":"172.21.15.172:6813/62206984","state":["exists","up"]},{"osd":6,"uuid":"3d490c07-765d-4fda-a655-e67e1b628e4e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6816","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6817","nonce":2889813587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6819","nonce":2889813587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6823","nonce":2889813587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6821","nonce":2889813587}]},"public_addr":"172.21.15.172:6817/2889813587","cluster_addr":"172.21.15.172:6819/2889813587","heartbeat_back_addr":"172.21.15.172:6823/2889813587","heartbeat_front_addr":"172.21.15.172:6821/2889813587","state":["exists","up"]},{"osd":7,"uuid":"c554cd61-8b46-4308-b67d-952a3b5fb1b3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6825","nonce":3264067561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6827","nonce":3264067561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6831","nonce":3264067561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6829","nonce":3264067561}]},"public_addr":"172.21.15.172:6825/3264067561","cluster_addr":"172.21.15.172:6827/3264067561","heartbeat_back_addr":"172.21.15.172:6831/3264067561","heartbeat_front_addr":"172.21.15.172:6829/3264067561","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:50:36.580652+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:51:10.535875+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:51:36.627665+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:51:57.656125+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:52:14.725807+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:52:34.586197+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:52:54.111204+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:53:14.229170+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.67:6801/82124922":"2024-09-11T18:49:20.250452+0000","172.21.15.67:0/896052041":"2024-09-11T18:49:20.250452+0000","172.21.15.67:0/851334694":"2024-09-11T18:49:20.250452+0000","172.21.15.67:0/4169853050":"2024-09-11T18:49:06.174060+0000","172.21.15.67:0/661845033":"2024-09-11T18:49:06.174060+0000","172.21.15.67:6800/82124922":"2024-09-11T18:49:20.250452+0000","172.21.15.67:6801/3199974917":"2024-09-11T18:49:06.174060+0000","172.21.15.67:6800/3199974917":"2024-09-11T18:49:06.174060+0000","172.21.15.67:6800/3421734500":"2024-09-11T18:48:49.498293+0000","172.21.15.67:6801/3421734500":"2024-09-11T18:48:49.498293+0000","172.21.15.67:0/1901224093":"2024-09-11T18:48:49.498293+0000","172.21.15.67:0/1928284128":"2024-09-11T18:48:49.498293+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-09-10T18:53:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:34.965322+0000 mgr.smithi067.mpnsbx (mgr.14164) 210 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:36.076 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T18:53:36.076 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:53:36.210 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:36.590 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:35.398004+0000 mon.smithi067 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.67:0/741714728' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:53:36.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:35.398004+0000 mon.smithi067 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.67:0/741714728' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:53:37.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:36.965658+0000 mgr.smithi067.mpnsbx (mgr.14164) 211 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:36.965658+0000 mgr.smithi067.mpnsbx (mgr.14164) 211 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:38.075 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:53:38.076 INFO:teuthology.orchestra.run.smithi067.stdout:{"epoch":48,"fsid":"2d324e74-6fa5-11ef-bcea-c7b262605968","created":"2024-09-10T18:48:29.024192+0000","modified":"2024-09-10T18:53:16.366712+0000","last_up_change":"2024-09-10T18:53:15.358925+0000","last_in_change":"2024-09-10T18:53:15.358925+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":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-09-10T18:49:39.996125+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"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":"13","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":"9c84b491-f0ca-4bc2-9f61-9d0daea7b454","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6802","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6803","nonce":2794192357}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6804","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6805","nonce":2794192357}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6808","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6809","nonce":2794192357}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6806","nonce":2794192357},{"type":"v1","addr":"172.21.15.67:6807","nonce":2794192357}]},"public_addr":"172.21.15.67:6803/2794192357","cluster_addr":"172.21.15.67:6805/2794192357","heartbeat_back_addr":"172.21.15.67:6809/2794192357","heartbeat_front_addr":"172.21.15.67:6807/2794192357","state":["exists","up"]},{"osd":1,"uuid":"139f647e-bae4-487b-b9e0-63a4cc9c5a72","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6810","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6811","nonce":1588202202}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6812","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6813","nonce":1588202202}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6816","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6817","nonce":1588202202}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6814","nonce":1588202202},{"type":"v1","addr":"172.21.15.67:6815","nonce":1588202202}]},"public_addr":"172.21.15.67:6811/1588202202","cluster_addr":"172.21.15.67:6813/1588202202","heartbeat_back_addr":"172.21.15.67:6817/1588202202","heartbeat_front_addr":"172.21.15.67:6815/1588202202","state":["exists","up"]},{"osd":2,"uuid":"b8f535a2-6c91-45fc-9454-78fa3ff21c44","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6818","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6819","nonce":674992165}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6820","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6821","nonce":674992165}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6824","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6825","nonce":674992165}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6822","nonce":674992165},{"type":"v1","addr":"172.21.15.67:6823","nonce":674992165}]},"public_addr":"172.21.15.67:6819/674992165","cluster_addr":"172.21.15.67:6821/674992165","heartbeat_back_addr":"172.21.15.67:6825/674992165","heartbeat_front_addr":"172.21.15.67:6823/674992165","state":["exists","up"]},{"osd":3,"uuid":"7a86096d-3714-48a2-89f5-211ca95aea58","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6826","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6827","nonce":1153287547}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6828","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6829","nonce":1153287547}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6832","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6833","nonce":1153287547}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.67:6830","nonce":1153287547},{"type":"v1","addr":"172.21.15.67:6831","nonce":1153287547}]},"public_addr":"172.21.15.67:6827/1153287547","cluster_addr":"172.21.15.67:6829/1153287547","heartbeat_back_addr":"172.21.15.67:6833/1153287547","heartbeat_front_addr":"172.21.15.67:6831/1153287547","state":["exists","up"]},{"osd":4,"uuid":"ad57effe-16cb-48b5-82bc-bf8f1f63a7c5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6800","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6801","nonce":2081892539}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6802","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6803","nonce":2081892539}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6806","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6807","nonce":2081892539}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6804","nonce":2081892539},{"type":"v1","addr":"172.21.15.172:6805","nonce":2081892539}]},"public_addr":"172.21.15.172:6801/2081892539","cluster_addr":"172.21.15.172:6803/2081892539","heartbeat_back_addr":"172.21.15.172:6807/2081892539","heartbeat_front_addr":"172.21.15.172:6805/2081892539","state":["exists","up"]},{"osd":5,"uuid":"594bcb22-0c94-4b12-b139-fbd744a8bf48","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6808","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6809","nonce":62206984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6810","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6811","nonce":62206984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6814","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6815","nonce":62206984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6812","nonce":62206984},{"type":"v1","addr":"172.21.15.172:6813","nonce":62206984}]},"public_addr":"172.21.15.172:6809/62206984","cluster_addr":"172.21.15.172:6811/62206984","heartbeat_back_addr":"172.21.15.172:6815/62206984","heartbeat_front_addr":"172.21.15.172:6813/62206984","state":["exists","up"]},{"osd":6,"uuid":"3d490c07-765d-4fda-a655-e67e1b628e4e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6816","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6817","nonce":2889813587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6818","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6819","nonce":2889813587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6822","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6823","nonce":2889813587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6820","nonce":2889813587},{"type":"v1","addr":"172.21.15.172:6821","nonce":2889813587}]},"public_addr":"172.21.15.172:6817/2889813587","cluster_addr":"172.21.15.172:6819/2889813587","heartbeat_back_addr":"172.21.15.172:6823/2889813587","heartbeat_front_addr":"172.21.15.172:6821/2889813587","state":["exists","up"]},{"osd":7,"uuid":"c554cd61-8b46-4308-b67d-952a3b5fb1b3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":47,"up_thru":47,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6824","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6825","nonce":3264067561}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6826","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6827","nonce":3264067561}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6830","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6831","nonce":3264067561}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.172:6828","nonce":3264067561},{"type":"v1","addr":"172.21.15.172:6829","nonce":3264067561}]},"public_addr":"172.21.15.172:6825/3264067561","cluster_addr":"172.21.15.172:6827/3264067561","heartbeat_back_addr":"172.21.15.172:6831/3264067561","heartbeat_front_addr":"172.21.15.172:6829/3264067561","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:50:36.580652+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:51:10.535875+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:51:36.627665+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:51:57.656125+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:52:14.725807+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:52:34.586197+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:52:54.111204+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292840890367,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:53:14.229170+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.67:6801/82124922":"2024-09-11T18:49:20.250452+0000","172.21.15.67:0/896052041":"2024-09-11T18:49:20.250452+0000","172.21.15.67:0/851334694":"2024-09-11T18:49:20.250452+0000","172.21.15.67:0/4169853050":"2024-09-11T18:49:06.174060+0000","172.21.15.67:0/661845033":"2024-09-11T18:49:06.174060+0000","172.21.15.67:6800/82124922":"2024-09-11T18:49:20.250452+0000","172.21.15.67:6801/3199974917":"2024-09-11T18:49:06.174060+0000","172.21.15.67:6800/3199974917":"2024-09-11T18:49:06.174060+0000","172.21.15.67:6800/3421734500":"2024-09-11T18:48:49.498293+0000","172.21.15.67:6801/3421734500":"2024-09-11T18:48:49.498293+0000","172.21.15.67:0/1901224093":"2024-09-11T18:48:49.498293+0000","172.21.15.67:0/1928284128":"2024-09-11T18:48:49.498293+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-09-10T18:53:38.668 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:38.073430+0000 mon.smithi067 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.67:0/4013530137' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:53:38.686 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T18:53:38.686 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T18:53:38.687 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T18:53:38.687 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-10T18:53:38.688 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-10T18:53:38.688 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-10T18:53:38.688 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-10T18:53:38.689 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-10T18:53:38.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:38.073430+0000 mon.smithi067 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.67:0/4013530137' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:53:38.908 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:38.915 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:38.923 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:38.925 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:38.926 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:38.941 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:38.967 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:39.022 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:39.685 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:38.966041+0000 mgr.smithi067.mpnsbx (mgr.14164) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:39.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:38.966041+0000 mgr.smithi067.mpnsbx (mgr.14164) 212 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:42.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:40.966361+0000 mgr.smithi067.mpnsbx (mgr.14164) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:42.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:40.966361+0000 mgr.smithi067.mpnsbx (mgr.14164) 213 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:44.706 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:42.966774+0000 mgr.smithi067.mpnsbx (mgr.14164) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:42.966774+0000 mgr.smithi067.mpnsbx (mgr.14164) 214 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:44.967086+0000 mgr.smithi067.mpnsbx (mgr.14164) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:44.967086+0000 mgr.smithi067.mpnsbx (mgr.14164) 215 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:46.914 INFO:teuthology.orchestra.run.smithi067.stdout:94489280541 2024-09-10T18:53:46.915 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T18:53:47.052 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:48.604 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:46.967409+0000 mgr.smithi067.mpnsbx (mgr.14164) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:48.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:46.967409+0000 mgr.smithi067.mpnsbx (mgr.14164) 216 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:50.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:48.967681+0000 mgr.smithi067.mpnsbx (mgr.14164) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:48.967681+0000 mgr.smithi067.mpnsbx (mgr.14164) 217 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:50.939 INFO:teuthology.orchestra.run.smithi067.stdout:201863462920 2024-09-10T18:53:50.939 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-10T18:53:51.073 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:50.968011+0000 mgr.smithi067.mpnsbx (mgr.14164) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:52.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:50.968011+0000 mgr.smithi067.mpnsbx (mgr.14164) 218 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:52.901 INFO:teuthology.orchestra.run.smithi067.stdout:94489280542 2024-09-10T18:53:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:53:52.901028+0000 mon.smithi067 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.67:0/495131721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:53:53.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:53:52.901028+0000 mon.smithi067 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.67:0/495131721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:53:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:52.968420+0000 mgr.smithi067.mpnsbx (mgr.14164) 219 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:54.604 INFO:teuthology.orchestra.run.smithi067.stdout:73014444067 2024-09-10T18:53:54.605 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T18:53:54.743 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:54.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:52.968420+0000 mgr.smithi067.mpnsbx (mgr.14164) 219 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:54.985 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280541 got 94489280542 for osd.2 2024-09-10T18:53:54.985 DEBUG:teuthology.parallel:result is None 2024-09-10T18:53:56.376 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:54.968693+0000 mgr.smithi067.mpnsbx (mgr.14164) 220 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:56.395 INFO:teuthology.orchestra.run.smithi067.stdout:180388626445 2024-09-10T18:53:56.396 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-10T18:53:56.526 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:54.968693+0000 mgr.smithi067.mpnsbx (mgr.14164) 220 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:56.796 INFO:teuthology.orchestra.run.smithi067.stdout:47244640297 2024-09-10T18:53:56.796 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T18:53:56.924 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:58.087 INFO:teuthology.orchestra.run.smithi067.stdout:115964117017 2024-09-10T18:53:58.087 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-10T18:53:58.226 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:53:58.598 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:56.969089+0000 mgr.smithi067.mpnsbx (mgr.14164) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:58.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:56.969089+0000 mgr.smithi067.mpnsbx (mgr.14164) 221 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:53:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:53:58.969438+0000 mgr.smithi067.mpnsbx (mgr.14164) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:59.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:53:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:53:58.969438+0000 mgr.smithi067.mpnsbx (mgr.14164) 222 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:00.647 INFO:teuthology.orchestra.run.smithi067.stdout:158913789969 2024-09-10T18:54:00.647 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-10T18:54:00.778 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:54:01.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:00.960724+0000 mon.smithi067 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.67:0/396196926' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:54:01.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:00.960724+0000 mon.smithi067 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.67:0/396196926' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:54:01.319 INFO:teuthology.orchestra.run.smithi067.stdout:137438953496 2024-09-10T18:54:01.320 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-10T18:54:01.449 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:54:02.265 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:00.969713+0000 mgr.smithi067.mpnsbx (mgr.14164) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:02.439 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:00.969713+0000 mgr.smithi067.mpnsbx (mgr.14164) 223 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:04.669 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:02.970183+0000 mgr.smithi067.mpnsbx (mgr.14164) 224 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:04.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:02.970183+0000 mgr.smithi067.mpnsbx (mgr.14164) 224 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:06.590 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:04.977868+0000 mgr.smithi067.mpnsbx (mgr.14164) 225 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:06.590 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:05.358844+0000 mon.smithi067 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.67:0/4275329715' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:54:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:04.977868+0000 mgr.smithi067.mpnsbx (mgr.14164) 225 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:05.358844+0000 mon.smithi067 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.67:0/4275329715' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:54:06.824 INFO:teuthology.orchestra.run.smithi067.stdout:180388626448 2024-09-10T18:54:07.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:06.824169+0000 mon.smithi067 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.67:0/4265574683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:54:07.593 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626445 got 180388626448 for osd.6 2024-09-10T18:54:07.593 DEBUG:teuthology.parallel:result is None 2024-09-10T18:54:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:06.824169+0000 mon.smithi067 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.67:0/4265574683' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:54:07.925 INFO:teuthology.orchestra.run.smithi067.stdout:115964117021 2024-09-10T18:54:07.942 INFO:teuthology.orchestra.run.smithi067.stdout:47244640299 2024-09-10T18:54:08.555 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:06.978155+0000 mgr.smithi067.mpnsbx (mgr.14164) 226 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:08.555 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:07.924262+0000 mon.smithi067 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.67:0/389328692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:54:08.576 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640297 got 47244640299 for osd.0 2024-09-10T18:54:08.576 DEBUG:teuthology.parallel:result is None 2024-09-10T18:54:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:06.978155+0000 mgr.smithi067.mpnsbx (mgr.14164) 226 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:07.924262+0000 mon.smithi067 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.67:0/389328692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:54:08.855 INFO:teuthology.orchestra.run.smithi067.stdout:73014444069 2024-09-10T18:54:09.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:08.910667+0000 mon.smithi067 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.67:0/198764172' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:54:09.571 INFO:tasks.cephadm.ceph_manager.ceph:need seq 73014444067 got 73014444069 for osd.1 2024-09-10T18:54:09.571 DEBUG:teuthology.parallel:result is None 2024-09-10T18:54:09.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:08.910667+0000 mon.smithi067 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.67:0/198764172' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:54:09.886 INFO:teuthology.orchestra.run.smithi067.stdout:158913789972 2024-09-10T18:54:10.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:08.978570+0000 mgr.smithi067.mpnsbx (mgr.14164) 227 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:10.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:09.886246+0000 mon.smithi067 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.67:0/691878097' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:54:10.659 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789969 got 158913789972 for osd.5 2024-09-10T18:54:10.659 DEBUG:teuthology.parallel:result is None 2024-09-10T18:54:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:08.978570+0000 mgr.smithi067.mpnsbx (mgr.14164) 227 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:09.886246+0000 mon.smithi067 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.67:0/691878097' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:54:11.168 INFO:teuthology.orchestra.run.smithi067.stdout:201863462925 2024-09-10T18:54:11.867 INFO:tasks.cephadm.ceph_manager.ceph:need seq 201863462920 got 201863462925 for osd.7 2024-09-10T18:54:11.867 DEBUG:teuthology.parallel:result is None 2024-09-10T18:54:12.313 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117017 got 115964117021 for osd.3 2024-09-10T18:54:12.314 DEBUG:teuthology.parallel:result is None 2024-09-10T18:54:12.579 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:10.978951+0000 mgr.smithi067.mpnsbx (mgr.14164) 228 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:12.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:10.978951+0000 mgr.smithi067.mpnsbx (mgr.14164) 228 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:13.006 INFO:teuthology.orchestra.run.smithi067.stdout:137438953498 2024-09-10T18:54:13.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:13.005490+0000 mon.smithi067 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.67:0/4098931290' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:54:13.697 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953496 got 137438953498 for osd.4 2024-09-10T18:54:13.697 DEBUG:teuthology.parallel:result is None 2024-09-10T18:54:13.697 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T18:54:13.698 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T18:54:13.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:13.005490+0000 mon.smithi067 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.67:0/4098931290' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:54:13.839 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:54:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:12.979243+0000 mgr.smithi067.mpnsbx (mgr.14164) 229 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:14.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:12.979243+0000 mgr.smithi067.mpnsbx (mgr.14164) 229 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:15.647 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:54:15.648 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:14.979730+0000 mgr.smithi067.mpnsbx (mgr.14164) 230 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:15.649 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2024-09-10T18:54:15.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:14.979730+0000 mgr.smithi067.mpnsbx (mgr.14164) 230 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:16.350 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":185,"stamp":"2024-09-10T18:54:14.979460+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":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1469840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"48","state":"active+clean","last_fresh":"2024-09-10T18:53:16.949034+0000","last_change":"2024-09-10T18:53:16.949034+0000","last_active":"2024-09-10T18:53:16.949034+0000","last_peered":"2024-09-10T18:53:16.949034+0000","last_clean":"2024-09-10T18:53:16.949034+0000","last_became_active":"2024-09-10T18:53:16.948546+0000","last_became_peered":"2024-09-10T18:53:16.948546+0000","last_unstale":"2024-09-10T18:53:16.949034+0000","last_undegraded":"2024-09-10T18:53:16.949034+0000","last_fullsized":"2024-09-10T18:53:16.949034+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:49:40.562121+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:49:40.562121+0000","last_clean_scrub_stamp":"2024-09-10T18:49:40.562121+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":47,"seq":201863462926,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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.502}]},{"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.57499999999999996}]},{"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.52600000000000002}]},{"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.495}]},{"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.35599999999999998}]},{"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.38300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51500000000000001}]}]},{"osd":6,"up_from":42,"seq":180388626450,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.503},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":0.47499999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.60299999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"last":0.52400000000000002}]},{"osd":3,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.073,"5min":1.073,"15min":1.073},"last":0.56499999999999995}]},{"osd":4,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.55000000000000004}]},{"osd":5,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.57599999999999996}]},{"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.72199999999999998}]}]},{"osd":1,"up_from":17,"seq":73014444072,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:15 2024","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.309,"15min":0.30299999999999999},"min":{"1min":0.26000000000000001,"5min":0.182,"15min":0.182},"max":{"1min":0.42999999999999999,"5min":0.46800000000000003,"15min":0.46800000000000003},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.316,"15min":0.308},"min":{"1min":0.251,"5min":0.193,"15min":0.193},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.48699999999999999}]},{"osd":2,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.35799999999999998,"15min":0.35699999999999998},"min":{"1min":0.25800000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.33600000000000002,"5min":0.35199999999999998,"15min":0.35399999999999998},"min":{"1min":0.251,"5min":0.248,"15min":0.248},"max":{"1min":0.46500000000000002,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.41499999999999998}]},{"osd":3,"last update":"Tue Sep 10 18:54:08 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.40799999999999997,"15min":0.40699999999999997},"min":{"1min":0.29699999999999999,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.38700000000000001,"15min":0.38300000000000001},"min":{"1min":0.31,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.38100000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:53:18 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.51300000000000001}]},{"osd":5,"last update":"Tue Sep 10 18:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.69599999999999995}]},{"osd":6,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.55600000000000005}]},{"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.73699999999999999}]}]},{"osd":0,"up_from":11,"seq":47244640301,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:14 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.32200000000000001,"15min":0.316},"min":{"1min":0.249,"5min":0.155,"15min":0.155},"max":{"1min":0.47599999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.34100000000000003,"15min":0.33100000000000002},"min":{"1min":0.26000000000000001,"5min":0.16300000000000001,"15min":0.16300000000000001},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.40999999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:53:47 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.28199999999999997,"5min":0.188,"15min":0.188},"max":{"1min":0.56299999999999994,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.34799999999999998,"15min":0.34599999999999997},"min":{"1min":0.27100000000000002,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.46700000000000003,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.34699999999999998}]},{"osd":3,"last update":"Tue Sep 10 18:54:03 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.36299999999999999,"15min":0.36399999999999999},"min":{"1min":0.26800000000000002,"5min":0.249,"15min":0.249},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.41399999999999998,"15min":0.41199999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.44500000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.53900000000000003}]},{"osd":5,"last update":"Tue Sep 10 18:53:39 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.47,"5min":1.47,"15min":1.47},"last":0.498}]},{"osd":6,"last update":"Tue Sep 10 18:53:57 2024","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.42899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52100000000000002}]}]},{"osd":2,"up_from":22,"seq":94489280547,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:43 2024","interfaces":[{"interface":"back","average":{"1min":0.32800000000000001,"5min":0.33000000000000002,"15min":0.33000000000000002},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.312},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.54200000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.35999999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:53:43 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.33800000000000002,"15min":0.33600000000000002},"min":{"1min":0.247,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.47699999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"last":0.255},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36799999999999999,"15min":0.36899999999999999},"min":{"1min":0.27500000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.52600000000000002,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.34499999999999997}]},{"osd":3,"last update":"Tue Sep 10 18:54:04 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.39800000000000002,"15min":0.39600000000000002},"min":{"1min":0.26400000000000001,"5min":0.253,"15min":0.253},"max":{"1min":0.54500000000000004,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.307,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.52300000000000002,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.32300000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.64300000000000002}]},{"osd":5,"last update":"Tue Sep 10 18:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.72599999999999998}]},{"osd":6,"last update":"Tue Sep 10 18:53:58 2024","interfaces":[{"interface":"back","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.57399999999999995}]},{"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.67500000000000004}]}]},{"osd":3,"up_from":27,"seq":115964117022,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:54:05 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.33200000000000002,"15min":0.32600000000000001},"min":{"1min":0.22500000000000001,"5min":0.191,"15min":0.191},"max":{"1min":0.54100000000000004,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.41399999999999998},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.33900000000000002,"15min":0.33100000000000002},"min":{"1min":0.24299999999999999,"5min":0.222,"15min":0.222},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.44700000000000001}]},{"osd":1,"last update":"Tue Sep 10 18:54:05 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36099999999999999,"15min":0.35899999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.373,"5min":0.33700000000000002,"15min":0.33100000000000002},"min":{"1min":0.26500000000000001,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.46200000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:54:05 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.37,"15min":0.36599999999999999},"min":{"1min":0.28000000000000003,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.53100000000000003,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.36499999999999999,"15min":0.35799999999999998},"min":{"1min":0.248,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.47599999999999998}]},{"osd":4,"last update":"Tue Sep 10 18:53:18 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.751},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.71599999999999997}]},{"osd":5,"last update":"Tue Sep 10 18:53:37 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.66000000000000003}]},{"osd":6,"last update":"Tue Sep 10 18:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.78800000000000003}]},{"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.76300000000000001}]}]},{"osd":4,"up_from":32,"seq":137438953499,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.61099999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.0880000000000001,"5min":1.0880000000000001,"15min":1.0880000000000001},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.60399999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.0600000000000001,"5min":1.0600000000000001,"15min":1.0600000000000001},"last":0.625},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.55100000000000005}]},{"osd":3,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.123,"5min":1.123,"15min":1.123},"last":0.63500000000000001}]},{"osd":5,"last update":"Tue Sep 10 18:53:39 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.47299999999999998}]},{"osd":6,"last update":"Tue Sep 10 18:53:59 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.53800000000000003}]},{"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.57799999999999996}]}]},{"osd":5,"up_from":37,"seq":158913789973,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.66500000000000004}]},{"osd":1,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.54300000000000004}]},{"osd":2,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.622}]},{"osd":3,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.497},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.58799999999999997}]},{"osd":4,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.63600000000000001}]},{"osd":6,"last update":"Tue Sep 10 18:53:57 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.69599999999999995}]},{"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.74099999999999999}]}]}]}} 2024-09-10T18:54:16.352 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T18:54:16.483 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:54:16.598 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:15.644522+0000 mgr.smithi067.mpnsbx (mgr.14164) 231 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:16.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:15.644522+0000 mgr.smithi067.mpnsbx (mgr.14164) 231 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:17.645 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:16.980138+0000 mgr.smithi067.mpnsbx (mgr.14164) 232 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:17.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:16.980138+0000 mgr.smithi067.mpnsbx (mgr.14164) 232 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:18.259 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:54:18.261 INFO:teuthology.orchestra.run.smithi067.stderr:dumped all 2024-09-10T18:54:18.894 INFO:teuthology.orchestra.run.smithi067.stdout:{"pg_ready":true,"pg_map":{"version":186,"stamp":"2024-09-10T18:54:16.979983+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":8392288,"kb_used_data":3616,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741568928,"statfs":{"total":767960285184,"available":759366582272,"internally_reserved":8589934592,"allocated":3702784,"data_stored":1469840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":8589934592},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":"10","reported_epoch":"48","state":"active+clean","last_fresh":"2024-09-10T18:53:16.949034+0000","last_change":"2024-09-10T18:53:16.949034+0000","last_active":"2024-09-10T18:53:16.949034+0000","last_peered":"2024-09-10T18:53:16.949034+0000","last_clean":"2024-09-10T18:53:16.949034+0000","last_became_active":"2024-09-10T18:53:16.948546+0000","last_became_peered":"2024-09-10T18:53:16.948546+0000","last_unstale":"2024-09-10T18:53:16.949034+0000","last_undegraded":"2024-09-10T18:53:16.949034+0000","last_fullsized":"2024-09-10T18:53:16.949034+0000","mapping_epoch":47,"log_start":"0'0","ondisk_log_start":"0'0","created":6,"last_epoch_clean":48,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:49:40.562121+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:49:40.562121+0000","last_clean_scrub_stamp":"2024-09-10T18:49:40.562121+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":47,"seq":201863462927,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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.58599999999999997}]},{"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.56299999999999994}]},{"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.56899999999999995}]},{"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.60999999999999999}]},{"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.54600000000000004}]},{"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.48699999999999999}]},{"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.64500000000000002}]}]},{"osd":6,"up_from":42,"seq":180388626451,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":0.53800000000000003}]},{"osd":1,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.46000000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.36099999999999999},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.0840000000000001,"5min":1.0840000000000001,"15min":1.0840000000000001},"last":0.42899999999999999}]},{"osd":3,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":1.3720000000000001,"5min":1.3720000000000001,"15min":1.3720000000000001},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.073,"5min":1.073,"15min":1.073},"last":0.52200000000000002}]},{"osd":4,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.57599999999999996}]},{"osd":5,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.54700000000000004}]},{"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.56699999999999995}]}]},{"osd":1,"up_from":17,"seq":73014444072,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:15 2024","interfaces":[{"interface":"back","average":{"1min":0.34499999999999997,"5min":0.309,"15min":0.30299999999999999},"min":{"1min":0.26000000000000001,"5min":0.182,"15min":0.182},"max":{"1min":0.42999999999999999,"5min":0.46800000000000003,"15min":0.46800000000000003},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.36299999999999999,"5min":0.316,"15min":0.308},"min":{"1min":0.251,"5min":0.193,"15min":0.193},"max":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.48699999999999999}]},{"osd":2,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.35799999999999998,"15min":0.35699999999999998},"min":{"1min":0.25800000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.33600000000000002,"5min":0.35199999999999998,"15min":0.35399999999999998},"min":{"1min":0.251,"5min":0.248,"15min":0.248},"max":{"1min":0.46500000000000002,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.41499999999999998}]},{"osd":3,"last update":"Tue Sep 10 18:54:08 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.40799999999999997,"15min":0.40699999999999997},"min":{"1min":0.29699999999999999,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.40999999999999998,"5min":0.38700000000000001,"15min":0.38300000000000001},"min":{"1min":0.31,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.38100000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:53:18 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.51300000000000001}]},{"osd":5,"last update":"Tue Sep 10 18:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.69599999999999995}]},{"osd":6,"last update":"Tue Sep 10 18:53:55 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.55600000000000005}]},{"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.73699999999999999}]}]},{"osd":0,"up_from":11,"seq":47244640301,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:14 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.32200000000000001,"15min":0.316},"min":{"1min":0.249,"5min":0.155,"15min":0.155},"max":{"1min":0.47599999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.40200000000000002,"5min":0.34100000000000003,"15min":0.33100000000000002},"min":{"1min":0.26000000000000001,"5min":0.16300000000000001,"15min":0.16300000000000001},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.40999999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:53:47 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.28199999999999997,"5min":0.188,"15min":0.188},"max":{"1min":0.56299999999999994,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.34799999999999998,"15min":0.34599999999999997},"min":{"1min":0.27100000000000002,"5min":0.17599999999999999,"15min":0.17599999999999999},"max":{"1min":0.46700000000000003,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.34699999999999998}]},{"osd":3,"last update":"Tue Sep 10 18:54:03 2024","interfaces":[{"interface":"back","average":{"1min":0.35899999999999999,"5min":0.36299999999999999,"15min":0.36399999999999999},"min":{"1min":0.26800000000000002,"5min":0.249,"15min":0.249},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.42699999999999999,"5min":0.41399999999999998,"15min":0.41199999999999998},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.44500000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.96799999999999997,"5min":0.96799999999999997,"15min":0.96799999999999997},"last":0.53900000000000003}]},{"osd":5,"last update":"Tue Sep 10 18:53:39 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.5,"5min":1.5,"15min":1.5},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.47,"5min":1.47,"15min":1.47},"last":0.498}]},{"osd":6,"last update":"Tue Sep 10 18:53:57 2024","interfaces":[{"interface":"back","average":{"1min":0.622,"5min":0.622,"15min":0.622},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.42899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52100000000000002}]}]},{"osd":2,"up_from":22,"seq":94489280547,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:43 2024","interfaces":[{"interface":"back","average":{"1min":0.32800000000000001,"5min":0.33000000000000002,"15min":0.33000000000000002},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.312},{"interface":"front","average":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.54200000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"last":0.35999999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:53:43 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.33800000000000002,"15min":0.33600000000000002},"min":{"1min":0.247,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.47699999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"last":0.255},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36799999999999999,"15min":0.36899999999999999},"min":{"1min":0.27500000000000002,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.52600000000000002,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.34499999999999997}]},{"osd":3,"last update":"Tue Sep 10 18:54:04 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.39800000000000002,"15min":0.39600000000000002},"min":{"1min":0.26400000000000001,"5min":0.253,"15min":0.253},"max":{"1min":0.54500000000000004,"5min":0.65500000000000003,"15min":0.65500000000000003},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.40500000000000003,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.307,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.52300000000000002,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.32300000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.64300000000000002}]},{"osd":5,"last update":"Tue Sep 10 18:53:36 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.72599999999999998}]},{"osd":6,"last update":"Tue Sep 10 18:53:58 2024","interfaces":[{"interface":"back","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.57399999999999995}]},{"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.67500000000000004}]}]},{"osd":3,"up_from":27,"seq":115964117023,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:54:05 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.33200000000000002,"15min":0.32600000000000001},"min":{"1min":0.22500000000000001,"5min":0.191,"15min":0.191},"max":{"1min":0.54100000000000004,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.33900000000000002,"15min":0.33100000000000002},"min":{"1min":0.24299999999999999,"5min":0.222,"15min":0.222},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.42999999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:54:05 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36099999999999999,"15min":0.35899999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.373,"5min":0.33700000000000002,"15min":0.33100000000000002},"min":{"1min":0.26500000000000001,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.61899999999999999}]},{"osd":2,"last update":"Tue Sep 10 18:54:05 2024","interfaces":[{"interface":"back","average":{"1min":0.39800000000000002,"5min":0.37,"15min":0.36599999999999999},"min":{"1min":0.28000000000000003,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.53100000000000003,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.502},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.36499999999999999,"15min":0.35799999999999998},"min":{"1min":0.248,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.55500000000000005}]},{"osd":4,"last update":"Tue Sep 10 18:53:18 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.66600000000000004}]},{"osd":5,"last update":"Tue Sep 10 18:53:37 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.82899999999999996,"5min":0.82899999999999996,"15min":0.82899999999999996},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.57399999999999995}]},{"osd":6,"last update":"Tue Sep 10 18:53:56 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.65500000000000003}]},{"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.69299999999999995}]}]},{"osd":4,"up_from":32,"seq":137438953499,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":1.022,"5min":1.022,"15min":1.022},"last":0.61099999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.0880000000000001,"5min":1.0880000000000001,"15min":1.0880000000000001},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.60399999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.0600000000000001,"5min":1.0600000000000001,"15min":1.0600000000000001},"last":0.625},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.55100000000000005}]},{"osd":3,"last update":"Tue Sep 10 18:53:19 2024","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.123,"5min":1.123,"15min":1.123},"last":0.63500000000000001}]},{"osd":5,"last update":"Tue Sep 10 18:53:39 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.47299999999999998}]},{"osd":6,"last update":"Tue Sep 10 18:53:59 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.53800000000000003}]},{"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.57799999999999996}]}]},{"osd":5,"up_from":37,"seq":158913789974,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049036,"kb_used_data":452,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696116,"statfs":{"total":95995035648,"available":94920822784,"internally_reserved":1073741824,"allocated":462848,"data_stored":183730,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.50700000000000001}]},{"osd":1,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.56999999999999995},{"interface":"front","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.58899999999999997}]},{"osd":2,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.51200000000000001}]},{"osd":3,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.501},{"interface":"front","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.60399999999999998}]},{"osd":4,"last update":"Tue Sep 10 18:53:40 2024","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.38}]},{"osd":6,"last update":"Tue Sep 10 18:53:57 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.46700000000000003}]},{"osd":7,"last update":"Tue Sep 10 18:54:15 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.36799999999999999}]}]}]}} 2024-09-10T18:54:18.895 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T18:54:18.895 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T18:54:18.895 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T18:54:18.895 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T18:54:19.025 INFO:teuthology.orchestra.run.smithi067.stderr:Inferring config /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/mon.smithi067/config 2024-09-10T18:54:19.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:18.256383+0000 mgr.smithi067.mpnsbx (mgr.14164) 233 : audit [DBG] from='client.14422 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:18.256383+0000 mgr.smithi067.mpnsbx (mgr.14164) 233 : audit [DBG] from='client.14422 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:20.447 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:18.980419+0000 mgr.smithi067.mpnsbx (mgr.14164) 234 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:20.733 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:54:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:18.980419+0000 mgr.smithi067.mpnsbx (mgr.14164) 234 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:21.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:20.465047+0000 mon.smithi067 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:54:21.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:20.465336+0000 mon.smithi067 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:54:21.502 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:20.732943+0000 mon.smithi067 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.67:0/266295735' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:54:21.520 INFO:teuthology.orchestra.run.smithi067.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T18:54:21.521 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T18:54:21.521 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T18:54:21.521 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:54:21.530 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T18:54:21.531 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph orch status' 2024-09-10T18:54:21.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:20.465047+0000 mon.smithi067 (mon.0) 600 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:54:21.800 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:20.465336+0000 mon.smithi067 (mon.0) 601 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:54:21.800 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:20.732943+0000 mon.smithi067 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.67:0/266295735' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:54:22.769 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:20.980889+0000 mgr.smithi067.mpnsbx (mgr.14164) 235 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:22.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:20.980889+0000 mgr.smithi067.mpnsbx (mgr.14164) 235 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:23.420 INFO:teuthology.orchestra.run.smithi067.stdout:Backend: cephadm 2024-09-10T18:54:23.421 INFO:teuthology.orchestra.run.smithi067.stdout:Available: True 2024-09-10T18:54:24.069 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-10T18:54:24.645 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:22.981186+0000 mgr.smithi067.mpnsbx (mgr.14164) 236 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:24.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:22.981186+0000 mgr.smithi067.mpnsbx (mgr.14164) 236 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:23.419039+0000 mgr.smithi067.mpnsbx (mgr.14164) 237 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (3m) 53s ago 4m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (4m) 53s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e7697d31bf2 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (4m) 71s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 742deb428324 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (2m) 53s ago 4m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (5m) 53s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7aeceb75d19a 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (4m) 71s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f0bd7bdcee3a 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (5m) 53s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b434571614a7 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (4m) 71s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79636556ad18 2024-09-10T18:54:25.741 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (3m) 53s ago 3m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (3m) 71s ago 3m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (3m) 53s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b373bb5aadbe 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (3m) 53s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 632807555ef8 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (2m) 53s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3727cd23c4a 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (2m) 53s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bebe06d4d9c2 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (2m) 71s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9c76e8b22af5 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (113s) 71s ago 113s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d07b1283c569 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (93s) 71s ago 93s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b30fad414f6e 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (73s) 71s ago 73s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f407ed9e138 2024-09-10T18:54:25.742 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (3m) 53s ago 3m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 fa958950966d 2024-09-10T18:54:25.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:23.419039+0000 mgr.smithi067.mpnsbx (mgr.14164) 237 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:26.366 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-10T18:54:26.620 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:24.981585+0000 mgr.smithi067.mpnsbx (mgr.14164) 238 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:26.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:24.981585+0000 mgr.smithi067.mpnsbx (mgr.14164) 238 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:27.578 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:25.732923+0000 mgr.smithi067.mpnsbx (mgr.14164) 239 : audit [DBG] from='client.14434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:25.732923+0000 mgr.smithi067.mpnsbx (mgr.14164) 239 : audit [DBG] from='client.14434 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:28.156 INFO:teuthology.orchestra.run.smithi067.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-09-10T18:54:28.156 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager 1/1 55s ago 5m count:1 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f 2024-09-10T18:54:28.156 INFO:teuthology.orchestra.run.smithi067.stdout:crash 2/2 73s ago 5m * docker.io/ceph/ceph:v15 2cf504fded39 2024-09-10T18:54:28.157 INFO:teuthology.orchestra.run.smithi067.stdout:grafana 1/1 55s ago 5m count:1 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 2024-09-10T18:54:28.157 INFO:teuthology.orchestra.run.smithi067.stdout:mgr 2/2 73s ago 5m count:2 docker.io/ceph/ceph:v15 2cf504fded39 2024-09-10T18:54:28.157 INFO:teuthology.orchestra.run.smithi067.stdout:mon 2/5 73s ago 5m count:5 docker.io/ceph/ceph:v15 2cf504fded39 2024-09-10T18:54:28.157 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter 2/2 73s ago 5m * docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf 2024-09-10T18:54:28.157 INFO:teuthology.orchestra.run.smithi067.stdout:osd.None 7/0 73s ago - docker.io/ceph/ceph:v15 2cf504fded39 2024-09-10T18:54:28.157 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus 1/1 55s ago 5m count:1 docker.io/prom/prometheus:v2.18.1 de242295e225 2024-09-10T18:54:28.461 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:26.981899+0000 mgr.smithi067.mpnsbx (mgr.14164) 240 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:28.461 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:28.151135+0000 mgr.smithi067.mpnsbx (mgr.14164) 241 : audit [DBG] from='client.14438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:26.981899+0000 mgr.smithi067.mpnsbx (mgr.14164) 240 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:28.151135+0000 mgr.smithi067.mpnsbx (mgr.14164) 241 : audit [DBG] from='client.14438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:28.873 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-10T18:54:29.397 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:28.982228+0000 mgr.smithi067.mpnsbx (mgr.14164) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:28.982228+0000 mgr.smithi067.mpnsbx (mgr.14164) 242 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:30.636 INFO:teuthology.orchestra.run.smithi067.stdout:HOST ADDR LABELS STATUS 2024-09-10T18:54:30.636 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 smithi067 2024-09-10T18:54:30.636 INFO:teuthology.orchestra.run.smithi067.stdout:smithi172 smithi172 2024-09-10T18:54:31.360 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-10T18:54:32.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:30.634049+0000 mgr.smithi067.mpnsbx (mgr.14164) 243 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:32.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:30.982527+0000 mgr.smithi067.mpnsbx (mgr.14164) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:32.474 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:30.634049+0000 mgr.smithi067.mpnsbx (mgr.14164) 243 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:32.474 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:30.982527+0000 mgr.smithi067.mpnsbx (mgr.14164) 244 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:33.332 INFO:teuthology.orchestra.run.smithi067.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2024-09-10T18:54:33.333 INFO:teuthology.orchestra.run.smithi067.stdout:smithi067 /dev/nvme0n1 ssd CVFT53440042400BGN 400G Unknown N/A N/A No 2024-09-10T18:54:33.333 INFO:teuthology.orchestra.run.smithi067.stdout:smithi172 /dev/nvme0n1 ssd CVFT6233005M400BGN 400G Unknown N/A N/A No 2024-09-10T18:54:33.977 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-10T18:54:33.988 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T18:54:33.988 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-10T18:54:34.017 INFO:teuthology.orchestra.run.smithi067.stderr:+ systemctl stop nfs-server 2024-09-10T18:54:34.025 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi172.front.sepia.ceph.com 2024-09-10T18:54:34.026 DEBUG:teuthology.orchestra.run.smithi172:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-10T18:54:34.060 INFO:teuthology.orchestra.run.smithi172.stderr:+ systemctl stop nfs-server 2024-09-10T18:54:34.068 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:54:34.077 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T18:54:34.077 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-10T18:54:34.619 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:32.983029+0000 mgr.smithi067.mpnsbx (mgr.14164) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:34.620 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:33.331061+0000 mgr.smithi067.mpnsbx (mgr.14164) 246 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:34.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:32.983029+0000 mgr.smithi067.mpnsbx (mgr.14164) 245 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:34.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:33.331061+0000 mgr.smithi067.mpnsbx (mgr.14164) 246 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:34.983394+0000 mgr.smithi067.mpnsbx (mgr.14164) 247 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:36.044559+0000 mon.smithi067 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-10T18:54:36.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:34.983394+0000 mgr.smithi067.mpnsbx (mgr.14164) 247 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:36.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:36.044559+0000 mon.smithi067 (mon.0) 603 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-09-10T18:54:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:36.044063+0000 mgr.smithi067.mpnsbx (mgr.14164) 248 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:36.534152+0000 mon.smithi067 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-10T18:54:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:36.534229+0000 mon.smithi067 (mon.0) 605 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T18:54:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:36.535396+0000 mon.smithi067 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-10T18:54:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:36.983851+0000 mgr.smithi067.mpnsbx (mgr.14164) 249 : cluster [DBG] pgmap v197: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:36.044063+0000 mgr.smithi067.mpnsbx (mgr.14164) 248 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:36.534152+0000 mon.smithi067 (mon.0) 604 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-10T18:54:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:36.534229+0000 mon.smithi067 (mon.0) 605 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-10T18:54:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:36.535396+0000 mon.smithi067 (mon.0) 606 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-09-10T18:54:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:36.983851+0000 mgr.smithi067.mpnsbx (mgr.14164) 249 : cluster [DBG] pgmap v197: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:37.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T18:54:37.541+0000 7f8854abe700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:54:38.216 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-10T18:54:38.225 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2024-09-10T18:54:38.226 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T18:54:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:37.540543+0000 mon.smithi067 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-10T18:54:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:37.541055+0000 mon.smithi067 (mon.0) 608 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T18:54:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:37.542767+0000 mon.smithi067 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-10T18:54:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:37.543740+0000 mon.smithi067 (mon.0) 610 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:54:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:37.543774+0000 mon.smithi067 (mon.0) 611 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-10T18:54:38.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:37.550218+0000 mon.smithi067 (mon.0) 612 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T18:54:38.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:37.551401+0000 mon.smithi067 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-10T18:54:38.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:37.551509+0000 mon.smithi067 (mon.0) 614 : cluster [DBG] fsmap foofs:0 2024-09-10T18:54:38.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:37.554030+0000 mgr.smithi067.mpnsbx (mgr.14164) 250 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-10T18:54:38.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:37.560262+0000 mon.smithi067 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:38.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:37.562669+0000 mgr.smithi067.mpnsbx (mgr.14164) 251 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:54:38.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:37.562747+0000 mon.smithi067 (mon.0) 616 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:54:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:37.540543+0000 mon.smithi067 (mon.0) 607 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-10T18:54:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:37.541055+0000 mon.smithi067 (mon.0) 608 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-10T18:54:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:37.542767+0000 mon.smithi067 (mon.0) 609 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-09-10T18:54:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:37.543740+0000 mon.smithi067 (mon.0) 610 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T18:54:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:37.543774+0000 mon.smithi067 (mon.0) 611 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-10T18:54:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:37.550218+0000 mon.smithi067 (mon.0) 612 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-10T18:54:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:37.551401+0000 mon.smithi067 (mon.0) 613 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-10T18:54:39.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:37.551509+0000 mon.smithi067 (mon.0) 614 : cluster [DBG] fsmap foofs:0 2024-09-10T18:54:39.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:37.554030+0000 mgr.smithi067.mpnsbx (mgr.14164) 250 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-09-10T18:54:39.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:37.560262+0000 mon.smithi067 (mon.0) 615 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:39.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:37.562669+0000 mgr.smithi067.mpnsbx (mgr.14164) 251 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:54:39.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:37.562747+0000 mon.smithi067 (mon.0) 616 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:54:39.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:38.549392+0000 mon.smithi067 (mon.0) 617 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T18:54:39.755 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:38.984242+0000 mgr.smithi067.mpnsbx (mgr.14164) 252 : cluster [DBG] pgmap v201: 65 pgs: 4 creating+peering, 7 active+clean, 54 unknown; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:40.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:38.549392+0000 mon.smithi067 (mon.0) 617 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-10T18:54:40.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:38.984242+0000 mgr.smithi067.mpnsbx (mgr.14164) 252 : cluster [DBG] pgmap v201: 65 pgs: 4 creating+peering, 7 active+clean, 54 unknown; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:40.760 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:54:40.760 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"container_image_id": "0881eb8f169f5556a292b4e2c01d683172b12830a62a9225a98a8e206bb734f0", "container_image_name": "docker.io/prom/alertmanager:v0.20.0", "created": "2024-09-10T18:49:11.930637Z", "last_refresh": "2024-09-10T18:53:32.300018Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:49:00.252587Z", "last_refresh": "2024-09-10T18:53:14.700895Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-09-10T18:49:08.761945Z", "last_refresh": "2024-09-10T18:53:32.300148Z", "running": 1, "size": 1}}, {"events": ["2024-09-10T18:54:37.560635Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:48:59.063731Z", "last_refresh": "2024-09-10T18:53:14.700980Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:48:57.572323Z", "last_refresh": "2024-09-10T18:53:14.700726Z", "running": 2, "size": 5}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_id": "e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87", "container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-09-10T18:49:10.407272Z", "last_refresh": "2024-09-10T18:53:14.701051Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi067"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-09-10T18:53:14.701121Z", "running": 7, "size": 0}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"container_image_id": "de242295e2257c37c8cadfd962369228f8f10b2d48a44259b65fef44ad4f6490", "container_image_name": "docker.io/prom/prometheus:v2.18.1", "created": "2024-09-10T18:49:07.232694Z", "last_refresh": "2024-09-10T18:53:32.300503Z", "running": 1, "size": 1}}] 2024-09-10T18:54:40.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:39.557089+0000 mon.smithi067 (mon.0) 618 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T18:54:41.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:39.557089+0000 mon.smithi067 (mon.0) 618 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-10T18:54:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:40.755124+0000 mgr.smithi067.mpnsbx (mgr.14164) 253 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:40.984762+0000 mgr.smithi067.mpnsbx (mgr.14164) 254 : cluster [DBG] pgmap v203: 65 pgs: 4 creating+peering, 35 active+clean, 26 unknown; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:41.855 INFO:tasks.cephadm:mds.foofs has 0/2 2024-09-10T18:54:42.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:40.755124+0000 mgr.smithi067.mpnsbx (mgr.14164) 253 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:42.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:40.984762+0000 mgr.smithi067.mpnsbx (mgr.14164) 254 : cluster [DBG] pgmap v203: 65 pgs: 4 creating+peering, 35 active+clean, 26 unknown; 0 B data, 3.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:42.856 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T18:54:44.364 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:42.985133+0000 mgr.smithi067.mpnsbx (mgr.14164) 255 : cluster [DBG] pgmap v204: 65 pgs: 3 creating+peering, 62 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:44.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:42.985133+0000 mgr.smithi067.mpnsbx (mgr.14164) 255 : cluster [DBG] pgmap v204: 65 pgs: 3 creating+peering, 62 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:45.003 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:54:45.003 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"container_image_id": "0881eb8f169f5556a292b4e2c01d683172b12830a62a9225a98a8e206bb734f0", "container_image_name": "docker.io/prom/alertmanager:v0.20.0", "created": "2024-09-10T18:49:11.930637Z", "last_refresh": "2024-09-10T18:53:32.300018Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:49:00.252587Z", "last_refresh": "2024-09-10T18:53:14.700895Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-09-10T18:49:08.761945Z", "last_refresh": "2024-09-10T18:53:32.300148Z", "running": 1, "size": 1}}, {"events": ["2024-09-10T18:54:37.560635Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:48:59.063731Z", "last_refresh": "2024-09-10T18:53:14.700980Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:48:57.572323Z", "last_refresh": "2024-09-10T18:53:14.700726Z", "running": 2, "size": 5}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_id": "e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87", "container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-09-10T18:49:10.407272Z", "last_refresh": "2024-09-10T18:53:14.701051Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi067"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-09-10T18:53:14.701121Z", "running": 7, "size": 0}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"container_image_id": "de242295e2257c37c8cadfd962369228f8f10b2d48a44259b65fef44ad4f6490", "container_image_name": "docker.io/prom/prometheus:v2.18.1", "created": "2024-09-10T18:49:07.232694Z", "last_refresh": "2024-09-10T18:53:32.300503Z", "running": 1, "size": 1}}] 2024-09-10T18:54:45.624 INFO:tasks.cephadm:mds.foofs has 0/2 2024-09-10T18:54:46.625 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T18:54:46.635 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:44.985601+0000 mgr.smithi067.mpnsbx (mgr.14164) 256 : cluster [DBG] pgmap v205: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:46.635 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:44.998956+0000 mgr.smithi067.mpnsbx (mgr.14164) 257 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:46.635 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:46.290230+0000 mon.smithi067 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:44.985601+0000 mgr.smithi067.mpnsbx (mgr.14164) 256 : cluster [DBG] pgmap v205: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:44.998956+0000 mgr.smithi067.mpnsbx (mgr.14164) 257 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:46.290230+0000 mon.smithi067 (mon.0) 619 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:47.602 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:46.290678+0000 mgr.smithi067.mpnsbx (mgr.14164) 258 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:54:47.603 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:46.631355+0000 mon.smithi067 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:47.603 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:46.633050+0000 mon.smithi067 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:54:47.603 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:46.634136+0000 mon.smithi067 (mon.0) 622 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:54:47.603 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:46.639031+0000 mon.smithi067 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:47.603 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:46.639750+0000 mon.smithi067 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.njgdql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:54:47.603 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:46.642621+0000 mon.smithi067 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.njgdql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T18:54:47.603 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:46.643348+0000 mon.smithi067 (mon.0) 626 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:47.603 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:46.644061+0000 mon.smithi067 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mds.foofs.smithi067.njgdql", "key": "container_image"}]: dispatch 2024-09-10T18:54:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:46.290678+0000 mgr.smithi067.mpnsbx (mgr.14164) 258 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:54:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:46.631355+0000 mon.smithi067 (mon.0) 620 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:46.633050+0000 mon.smithi067 (mon.0) 621 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:54:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:46.634136+0000 mon.smithi067 (mon.0) 622 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:54:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:46.639031+0000 mon.smithi067 (mon.0) 623 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:46.639750+0000 mon.smithi067 (mon.0) 624 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.njgdql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:54:47.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:46.642621+0000 mon.smithi067 (mon.0) 625 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.njgdql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T18:54:47.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:46.643348+0000 mon.smithi067 (mon.0) 626 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:47.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:46.644061+0000 mon.smithi067 (mon.0) 627 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mds.foofs.smithi067.njgdql", "key": "container_image"}]: dispatch 2024-09-10T18:54:48.494 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:46.633632+0000 mgr.smithi067.mpnsbx (mgr.14164) 259 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:54:48.494 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:46.634517+0000 mgr.smithi067.mpnsbx (mgr.14164) 260 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:54:48.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:46.643783+0000 mgr.smithi067.mpnsbx (mgr.14164) 261 : cephadm [INF] Deploying daemon mds.foofs.smithi067.njgdql on smithi067 2024-09-10T18:54:48.495 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:46.986280+0000 mgr.smithi067.mpnsbx (mgr.14164) 262 : cluster [DBG] pgmap v206: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:48.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:46.633632+0000 mgr.smithi067.mpnsbx (mgr.14164) 259 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:54:48.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:46.634517+0000 mgr.smithi067.mpnsbx (mgr.14164) 260 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:54:48.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:46.643783+0000 mgr.smithi067.mpnsbx (mgr.14164) 261 : cephadm [INF] Deploying daemon mds.foofs.smithi067.njgdql on smithi067 2024-09-10T18:54:48.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:46.986280+0000 mgr.smithi067.mpnsbx (mgr.14164) 262 : cluster [DBG] pgmap v206: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:49.518 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:54:49.519 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"container_image_id": "0881eb8f169f5556a292b4e2c01d683172b12830a62a9225a98a8e206bb734f0", "container_image_name": "docker.io/prom/alertmanager:v0.20.0", "created": "2024-09-10T18:49:11.930637Z", "last_refresh": "2024-09-10T18:54:46.285130Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:49:00.252587Z", "last_refresh": "2024-09-10T18:53:14.700895Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-09-10T18:49:08.761945Z", "last_refresh": "2024-09-10T18:54:46.285252Z", "running": 1, "size": 1}}, {"events": ["2024-09-10T18:54:37.560635Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:48:59.063731Z", "last_refresh": "2024-09-10T18:53:14.700980Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:48:57.572323Z", "last_refresh": "2024-09-10T18:53:14.700726Z", "running": 2, "size": 5}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_id": "e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87", "container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-09-10T18:49:10.407272Z", "last_refresh": "2024-09-10T18:53:14.701051Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi067"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-09-10T18:53:14.701121Z", "running": 7, "size": 0}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"container_image_id": "de242295e2257c37c8cadfd962369228f8f10b2d48a44259b65fef44ad4f6490", "container_image_name": "docker.io/prom/prometheus:v2.18.1", "created": "2024-09-10T18:49:07.232694Z", "last_refresh": "2024-09-10T18:54:46.285573Z", "running": 1, "size": 1}}] 2024-09-10T18:54:50.140 INFO:tasks.cephadm:mds.foofs has 0/2 2024-09-10T18:54:50.588 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:48.986701+0000 mgr.smithi067.mpnsbx (mgr.14164) 263 : cluster [DBG] pgmap v207: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:48.986701+0000 mgr.smithi067.mpnsbx (mgr.14164) 263 : cluster [DBG] pgmap v207: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:51.141 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T18:54:51.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:49.513411+0000 mgr.smithi067.mpnsbx (mgr.14164) 264 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:51.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:50.481539+0000 mon.smithi067 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:51.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:50.482199+0000 mon.smithi067 (mon.0) 629 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.tzobql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:54:51.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:50.484412+0000 mon.smithi067 (mon.0) 630 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.tzobql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T18:54:51.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:50.484977+0000 mon.smithi067 (mon.0) 631 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:51.449 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:50.485635+0000 mon.smithi067 (mon.0) 632 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mds.foofs.smithi172.tzobql", "key": "container_image"}]: dispatch 2024-09-10T18:54:51.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:49.513411+0000 mgr.smithi067.mpnsbx (mgr.14164) 264 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:51.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:50.481539+0000 mon.smithi067 (mon.0) 628 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:51.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:50.482199+0000 mon.smithi067 (mon.0) 629 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.tzobql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T18:54:51.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:50.484412+0000 mon.smithi067 (mon.0) 630 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.tzobql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-10T18:54:51.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:50.484977+0000 mon.smithi067 (mon.0) 631 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:54:51.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:50.485635+0000 mon.smithi067 (mon.0) 632 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mds.foofs.smithi172.tzobql", "key": "container_image"}]: dispatch 2024-09-10T18:54:52.602 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:50.485382+0000 mgr.smithi067.mpnsbx (mgr.14164) 265 : cephadm [INF] Deploying daemon mds.foofs.smithi172.tzobql on smithi172 2024-09-10T18:54:52.607 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:50.987369+0000 mgr.smithi067.mpnsbx (mgr.14164) 266 : cluster [DBG] pgmap v208: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:52.621 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:50.485382+0000 mgr.smithi067.mpnsbx (mgr.14164) 265 : cephadm [INF] Deploying daemon mds.foofs.smithi172.tzobql on smithi172 2024-09-10T18:54:52.621 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:50.987369+0000 mgr.smithi067.mpnsbx (mgr.14164) 266 : cluster [DBG] pgmap v208: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:52.982 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:54:52.982 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"container_image_id": "0881eb8f169f5556a292b4e2c01d683172b12830a62a9225a98a8e206bb734f0", "container_image_name": "docker.io/prom/alertmanager:v0.20.0", "created": "2024-09-10T18:49:11.930637Z", "last_refresh": "2024-09-10T18:54:46.285130Z", "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:49:00.252587Z", "last_refresh": "2024-09-10T18:53:14.700895Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"container_image_id": "557c83e11646f123a27b5e4b62ac6c45e7bb8b2e90d6044034d0db5b7019415c", "container_image_name": "docker.io/ceph/ceph-grafana:6.7.4", "created": "2024-09-10T18:49:08.761945Z", "last_refresh": "2024-09-10T18:54:46.285252Z", "running": 1, "size": 1}}, {"events": ["2024-09-10T18:54:37.560635Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T18:54:37.554055Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:48:59.063731Z", "last_refresh": "2024-09-10T18:53:14.700980Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "created": "2024-09-10T18:48:57.572323Z", "last_refresh": "2024-09-10T18:53:14.700726Z", "running": 2, "size": 5}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"container_image_id": "e5a616e4b9cf68dfcad7782b78e118be4310022e874d52da85c55923fb615f87", "container_image_name": "docker.io/prom/node-exporter:v0.18.1", "created": "2024-09-10T18:49:10.407272Z", "last_refresh": "2024-09-10T18:53:14.701051Z", "running": 2, "size": 2}}, {"placement": {"hosts": ["smithi067"]}, "service_id": "None", "service_name": "osd.None", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "2cf504fded3980c76b59a354fca8f301941f86e369215a08752874d1ddb69b73", "container_image_name": "docker.io/ceph/ceph:v15", "last_refresh": "2024-09-10T18:53:14.701121Z", "running": 7, "size": 0}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"container_image_id": "de242295e2257c37c8cadfd962369228f8f10b2d48a44259b65fef44ad4f6490", "container_image_name": "docker.io/prom/prometheus:v2.18.1", "created": "2024-09-10T18:49:07.232694Z", "last_refresh": "2024-09-10T18:54:46.285573Z", "running": 1, "size": 1}}] 2024-09-10T18:54:53.547 INFO:tasks.cephadm:mds.foofs has 2/2 2024-09-10T18:54:53.547 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:54:53.558 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T18:54:53.558 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2024-09-10T18:54:54.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:52.865217+0000 mon.smithi067 (mon.0) 633 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:54.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:52.866200+0000 mon.smithi067 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:54:54.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:52.866444+0000 mon.smithi067 (mon.0) 635 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:54:54.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:52.973829+0000 mgr.smithi067.mpnsbx (mgr.14164) 267 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:54.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:52.987862+0000 mgr.smithi067.mpnsbx (mgr.14164) 268 : cluster [DBG] pgmap v209: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:54.230 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:52.865217+0000 mon.smithi067 (mon.0) 633 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:54.231 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:52.866200+0000 mon.smithi067 (mon.0) 634 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:54:54.231 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:52.866444+0000 mon.smithi067 (mon.0) 635 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:54:54.231 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:52.973829+0000 mgr.smithi067.mpnsbx (mgr.14164) 267 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:54:54.231 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:52.987862+0000 mgr.smithi067.mpnsbx (mgr.14164) 268 : cluster [DBG] pgmap v209: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:56.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:54.870480+0000 mon.smithi067 (mon.0) 636 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:boot 2024-09-10T18:54:56.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:54.870538+0000 mon.smithi067 (mon.0) 637 : cluster [INF] daemon mds.foofs.smithi067.njgdql assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-10T18:54:56.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:54.870602+0000 mon.smithi067 (mon.0) 638 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T18:54:56.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:54.870627+0000 mon.smithi067 (mon.0) 639 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-10T18:54:56.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:54.870645+0000 mon.smithi067 (mon.0) 640 : cluster [INF] Cluster is now healthy 2024-09-10T18:54:56.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:54.870856+0000 mon.smithi067 (mon.0) 641 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-10T18:54:56.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:54.870964+0000 mon.smithi067 (mon.0) 642 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T18:54:56.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:54.874008+0000 mon.smithi067 (mon.0) 643 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:creating} 2024-09-10T18:54:56.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:54.885652+0000 mon.smithi067 (mon.0) 644 : cluster [INF] daemon mds.foofs.smithi067.njgdql is now active in filesystem foofs as rank 0 2024-09-10T18:54:56.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:54.987283+0000 mon.smithi067 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:56.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:54.988203+0000 mgr.smithi067.mpnsbx (mgr.14164) 269 : cluster [DBG] pgmap v210: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:54.870480+0000 mon.smithi067 (mon.0) 636 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:boot 2024-09-10T18:54:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:54.870538+0000 mon.smithi067 (mon.0) 637 : cluster [INF] daemon mds.foofs.smithi067.njgdql assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-10T18:54:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:54.870602+0000 mon.smithi067 (mon.0) 638 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T18:54:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:54.870627+0000 mon.smithi067 (mon.0) 639 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-10T18:54:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:54.870645+0000 mon.smithi067 (mon.0) 640 : cluster [INF] Cluster is now healthy 2024-09-10T18:54:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:54.870856+0000 mon.smithi067 (mon.0) 641 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-09-10T18:54:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:54.870964+0000 mon.smithi067 (mon.0) 642 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T18:54:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:54.874008+0000 mon.smithi067 (mon.0) 643 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:creating} 2024-09-10T18:54:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:54.885652+0000 mon.smithi067 (mon.0) 644 : cluster [INF] daemon mds.foofs.smithi067.njgdql is now active in filesystem foofs as rank 0 2024-09-10T18:54:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:54.987283+0000 mon.smithi067 (mon.0) 645 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:54:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:54.988203+0000 mgr.smithi067.mpnsbx (mgr.14164) 269 : cluster [DBG] pgmap v210: 65 pgs: 65 active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:56.742 INFO:teuthology.orchestra.run.smithi067.stderr:Invalid command: missing required parameter clusterid() 2024-09-10T18:54:56.742 INFO:teuthology.orchestra.run.smithi067.stderr:nfs cluster create [] : Create an NFS Cluster 2024-09-10T18:54:56.742 INFO:teuthology.orchestra.run.smithi067.stderr:Error EINVAL: invalid command 2024-09-10T18:54:57.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:55.875985+0000 mon.smithi067 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T18:54:57.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:55.876032+0000 mon.smithi067 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 2024-09-10T18:54:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:55.875985+0000 mon.smithi067 (mon.0) 646 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T18:54:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:55.876032+0000 mon.smithi067 (mon.0) 647 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 2024-09-10T18:54:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:56.988659+0000 mgr.smithi067.mpnsbx (mgr.14164) 270 : cluster [DBG] pgmap v211: 65 pgs: 65 active+clean; 1.5 KiB data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:56.990170+0000 mon.smithi067 (mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:boot 2024-09-10T18:54:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:56.990417+0000 mon.smithi067 (mon.0) 649 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:54:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:56.990980+0000 mon.smithi067 (mon.0) 650 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T18:54:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:56.994860+0000 mon.smithi067 (mon.0) 651 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:54:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:57.033229+0000 mgr.smithi067.mpnsbx (mgr.14164) 271 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:57.034100+0000 mon.smithi067 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-10T18:54:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:56.988659+0000 mgr.smithi067.mpnsbx (mgr.14164) 270 : cluster [DBG] pgmap v211: 65 pgs: 65 active+clean; 1.5 KiB data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:56.990170+0000 mon.smithi067 (mon.0) 648 : cluster [DBG] mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:boot 2024-09-10T18:54:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:56.990417+0000 mon.smithi067 (mon.0) 649 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:54:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:56.990980+0000 mon.smithi067 (mon.0) 650 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T18:54:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:56.994860+0000 mon.smithi067 (mon.0) 651 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:54:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:57.033229+0000 mgr.smithi067.mpnsbx (mgr.14164) 271 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "type": "cephfs", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:54:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:57.034100+0000 mon.smithi067 (mon.0) 652 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2024-09-10T18:54:59.027 INFO:teuthology.orchestra.run.smithi067.stdout:NFS Cluster Created Successfully 2024-09-10T18:54:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:58.000451+0000 mon.smithi067 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-10T18:54:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:58.000579+0000 mon.smithi067 (mon.0) 654 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T18:54:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:54:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:58.006082+0000 mon.smithi067 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-10T18:54:59.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:58.000451+0000 mon.smithi067 (mon.0) 653 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2024-09-10T18:54:59.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:58.000579+0000 mon.smithi067 (mon.0) 654 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-10T18:54:59.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:54:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:58.006082+0000 mon.smithi067 (mon.0) 655 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2024-09-10T18:54:59.738 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- 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-09-10T18:55:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:58.989068+0000 mgr.smithi067.mpnsbx (mgr.14164) 272 : cluster [DBG] pgmap v213: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 1.7 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2024-09-10T18:55:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.001482+0000 mon.smithi067 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-10T18:55:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:54:59.001610+0000 mon.smithi067 (mon.0) 657 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.015051+0000 mon.smithi067 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.020760+0000 mon.smithi067 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.023392+0000 mon.smithi067 (mon.0) 660 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.023665+0000 mgr.smithi067.mpnsbx (mgr.14164) 273 : cephadm [INF] Saving service nfs.ganesha-foo spec with placement count:2 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.023979+0000 mgr.smithi067.mpnsbx (mgr.14164) 274 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.024297+0000 mon.smithi067 (mon.0) 661 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.024665+0000 mgr.smithi067.mpnsbx (mgr.14164) 275 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.025787+0000 mon.smithi067 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.031403+0000 mon.smithi067 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.033003+0000 mon.smithi067 (mon.0) 664 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.033647+0000 mgr.smithi067.mpnsbx (mgr.14164) 276 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.034172+0000 mon.smithi067 (mon.0) 665 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.034656+0000 mgr.smithi067.mpnsbx (mgr.14164) 277 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.035699+0000 mgr.smithi067.mpnsbx (mgr.14164) 278 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.ganesha-foo 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.041111+0000 mgr.smithi067.mpnsbx (mgr.14164) 279 : cephadm [INF] Saving service nfs.ganesha-foo spec with placement count:2 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.044136+0000 mon.smithi067 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.044600+0000 mgr.smithi067.mpnsbx (mgr.14164) 280 : cephadm [INF] Create daemon ganesha-foo.smithi067 on host smithi067 with spec NFSServiceSpec({'placement': PlacementSpec(count=2), 'service_type': 'nfs', 'service_id': 'ganesha-foo', 'unmanaged': False, 'preview_only': False, 'pool': 'nfs-ganesha', 'namespace': 'foo'}) 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.044812+0000 mgr.smithi067.mpnsbx (mgr.14164) 281 : cephadm [INF] Create keyring: client.nfs.ganesha-foo.smithi067 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.045063+0000 mon.smithi067 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi067", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.049171+0000 mon.smithi067 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi067", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.051147+0000 mgr.smithi067.mpnsbx (mgr.14164) 282 : cephadm [INF] Rados config object exists: conf-nfs.ganesha-foo 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.051241+0000 mgr.smithi067.mpnsbx (mgr.14164) 283 : cephadm [INF] Create keyring: client.nfs.ganesha-foo.smithi067-rgw 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.051464+0000 mon.smithi067 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi067-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.054938+0000 mon.smithi067 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi067-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:55:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.058632+0000 mon.smithi067 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:54:59.059351+0000 mgr.smithi067.mpnsbx (mgr.14164) 284 : cephadm [INF] Deploying daemon nfs.ganesha-foo.smithi067 on smithi067 2024-09-10T18:55:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:54:59.059861+0000 mon.smithi067 (mon.0) 672 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "client.nfs.ganesha-foo.smithi067", "key": "container_image"}]: dispatch 2024-09-10T18:55:00.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:58.989068+0000 mgr.smithi067.mpnsbx (mgr.14164) 272 : cluster [DBG] pgmap v213: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 1.7 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s wr, 2 op/s 2024-09-10T18:55:00.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.001482+0000 mon.smithi067 (mon.0) 656 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2024-09-10T18:55:00.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:54:59.001610+0000 mon.smithi067 (mon.0) 657 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-10T18:55:00.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.015051+0000 mon.smithi067 (mon.0) 658 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.020760+0000 mon.smithi067 (mon.0) 659 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.023392+0000 mon.smithi067 (mon.0) 660 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.023665+0000 mgr.smithi067.mpnsbx (mgr.14164) 273 : cephadm [INF] Saving service nfs.ganesha-foo spec with placement count:2 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.023979+0000 mgr.smithi067.mpnsbx (mgr.14164) 274 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.024297+0000 mon.smithi067 (mon.0) 661 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.024665+0000 mgr.smithi067.mpnsbx (mgr.14164) 275 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.025787+0000 mon.smithi067 (mon.0) 662 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.031403+0000 mon.smithi067 (mon.0) 663 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.033003+0000 mon.smithi067 (mon.0) 664 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.033647+0000 mgr.smithi067.mpnsbx (mgr.14164) 276 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.034172+0000 mon.smithi067 (mon.0) 665 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.034656+0000 mgr.smithi067.mpnsbx (mgr.14164) 277 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.035699+0000 mgr.smithi067.mpnsbx (mgr.14164) 278 : cephadm [INF] Checking pool "nfs-ganesha" exists for service nfs.ganesha-foo 2024-09-10T18:55:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.041111+0000 mgr.smithi067.mpnsbx (mgr.14164) 279 : cephadm [INF] Saving service nfs.ganesha-foo spec with placement count:2 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.044136+0000 mon.smithi067 (mon.0) 666 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.044600+0000 mgr.smithi067.mpnsbx (mgr.14164) 280 : cephadm [INF] Create daemon ganesha-foo.smithi067 on host smithi067 with spec NFSServiceSpec({'placement': PlacementSpec(count=2), 'service_type': 'nfs', 'service_id': 'ganesha-foo', 'unmanaged': False, 'preview_only': False, 'pool': 'nfs-ganesha', 'namespace': 'foo'}) 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.044812+0000 mgr.smithi067.mpnsbx (mgr.14164) 281 : cephadm [INF] Create keyring: client.nfs.ganesha-foo.smithi067 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.045063+0000 mon.smithi067 (mon.0) 667 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi067", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.049171+0000 mon.smithi067 (mon.0) 668 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi067", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.051147+0000 mgr.smithi067.mpnsbx (mgr.14164) 282 : cephadm [INF] Rados config object exists: conf-nfs.ganesha-foo 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.051241+0000 mgr.smithi067.mpnsbx (mgr.14164) 283 : cephadm [INF] Create keyring: client.nfs.ganesha-foo.smithi067-rgw 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.051464+0000 mon.smithi067 (mon.0) 669 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi067-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.054938+0000 mon.smithi067 (mon.0) 670 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi067-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.058632+0000 mon.smithi067 (mon.0) 671 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:54:59.059351+0000 mgr.smithi067.mpnsbx (mgr.14164) 284 : cephadm [INF] Deploying daemon nfs.ganesha-foo.smithi067 on smithi067 2024-09-10T18:55:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:54:59.059861+0000 mon.smithi067 (mon.0) 672 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "client.nfs.ganesha-foo.smithi067", "key": "container_image"}]: dispatch 2024-09-10T18:55:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:00.019194+0000 mon.smithi067 (mon.0) 673 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T18:55:01.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:00.019194+0000 mon.smithi067 (mon.0) 673 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-10T18:55:02.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:00.989667+0000 mgr.smithi067.mpnsbx (mgr.14164) 285 : cluster [DBG] pgmap v216: 97 pgs: 5 creating+peering, 11 unknown, 81 active+clean; 2.2 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 2.5 KiB/s wr, 6 op/s 2024-09-10T18:55:02.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:01.025901+0000 mon.smithi067 (mon.0) 674 : cluster [DBG] mgrmap e19: smithi067.mpnsbx(active, since 5m), standbys: smithi172.viqcsa 2024-09-10T18:55:02.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:01.025947+0000 mon.smithi067 (mon.0) 675 : cluster [DBG] mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:standby 2024-09-10T18:55:02.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:01.025999+0000 mon.smithi067 (mon.0) 676 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:55:02.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:00.989667+0000 mgr.smithi067.mpnsbx (mgr.14164) 285 : cluster [DBG] pgmap v216: 97 pgs: 5 creating+peering, 11 unknown, 81 active+clean; 2.2 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 2.5 KiB/s wr, 6 op/s 2024-09-10T18:55:02.423 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:01.025901+0000 mon.smithi067 (mon.0) 674 : cluster [DBG] mgrmap e19: smithi067.mpnsbx(active, since 5m), standbys: smithi172.viqcsa 2024-09-10T18:55:02.423 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:01.025947+0000 mon.smithi067 (mon.0) 675 : cluster [DBG] mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:standby 2024-09-10T18:55:02.423 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:01.025999+0000 mon.smithi067 (mon.0) 676 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:55:03.000 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:55:03.000 INFO:teuthology.orchestra.run.smithi067.stdout: "bind": "/fake", 2024-09-10T18:55:03.001 INFO:teuthology.orchestra.run.smithi067.stdout: "fs": "foofs", 2024-09-10T18:55:03.001 INFO:teuthology.orchestra.run.smithi067.stdout: "path": "/", 2024-09-10T18:55:03.001 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster": "foo", 2024-09-10T18:55:03.001 INFO:teuthology.orchestra.run.smithi067.stdout: "mode": "RW" 2024-09-10T18:55:03.001 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:55:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:02.991351+0000 mon.smithi067 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 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-09-10T18:55:03.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:02.994715+0000 mon.smithi067 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 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-09-10T18:55:03.433 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:02.991351+0000 mon.smithi067 (mon.0) 677 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 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-09-10T18:55:03.433 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:02.994715+0000 mon.smithi067 (mon.0) 678 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 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-09-10T18:55:04.312 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2024-09-10T18:55:04.554 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:02.971833+0000 mgr.smithi067.mpnsbx (mgr.14164) 286 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:04.555 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:02.990049+0000 mgr.smithi067.mpnsbx (mgr.14164) 287 : cluster [DBG] pgmap v217: 97 pgs: 5 creating+peering, 92 active+clean; 2.2 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 0 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-10T18:55:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:02.971833+0000 mgr.smithi067.mpnsbx (mgr.14164) 286 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:02.990049+0000 mgr.smithi067.mpnsbx (mgr.14164) 287 : cluster [DBG] pgmap v217: 97 pgs: 5 creating+peering, 92 active+clean; 2.2 KiB data, 4.3 MiB used, 707 GiB / 715 GiB avail; 0 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-10T18:55:06.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:04.990466+0000 mgr.smithi067.mpnsbx (mgr.14164) 288 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 2.2 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s rd, 1.3 KiB/s wr, 4 op/s 2024-09-10T18:55:06.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:05.007951+0000 mon.smithi067 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:06.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:05.008639+0000 mgr.smithi067.mpnsbx (mgr.14164) 289 : cephadm [INF] Create daemon ganesha-foo.smithi172 on host smithi172 with spec NFSServiceSpec({'placement': PlacementSpec(count=2), 'service_type': 'nfs', 'service_id': 'ganesha-foo', 'unmanaged': False, 'preview_only': False, 'pool': 'nfs-ganesha', 'namespace': 'foo'}) 2024-09-10T18:55:06.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:05.008727+0000 mgr.smithi067.mpnsbx (mgr.14164) 290 : cephadm [INF] Create keyring: client.nfs.ganesha-foo.smithi172 2024-09-10T18:55:06.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:05.008911+0000 mon.smithi067 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi172", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-10T18:55:06.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:05.011268+0000 mon.smithi067 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi172", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-10T18:55:06.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:05.012199+0000 mgr.smithi067.mpnsbx (mgr.14164) 291 : cephadm [INF] Rados config object exists: conf-nfs.ganesha-foo 2024-09-10T18:55:06.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:05.012273+0000 mgr.smithi067.mpnsbx (mgr.14164) 292 : cephadm [INF] Create keyring: client.nfs.ganesha-foo.smithi172-rgw 2024-09-10T18:55:06.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:05.012452+0000 mon.smithi067 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi172-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:06.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:05.015061+0000 mon.smithi067 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi172-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:55:06.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:05.015766+0000 mon.smithi067 (mon.0) 684 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:06.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:05.016244+0000 mgr.smithi067.mpnsbx (mgr.14164) 293 : cephadm [INF] Deploying daemon nfs.ganesha-foo.smithi172 on smithi172 2024-09-10T18:55:06.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:05.016557+0000 mon.smithi067 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "client.nfs.ganesha-foo.smithi172", "key": "container_image"}]: dispatch 2024-09-10T18:55:06.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:04.990466+0000 mgr.smithi067.mpnsbx (mgr.14164) 288 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 2.2 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s rd, 1.3 KiB/s wr, 4 op/s 2024-09-10T18:55:06.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:05.007951+0000 mon.smithi067 (mon.0) 679 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:06.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:05.008639+0000 mgr.smithi067.mpnsbx (mgr.14164) 289 : cephadm [INF] Create daemon ganesha-foo.smithi172 on host smithi172 with spec NFSServiceSpec({'placement': PlacementSpec(count=2), 'service_type': 'nfs', 'service_id': 'ganesha-foo', 'unmanaged': False, 'preview_only': False, 'pool': 'nfs-ganesha', 'namespace': 'foo'}) 2024-09-10T18:55:06.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:05.008727+0000 mgr.smithi067.mpnsbx (mgr.14164) 290 : cephadm [INF] Create keyring: client.nfs.ganesha-foo.smithi172 2024-09-10T18:55:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:05.008911+0000 mon.smithi067 (mon.0) 680 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi172", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2024-09-10T18:55:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:05.011268+0000 mon.smithi067 (mon.0) 681 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi172", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2024-09-10T18:55:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:05.012199+0000 mgr.smithi067.mpnsbx (mgr.14164) 291 : cephadm [INF] Rados config object exists: conf-nfs.ganesha-foo 2024-09-10T18:55:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:05.012273+0000 mgr.smithi067.mpnsbx (mgr.14164) 292 : cephadm [INF] Create keyring: client.nfs.ganesha-foo.smithi172-rgw 2024-09-10T18:55:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:05.012452+0000 mon.smithi067 (mon.0) 682 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi172-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:55:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:05.015061+0000 mon.smithi067 (mon.0) 683 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.ganesha-foo.smithi172-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:55:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:05.015766+0000 mon.smithi067 (mon.0) 684 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:55:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:05.016244+0000 mgr.smithi067.mpnsbx (mgr.14164) 293 : cephadm [INF] Deploying daemon nfs.ganesha-foo.smithi172 on smithi172 2024-09-10T18:55:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:05.016557+0000 mon.smithi067 (mon.0) 685 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "client.nfs.ganesha-foo.smithi172", "key": "container_image"}]: dispatch 2024-09-10T18:55:07.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:06.294104+0000 mgr.smithi067.mpnsbx (mgr.14164) 294 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:07.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:06.294104+0000 mgr.smithi067.mpnsbx (mgr.14164) 294 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:08.175 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:06.991151+0000 mgr.smithi067.mpnsbx (mgr.14164) 295 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 2.6 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-10T18:55:08.258 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:06.991151+0000 mgr.smithi067.mpnsbx (mgr.14164) 295 : cluster [DBG] pgmap v219: 97 pgs: 97 active+clean; 2.6 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.4 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-10T18:55:09.646 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:07.574590+0000 mgr.smithi067.mpnsbx (mgr.14164) 296 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:09.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:09.154205+0000 mon.smithi067 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:09.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:09.155214+0000 mon.smithi067 (mon.0) 687 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:55:09.647 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:09.155487+0000 mon.smithi067 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:55:09.694 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:07.574590+0000 mgr.smithi067.mpnsbx (mgr.14164) 296 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:09.695 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:09.154205+0000 mon.smithi067 (mon.0) 686 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:09.695 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:09.155214+0000 mon.smithi067 (mon.0) 687 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:55:09.695 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:09.155487+0000 mon.smithi067 (mon.0) 688 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:55:10.160 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.ganesha-foo 2/2 - 11s count:2 2024-09-10T18:55:10.666 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:08.853599+0000 mgr.smithi067.mpnsbx (mgr.14164) 297 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:10.666 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:08.991749+0000 mgr.smithi067.mpnsbx (mgr.14164) 298 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 2.7 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-09-10T18:55:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:08.853599+0000 mgr.smithi067.mpnsbx (mgr.14164) 297 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:08.991749+0000 mgr.smithi067.mpnsbx (mgr.14164) 298 : cluster [DBG] pgmap v220: 97 pgs: 97 active+clean; 2.7 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 5 op/s 2024-09-10T18:55:10.906 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-10T18:55:10.915 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T18:55:10.915 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-10T18:55:10.943 INFO:teuthology.orchestra.run.smithi067.stderr:+ mkdir /mnt/foo 2024-09-10T18:55:10.954 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2024-09-10T18:55:11.019 INFO:teuthology.orchestra.run.smithi067.stderr:++ hostname 2024-09-10T18:55:11.019 INFO:teuthology.orchestra.run.smithi067.stderr:+ mount -t nfs smithi067:/fake /mnt/foo -o sync 2024-09-10T18:55:11.482 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:10.144965+0000 mgr.smithi067.mpnsbx (mgr.14164) 299 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:11.600 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:10.144965+0000 mgr.smithi067.mpnsbx (mgr.14164) 299 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:12.182 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-10T18:55:12.249 INFO:teuthology.orchestra.run.smithi067.stderr:+ echo test 2024-09-10T18:55:12.258 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-10T18:55:12.324 INFO:teuthology.orchestra.run.smithi067.stderr:+ sync 2024-09-10T18:55:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:10.992183+0000 mgr.smithi067.mpnsbx (mgr.14164) 300 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 3.4 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-10T18:55:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:12.088239+0000 mon.smithi067 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:12.630 INFO:teuthology.run_tasks:Running task parallel... 2024-09-10T18:55:12.641 INFO:teuthology.task.parallel:starting parallel... 2024-09-10T18:55:12.641 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-10T18:55:12.642 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-10T18:55:12.642 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T18:55:12.643 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-10T18:55:12.643 INFO:teuthology.task.parallel:In parallel, running task sequential... 2024-09-10T18:55:12.643 INFO:teuthology.task.sequential:In sequential, running task exec... 2024-09-10T18:55:12.644 INFO:teuthology.task.exec:Executing custom commands... 2024-09-10T18:55:12.644 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T18:55:12.644 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2024-09-10T18:55:12.717 INFO:teuthology.orchestra.run.smithi067.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-10T18:55:12.717 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T18:55:12.717 INFO:teuthology.orchestra.run.smithi067.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2024-09-10T18:55:12.728 INFO:teuthology.orchestra.run.smithi067.stdout:4 of 5 processes prepared for launch 0 sec 2024-09-10T18:55:12.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:10.992183+0000 mgr.smithi067.mpnsbx (mgr.14164) 300 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 3.4 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-10T18:55:12.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:12.088239+0000 mon.smithi067 (mon.0) 689 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:12.828 INFO:teuthology.orchestra.run.smithi067.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-10T18:55:12.828 INFO:teuthology.orchestra.run.smithi067.stdout:releasing clients 2024-09-10T18:55:13.828 INFO:teuthology.orchestra.run.smithi067.stdout: 5 298 54.89 MB/sec warmup 1 sec latency 14.920 ms 2024-09-10T18:55:14.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:12.992683+0000 mgr.smithi067.mpnsbx (mgr.14164) 301 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 3.4 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-10T18:55:14.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:12.992683+0000 mgr.smithi067.mpnsbx (mgr.14164) 301 : cluster [DBG] pgmap v222: 97 pgs: 97 active+clean; 3.4 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-10T18:55:14.828 INFO:teuthology.orchestra.run.smithi067.stdout: 5 587 50.51 MB/sec warmup 2 sec latency 11.539 ms 2024-09-10T18:55:15.828 INFO:teuthology.orchestra.run.smithi067.stdout: 5 1490 43.41 MB/sec warmup 3 sec latency 15.824 ms 2024-09-10T18:55:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:14.993214+0000 mgr.smithi067.mpnsbx (mgr.14164) 302 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 15 MiB data, 38 MiB used, 707 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.2 MiB/s wr, 28 op/s 2024-09-10T18:55:16.624 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-10T18:55:16.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:14.993214+0000 mgr.smithi067.mpnsbx (mgr.14164) 302 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 15 MiB data, 38 MiB used, 707 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.2 MiB/s wr, 28 op/s 2024-09-10T18:55:16.828 INFO:teuthology.orchestra.run.smithi067.stdout: 5 2890 40.68 MB/sec warmup 4 sec latency 43.121 ms 2024-09-10T18:55:17.828 INFO:teuthology.orchestra.run.smithi067.stdout: 5 3948 40.07 MB/sec warmup 5 sec latency 16.822 ms 2024-09-10T18:55:18.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:16.993743+0000 mgr.smithi067.mpnsbx (mgr.14164) 303 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 86 MiB data, 212 MiB used, 707 GiB / 715 GiB avail; 2.8 KiB/s rd, 7.9 MiB/s wr, 443 op/s 2024-09-10T18:55:18.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:17.950335+0000 mon.smithi067 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:18.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:17.954357+0000 mon.smithi067 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:18.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:17.957241+0000 mon.smithi067 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:18.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:17.958621+0000 mon.smithi067 (mon.0) 693 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:18.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:17.969191+0000 mon.smithi067 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:18.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:17.971736+0000 mon.smithi067 (mon.0) 695 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:18.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:17.973167+0000 mon.smithi067 (mon.0) 696 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:16.993743+0000 mgr.smithi067.mpnsbx (mgr.14164) 303 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 86 MiB data, 212 MiB used, 707 GiB / 715 GiB avail; 2.8 KiB/s rd, 7.9 MiB/s wr, 443 op/s 2024-09-10T18:55:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:17.950335+0000 mon.smithi067 (mon.0) 690 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:17.954357+0000 mon.smithi067 (mon.0) 691 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:17.957241+0000 mon.smithi067 (mon.0) 692 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:17.958621+0000 mon.smithi067 (mon.0) 693 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:17.969191+0000 mon.smithi067 (mon.0) 694 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:17.971736+0000 mon.smithi067 (mon.0) 695 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:18.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:17.973167+0000 mon.smithi067 (mon.0) 696 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:18.828 INFO:teuthology.orchestra.run.smithi067.stdout: 5 5125 37.70 MB/sec warmup 6 sec latency 15.002 ms 2024-09-10T18:55:19.505 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:17.958056+0000 mgr.smithi067.mpnsbx (mgr.14164) 304 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:19.506 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:17.959159+0000 mgr.smithi067.mpnsbx (mgr.14164) 305 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:19.506 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:17.972598+0000 mgr.smithi067.mpnsbx (mgr.14164) 306 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:19.506 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:17.973732+0000 mgr.smithi067.mpnsbx (mgr.14164) 307 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:19.506 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:18.994276+0000 mgr.smithi067.mpnsbx (mgr.14164) 308 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 106 MiB data, 300 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s rd, 9.9 MiB/s wr, 496 op/s 2024-09-10T18:55:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:17.958056+0000 mgr.smithi067.mpnsbx (mgr.14164) 304 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:17.959159+0000 mgr.smithi067.mpnsbx (mgr.14164) 305 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:17.972598+0000 mgr.smithi067.mpnsbx (mgr.14164) 306 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:17.973732+0000 mgr.smithi067.mpnsbx (mgr.14164) 307 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:18.994276+0000 mgr.smithi067.mpnsbx (mgr.14164) 308 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 106 MiB data, 300 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s rd, 9.9 MiB/s wr, 496 op/s 2024-09-10T18:55:19.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 6226 35.16 MB/sec warmup 7 sec latency 21.986 ms 2024-09-10T18:55:20.548 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-10T18:55:20.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:20.467124+0000 mon.smithi067 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:55:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:20.469334+0000 mon.smithi067 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:55:20.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:20.467124+0000 mon.smithi067 (mon.0) 697 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:55:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:20.469334+0000 mon.smithi067 (mon.0) 698 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:55:20.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 7358 36.80 MB/sec warmup 8 sec latency 15.498 ms 2024-09-10T18:55:21.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:20.994867+0000 mgr.smithi067.mpnsbx (mgr.14164) 309 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 127 MiB data, 371 MiB used, 707 GiB / 715 GiB avail; 8.2 KiB/s rd, 14 MiB/s wr, 892 op/s 2024-09-10T18:55:21.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 8356 34.38 MB/sec warmup 9 sec latency 21.800 ms 2024-09-10T18:55:22.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:20.994867+0000 mgr.smithi067.mpnsbx (mgr.14164) 309 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 127 MiB data, 371 MiB used, 707 GiB / 715 GiB avail; 8.2 KiB/s rd, 14 MiB/s wr, 892 op/s 2024-09-10T18:55:22.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 9527 33.19 MB/sec warmup 10 sec latency 25.456 ms 2024-09-10T18:55:23.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 10827 35.19 MB/sec warmup 11 sec latency 72.463 ms 2024-09-10T18:55:24.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:22.773725+0000 mon.smithi067 (mon.0) 699 : audit [INF] from='client.? 172.21.15.67:0/565839556' entity='client.admin' 2024-09-10T18:55:24.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:22.782457+0000 mon.smithi067 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:24.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:22.785250+0000 mon.smithi067 (mon.0) 701 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:24.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:22.786680+0000 mgr.smithi067.mpnsbx (mgr.14164) 310 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:24.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:22.787342+0000 mon.smithi067 (mon.0) 702 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:24.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:22.788026+0000 mgr.smithi067.mpnsbx (mgr.14164) 311 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:24.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:22.995444+0000 mgr.smithi067.mpnsbx (mgr.14164) 312 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 137 MiB data, 411 MiB used, 707 GiB / 715 GiB avail; 6.7 KiB/s rd, 17 MiB/s wr, 1.11k op/s 2024-09-10T18:55:24.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:22.773725+0000 mon.smithi067 (mon.0) 699 : audit [INF] from='client.? 172.21.15.67:0/565839556' entity='client.admin' 2024-09-10T18:55:24.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:22.782457+0000 mon.smithi067 (mon.0) 700 : audit [INF] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:24.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:22.785250+0000 mon.smithi067 (mon.0) 701 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:24.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:22.786680+0000 mgr.smithi067.mpnsbx (mgr.14164) 310 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:24.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:22.787342+0000 mon.smithi067 (mon.0) 702 : audit [DBG] from='mgr.14164 172.21.15.67:0/4022089057' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:24.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:22.788026+0000 mgr.smithi067.mpnsbx (mgr.14164) 311 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:24.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:22.995444+0000 mgr.smithi067.mpnsbx (mgr.14164) 312 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 137 MiB data, 411 MiB used, 707 GiB / 715 GiB avail; 6.7 KiB/s rd, 17 MiB/s wr, 1.11k op/s 2024-09-10T18:55:24.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 11548 32.92 MB/sec warmup 12 sec latency 40.814 ms 2024-09-10T18:55:24.853 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr module enable nfs --force' 2024-09-10T18:55:25.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 12709 32.29 MB/sec warmup 13 sec latency 31.114 ms 2024-09-10T18:55:26.419 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:24.996026+0000 mgr.smithi067.mpnsbx (mgr.14164) 313 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 140 MiB data, 417 MiB used, 707 GiB / 715 GiB avail; 14 KiB/s rd, 18 MiB/s wr, 1.21k op/s 2024-09-10T18:55:26.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:24.996026+0000 mgr.smithi067.mpnsbx (mgr.14164) 313 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 140 MiB data, 417 MiB used, 707 GiB / 715 GiB avail; 14 KiB/s rd, 18 MiB/s wr, 1.21k op/s 2024-09-10T18:55:26.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 13924 32.98 MB/sec warmup 14 sec latency 18.349 ms 2024-09-10T18:55:27.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 14755 32.49 MB/sec warmup 15 sec latency 17.533 ms 2024-09-10T18:55:28.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:26.996598+0000 mgr.smithi067.mpnsbx (mgr.14164) 314 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 147 MiB data, 432 MiB used, 707 GiB / 715 GiB avail; 14 KiB/s rd, 21 MiB/s wr, 1.63k op/s 2024-09-10T18:55:28.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:27.175905+0000 mon.smithi172 (mon.1) 22 : audit [INF] from='client.? 172.21.15.67:0/3247080586' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-10T18:55:28.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:27.176263+0000 mon.smithi067 (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-10T18:55:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:26.996598+0000 mgr.smithi067.mpnsbx (mgr.14164) 314 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 147 MiB data, 432 MiB used, 707 GiB / 715 GiB avail; 14 KiB/s rd, 21 MiB/s wr, 1.63k op/s 2024-09-10T18:55:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:27.175905+0000 mon.smithi172 (mon.1) 22 : audit [INF] from='client.? 172.21.15.67:0/3247080586' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-10T18:55:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:27.176263+0000 mon.smithi067 (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2024-09-10T18:55:28.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 15443 31.29 MB/sec warmup 16 sec latency 20.525 ms 2024-09-10T18:55:29.083 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-10T18:55:29.408 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:28.066306+0000 mon.smithi067 (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-10T18:55:29.408 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:28.066427+0000 mon.smithi067 (mon.0) 705 : cluster [DBG] mgrmap e20: smithi067.mpnsbx(active, since 6m), standbys: smithi172.viqcsa 2024-09-10T18:55:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:28.066306+0000 mon.smithi067 (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2024-09-10T18:55:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:28.066427+0000 mon.smithi067 (mon.0) 705 : cluster [DBG] mgrmap e20: smithi067.mpnsbx(active, since 6m), standbys: smithi172.viqcsa 2024-09-10T18:55:29.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 16653 30.82 MB/sec warmup 17 sec latency 21.646 ms 2024-09-10T18:55:30.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 17871 32.04 MB/sec warmup 18 sec latency 19.886 ms 2024-09-10T18:55:31.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 18618 30.84 MB/sec warmup 19 sec latency 19.734 ms 2024-09-10T18:55:32.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 19559 30.48 MB/sec warmup 20 sec latency 24.801 ms 2024-09-10T18:55:33.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:32.755469+0000 mon.smithi067 (mon.0) 706 : cluster [DBG] Standby manager daemon smithi172.viqcsa restarted 2024-09-10T18:55:33.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:32.755747+0000 mon.smithi067 (mon.0) 707 : cluster [DBG] Standby manager daemon smithi172.viqcsa started 2024-09-10T18:55:33.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:32.756876+0000 mon.smithi172 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.172:0/1945277063' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T18:55:33.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:32.757303+0000 mon.smithi172 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.172:0/1945277063' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:55:33.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:32.759338+0000 mon.smithi172 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.172:0/1945277063' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T18:55:33.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:32.760544+0000 mon.smithi172 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.172:0/1945277063' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:55:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:32.755469+0000 mon.smithi067 (mon.0) 706 : cluster [DBG] Standby manager daemon smithi172.viqcsa restarted 2024-09-10T18:55:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:32.755747+0000 mon.smithi067 (mon.0) 707 : cluster [DBG] Standby manager daemon smithi172.viqcsa started 2024-09-10T18:55:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:32.756876+0000 mon.smithi172 (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.172:0/1945277063' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T18:55:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:32.757303+0000 mon.smithi172 (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.172:0/1945277063' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:55:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:32.759338+0000 mon.smithi172 (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.172:0/1945277063' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T18:55:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:32.760544+0000 mon.smithi172 (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.172:0/1945277063' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:55:33.829 INFO:teuthology.orchestra.run.smithi067.stdout: 5 20673 30.61 MB/sec warmup 21 sec latency 17.667 ms 2024-09-10T18:55:34.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:32.815340+0000 mon.smithi067 (mon.0) 708 : cluster [DBG] mgrmap e21: smithi067.mpnsbx(active, since 6m), standbys: smithi172.viqcsa 2024-09-10T18:55:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:32.815340+0000 mon.smithi067 (mon.0) 708 : cluster [DBG] mgrmap e21: smithi067.mpnsbx(active, since 6m), standbys: smithi172.viqcsa 2024-09-10T18:55:34.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 21644 30.81 MB/sec warmup 22 sec latency 25.041 ms 2024-09-10T18:55:35.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:34.184858+0000 mon.smithi067 (mon.0) 709 : cluster [INF] Active manager daemon smithi067.mpnsbx restarted 2024-09-10T18:55:35.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:34.185455+0000 mon.smithi067 (mon.0) 710 : cluster [INF] Activating manager daemon smithi067.mpnsbx 2024-09-10T18:55:35.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:34.190527+0000 mon.smithi067 (mon.0) 711 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:55:35.082 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:34.184858+0000 mon.smithi067 (mon.0) 709 : cluster [INF] Active manager daemon smithi067.mpnsbx restarted 2024-09-10T18:55:35.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:34.185455+0000 mon.smithi067 (mon.0) 710 : cluster [INF] Activating manager daemon smithi067.mpnsbx 2024-09-10T18:55:35.083 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:34.190527+0000 mon.smithi067 (mon.0) 711 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:55:35.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 22424 29.88 MB/sec warmup 23 sec latency 21.342 ms 2024-09-10T18:55:35.866 INFO:teuthology.orchestra.run.smithi067.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:36.065 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:34.825657+0000 mon.smithi067 (mon.0) 712 : cluster [DBG] mgrmap e22: smithi067.mpnsbx(active, starting, since 0.640305s), standbys: smithi172.viqcsa 2024-09-10T18:55:36.065 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.826829+0000 mon.smithi067 (mon.0) 713 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:55:36.065 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.830061+0000 mon.smithi067 (mon.0) 714 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.830192+0000 mon.smithi067 (mon.0) 715 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.830398+0000 mon.smithi067 (mon.0) 716 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.830596+0000 mon.smithi067 (mon.0) 717 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.830790+0000 mon.smithi067 (mon.0) 718 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi172.viqcsa", "id": "smithi172.viqcsa"}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.831021+0000 mon.smithi067 (mon.0) 719 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.831315+0000 mon.smithi067 (mon.0) 720 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.831585+0000 mon.smithi067 (mon.0) 721 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.831889+0000 mon.smithi067 (mon.0) 722 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.832189+0000 mon.smithi067 (mon.0) 723 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.832548+0000 mon.smithi067 (mon.0) 724 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.832827+0000 mon.smithi067 (mon.0) 725 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.833159+0000 mon.smithi067 (mon.0) 726 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:55:36.066 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.833532+0000 mon.smithi067 (mon.0) 727 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.833756+0000 mon.smithi067 (mon.0) 728 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.834194+0000 mon.smithi067 (mon.0) 729 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.834857+0000 mon.smithi067 (mon.0) 730 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.836397+0000 mon.smithi067 (mon.0) 731 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.836839+0000 mon.smithi067 (mon.0) 732 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.837270+0000 mon.smithi067 (mon.0) 733 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.837657+0000 mon.smithi067 (mon.0) 734 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.838014+0000 mon.smithi067 (mon.0) 735 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.838374+0000 mon.smithi067 (mon.0) 736 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.838726+0000 mon.smithi067 (mon.0) 737 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.839092+0000 mon.smithi067 (mon.0) 738 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.839457+0000 mon.smithi067 (mon.0) 739 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.839937+0000 mon.smithi067 (mon.0) 740 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.840306+0000 mon.smithi067 (mon.0) 741 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:55:36.067 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.840738+0000 mon.smithi067 (mon.0) 742 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.841103+0000 mon.smithi067 (mon.0) 743 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.ganesha-foo"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.841423+0000 mon.smithi067 (mon.0) 744 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.841741+0000 mon.smithi067 (mon.0) 745 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.842090+0000 mon.smithi067 (mon.0) 746 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.842454+0000 mon.smithi067 (mon.0) 747 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.842943+0000 mon.smithi067 (mon.0) 748 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.843348+0000 mon.smithi067 (mon.0) 749 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.843740+0000 mon.smithi067 (mon.0) 750 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.844131+0000 mon.smithi067 (mon.0) 751 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.844501+0000 mon.smithi067 (mon.0) 752 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.844941+0000 mon.smithi067 (mon.0) 753 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:55:36.068 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.845276+0000 mon.smithi067 (mon.0) 754 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:55:36.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:34.845577+0000 mon.smithi067 (mon.0) 755 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:55:36.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:34.847373+0000 mon.smithi067 (mon.0) 756 : cluster [INF] Manager daemon smithi067.mpnsbx is now available 2024-09-10T18:55:36.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:35.027968+0000 mon.smithi067 (mon.0) 757 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:55:36.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:35.052600+0000 mon.smithi067 (mon.0) 758 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:55:36.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:35.308733+0000 mon.smithi067 (mon.0) 759 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:55:36.069 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:35.309843+0000 mon.smithi067 (mon.0) 760 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:55:36.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:34.825657+0000 mon.smithi067 (mon.0) 712 : cluster [DBG] mgrmap e22: smithi067.mpnsbx(active, starting, since 0.640305s), standbys: smithi172.viqcsa 2024-09-10T18:55:36.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.826829+0000 mon.smithi067 (mon.0) 713 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:55:36.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.830061+0000 mon.smithi067 (mon.0) 714 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:55:36.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.830192+0000 mon.smithi067 (mon.0) 715 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T18:55:36.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.830398+0000 mon.smithi067 (mon.0) 716 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T18:55:36.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.830596+0000 mon.smithi067 (mon.0) 717 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:55:36.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.830790+0000 mon.smithi067 (mon.0) 718 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi172.viqcsa", "id": "smithi172.viqcsa"}]: dispatch 2024-09-10T18:55:36.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.831021+0000 mon.smithi067 (mon.0) 719 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:55:36.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.831315+0000 mon.smithi067 (mon.0) 720 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:55:36.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.831585+0000 mon.smithi067 (mon.0) 721 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.831889+0000 mon.smithi067 (mon.0) 722 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.832189+0000 mon.smithi067 (mon.0) 723 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.832548+0000 mon.smithi067 (mon.0) 724 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.832827+0000 mon.smithi067 (mon.0) 725 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.833159+0000 mon.smithi067 (mon.0) 726 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.833532+0000 mon.smithi067 (mon.0) 727 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.833756+0000 mon.smithi067 (mon.0) 728 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.834194+0000 mon.smithi067 (mon.0) 729 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.834857+0000 mon.smithi067 (mon.0) 730 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.836397+0000 mon.smithi067 (mon.0) 731 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.836839+0000 mon.smithi067 (mon.0) 732 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.837270+0000 mon.smithi067 (mon.0) 733 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067"}]: dispatch 2024-09-10T18:55:36.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.837657+0000 mon.smithi067 (mon.0) 734 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.838014+0000 mon.smithi067 (mon.0) 735 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.838374+0000 mon.smithi067 (mon.0) 736 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.838726+0000 mon.smithi067 (mon.0) 737 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.839092+0000 mon.smithi067 (mon.0) 738 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.839457+0000 mon.smithi067 (mon.0) 739 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.839937+0000 mon.smithi067 (mon.0) 740 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.840306+0000 mon.smithi067 (mon.0) 741 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.840738+0000 mon.smithi067 (mon.0) 742 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.841103+0000 mon.smithi067 (mon.0) 743 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.ganesha-foo"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.841423+0000 mon.smithi067 (mon.0) 744 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.841741+0000 mon.smithi067 (mon.0) 745 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:55:36.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.842090+0000 mon.smithi067 (mon.0) 746 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.842454+0000 mon.smithi067 (mon.0) 747 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.842943+0000 mon.smithi067 (mon.0) 748 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.843348+0000 mon.smithi067 (mon.0) 749 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.843740+0000 mon.smithi067 (mon.0) 750 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.844131+0000 mon.smithi067 (mon.0) 751 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.844501+0000 mon.smithi067 (mon.0) 752 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.844941+0000 mon.smithi067 (mon.0) 753 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.845276+0000 mon.smithi067 (mon.0) 754 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:34.845577+0000 mon.smithi067 (mon.0) 755 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:34.847373+0000 mon.smithi067 (mon.0) 756 : cluster [INF] Manager daemon smithi067.mpnsbx is now available 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:35.027968+0000 mon.smithi067 (mon.0) 757 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:35.052600+0000 mon.smithi067 (mon.0) 758 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:55:36.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:35.308733+0000 mon.smithi067 (mon.0) 759 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:55:36.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:35.309843+0000 mon.smithi067 (mon.0) 760 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:55:36.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 23515 29.52 MB/sec warmup 24 sec latency 16.150 ms 2024-09-10T18:55:37.079 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:35.848695+0000 mon.smithi067 (mon.0) 761 : cluster [DBG] mgrmap e23: smithi067.mpnsbx(active, since 1.66334s), standbys: smithi172.viqcsa 2024-09-10T18:55:37.079 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:35.853714+0000 mgr.smithi067.mpnsbx (mgr.14556) 1 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:37.079 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:35.855179+0000 mgr.smithi067.mpnsbx (mgr.14556) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 190 MiB data, 568 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.079 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:35.860184+0000 mon.smithi067 (mon.0) 762 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:35.848695+0000 mon.smithi067 (mon.0) 761 : cluster [DBG] mgrmap e23: smithi067.mpnsbx(active, since 1.66334s), standbys: smithi172.viqcsa 2024-09-10T18:55:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:35.853714+0000 mgr.smithi067.mpnsbx (mgr.14556) 1 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:35.855179+0000 mgr.smithi067.mpnsbx (mgr.14556) 2 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 190 MiB data, 568 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:35.860184+0000 mon.smithi067 (mon.0) 762 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:37.351 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2024-09-10T18:55:37.352 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T18:55:37.352 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-09-10T18:55:37.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 24702 30.14 MB/sec warmup 25 sec latency 16.525 ms 2024-09-10T18:55:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:36.830153+0000 mgr.smithi067.mpnsbx (mgr.14556) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 190 MiB data, 568 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:36.867523+0000 mon.smithi067 (mon.0) 763 : cluster [DBG] mgrmap e24: smithi067.mpnsbx(active, since 2s), standbys: smithi172.viqcsa 2024-09-10T18:55:38.117 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:36.830153+0000 mgr.smithi067.mpnsbx (mgr.14556) 3 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 190 MiB data, 568 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:38.117 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:36.867523+0000 mon.smithi067 (mon.0) 763 : cluster [DBG] mgrmap e24: smithi067.mpnsbx(active, since 2s), standbys: smithi172.viqcsa 2024-09-10T18:55:38.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 25577 29.83 MB/sec warmup 26 sec latency 15.766 ms 2024-09-10T18:55:39.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:38.481283+0000 mon.smithi067 (mon.0) 764 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:38.481960+0000 mgr.smithi067.mpnsbx (mgr.14556) 4 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:55:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:38.830542+0000 mgr.smithi067.mpnsbx (mgr.14556) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 190 MiB data, 568 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:38.481283+0000 mon.smithi067 (mon.0) 764 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:39.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:38.481960+0000 mgr.smithi067.mpnsbx (mgr.14556) 4 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:55:39.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:38.830542+0000 mgr.smithi067.mpnsbx (mgr.14556) 5 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 190 MiB data, 568 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 26437 29.63 MB/sec warmup 27 sec latency 25.354 ms 2024-09-10T18:55:40.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 27650 29.47 MB/sec warmup 28 sec latency 26.801 ms 2024-09-10T18:55:41.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 28709 29.95 MB/sec warmup 29 sec latency 18.456 ms 2024-09-10T18:55:42.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:40.830982+0000 mgr.smithi067.mpnsbx (mgr.14556) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 190 MiB data, 568 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:42.168 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T18:55:42.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:40.830982+0000 mgr.smithi067.mpnsbx (mgr.14556) 6 : cluster [DBG] pgmap v6: 97 pgs: 97 active+clean; 190 MiB data, 568 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:42.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 29505 29.27 MB/sec warmup 30 sec latency 29.572 ms 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (4m) 25s ago 5m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (5m) 25s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e7697d31bf2 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (5m) 4s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 742deb428324 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (4m) 25s ago 5m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (53s) 25s ago 52s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5c565194a737 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (50s) 4s ago 50s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f4e7dc26da1e 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (7m) 25s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7aeceb75d19a 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (5m) 4s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f0bd7bdcee3a 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (7m) 25s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b434571614a7 2024-09-10T18:55:42.974 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (5m) 4s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79636556ad18 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.ganesha-foo.smithi067 smithi067 running (39s) 25s ago 38s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ca7fbbb59b3b 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.ganesha-foo.smithi172 smithi172 running (34s) 4s ago 33s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 f4e212b4ca7c 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (5m) 25s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (5m) 4s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (5m) 25s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b373bb5aadbe 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (4m) 25s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 632807555ef8 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (4m) 25s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3727cd23c4a 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (3m) 25s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bebe06d4d9c2 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (3m) 4s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9c76e8b22af5 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (3m) 4s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d07b1283c569 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (2m) 4s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b30fad414f6e 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (2m) 4s ago 2m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f407ed9e138 2024-09-10T18:55:42.975 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (4m) 25s ago 4m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 fa958950966d 2024-09-10T18:55:43.438 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T18:55:43.439 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-09-10T18:55:43.440 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T18:55:43.440 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:55:43.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 30633 29.07 MB/sec warmup 31 sec latency 31.532 ms 2024-09-10T18:55:43.871 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:55:43.871 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:55:43.871 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T18:55:43.871 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T18:55:43.871 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "" 2024-09-10T18:55:43.871 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:55:44.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:42.152354+0000 mgr.smithi067.mpnsbx (mgr.14556) 7 : audit [DBG] from='client.24421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:44.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:42.543995+0000 mgr.smithi067.mpnsbx (mgr.14556) 8 : audit [DBG] from='client.24425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:44.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:42.831675+0000 mgr.smithi067.mpnsbx (mgr.14556) 9 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 196 MiB data, 575 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.00k op/s 2024-09-10T18:55:44.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:42.952251+0000 mgr.smithi067.mpnsbx (mgr.14556) 10 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:44.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:43.437701+0000 mon.smithi067 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.67:0/3133805872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:44.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:42.152354+0000 mgr.smithi067.mpnsbx (mgr.14556) 7 : audit [DBG] from='client.24421 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:44.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:42.543995+0000 mgr.smithi067.mpnsbx (mgr.14556) 8 : audit [DBG] from='client.24425 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:44.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:42.831675+0000 mgr.smithi067.mpnsbx (mgr.14556) 9 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 196 MiB data, 575 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.00k op/s 2024-09-10T18:55:44.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:42.952251+0000 mgr.smithi067.mpnsbx (mgr.14556) 10 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:44.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:43.437701+0000 mon.smithi067 (mon.0) 765 : audit [DBG] from='client.? 172.21.15.67:0/3133805872' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:55:44.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 31581 29.29 MB/sec warmup 32 sec latency 27.329 ms 2024-09-10T18:55:45.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:43.869571+0000 mgr.smithi067.mpnsbx (mgr.14556) 11 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:45.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:43.985269+0000 mon.smithi067 (mon.0) 766 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:45.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:43.985991+0000 mgr.smithi067.mpnsbx (mgr.14556) 12 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:55:45.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:44.423277+0000 mon.smithi067 (mon.0) 767 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:45.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:44.426615+0000 mon.smithi067 (mon.0) 768 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:45.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:55:44.428110+0000 mon.smithi067 (mon.0) 769 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:43.869571+0000 mgr.smithi067.mpnsbx (mgr.14556) 11 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:55:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:43.985269+0000 mon.smithi067 (mon.0) 766 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:43.985991+0000 mgr.smithi067.mpnsbx (mgr.14556) 12 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:55:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:44.423277+0000 mon.smithi067 (mon.0) 767 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:55:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:44.426615+0000 mon.smithi067 (mon.0) 768 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:55:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:55:44.428110+0000 mon.smithi067 (mon.0) 769 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:55:45.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 32419 29.26 MB/sec warmup 33 sec latency 58.428 ms 2024-09-10T18:55:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:44.427489+0000 mgr.smithi067.mpnsbx (mgr.14556) 13 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:44.428558+0000 mgr.smithi067.mpnsbx (mgr.14556) 14 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:55:44.432130+0000 mgr.smithi067.mpnsbx (mgr.14556) 15 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:44.834189+0000 mgr.smithi067.mpnsbx (mgr.14556) 16 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 196 MiB data, 575 MiB used, 707 GiB / 715 GiB avail; 12 KiB/s rd, 7.8 MiB/s wr, 779 op/s 2024-09-10T18:55:46.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:44.427489+0000 mgr.smithi067.mpnsbx (mgr.14556) 13 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:55:46.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:44.428558+0000 mgr.smithi067.mpnsbx (mgr.14556) 14 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:55:46.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:55:44.432130+0000 mgr.smithi067.mpnsbx (mgr.14556) 15 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:55:46.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:44.834189+0000 mgr.smithi067.mpnsbx (mgr.14556) 16 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 196 MiB data, 575 MiB used, 707 GiB / 715 GiB avail; 12 KiB/s rd, 7.8 MiB/s wr, 779 op/s 2024-09-10T18:55:46.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 33107 28.69 MB/sec warmup 34 sec latency 53.708 ms 2024-09-10T18:55:47.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 33994 28.39 MB/sec warmup 35 sec latency 27.585 ms 2024-09-10T18:55:48.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:46.834819+0000 mgr.smithi067.mpnsbx (mgr.14556) 17 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 218 MiB data, 649 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-09-10T18:55:48.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:46.834819+0000 mgr.smithi067.mpnsbx (mgr.14556) 17 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 218 MiB data, 649 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.22k op/s 2024-09-10T18:55:48.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 35080 28.64 MB/sec warmup 36 sec latency 18.447 ms 2024-09-10T18:55:49.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:48.835257+0000 mgr.smithi067.mpnsbx (mgr.14556) 18 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 218 MiB data, 649 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-09-10T18:55:49.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:48.835257+0000 mgr.smithi067.mpnsbx (mgr.14556) 18 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 218 MiB data, 649 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-09-10T18:55:49.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 35926 28.68 MB/sec warmup 37 sec latency 19.939 ms 2024-09-10T18:55:50.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 36647 28.17 MB/sec warmup 38 sec latency 21.489 ms 2024-09-10T18:55:51.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 37689 27.99 MB/sec warmup 39 sec latency 22.831 ms 2024-09-10T18:55:52.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:50.835573+0000 mgr.smithi067.mpnsbx (mgr.14556) 19 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 218 MiB data, 649 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-09-10T18:55:52.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:50.835573+0000 mgr.smithi067.mpnsbx (mgr.14556) 19 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 218 MiB data, 649 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.11k op/s 2024-09-10T18:55:52.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 38503 28.07 MB/sec warmup 40 sec latency 27.826 ms 2024-09-10T18:55:53.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 39330 28.18 MB/sec warmup 41 sec latency 40.398 ms 2024-09-10T18:55:54.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:52.836121+0000 mgr.smithi067.mpnsbx (mgr.14556) 20 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 231 MiB data, 692 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 17 MiB/s wr, 1.60k op/s 2024-09-10T18:55:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:52.836121+0000 mgr.smithi067.mpnsbx (mgr.14556) 20 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 231 MiB data, 692 MiB used, 707 GiB / 715 GiB avail; 24 KiB/s rd, 17 MiB/s wr, 1.60k op/s 2024-09-10T18:55:54.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 39984 27.65 MB/sec warmup 42 sec latency 16.382 ms 2024-09-10T18:55:55.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 40827 27.52 MB/sec warmup 43 sec latency 28.668 ms 2024-09-10T18:55:56.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:54.836508+0000 mgr.smithi067.mpnsbx (mgr.14556) 21 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 231 MiB data, 692 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-09-10T18:55:56.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:54.836508+0000 mgr.smithi067.mpnsbx (mgr.14556) 21 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 231 MiB data, 692 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.02k op/s 2024-09-10T18:55:56.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 41680 27.29 MB/sec warmup 44 sec latency 22.284 ms 2024-09-10T18:55:57.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 42588 27.60 MB/sec warmup 45 sec latency 33.458 ms 2024-09-10T18:55:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:56.837478+0000 mgr.smithi067.mpnsbx (mgr.14556) 22 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 232 MiB data, 705 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-09-10T18:55:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:56.837478+0000 mgr.smithi067.mpnsbx (mgr.14556) 22 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 232 MiB data, 705 MiB used, 707 GiB / 715 GiB avail; 22 KiB/s rd, 16 MiB/s wr, 1.49k op/s 2024-09-10T18:55:58.830 INFO:teuthology.orchestra.run.smithi067.stdout: 5 43073 27.23 MB/sec warmup 46 sec latency 24.861 ms 2024-09-10T18:55:59.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:55:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:55:58.837874+0000 mgr.smithi067.mpnsbx (mgr.14556) 23 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 232 MiB data, 705 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 958 op/s 2024-09-10T18:55:59.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:55:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:55:58.837874+0000 mgr.smithi067.mpnsbx (mgr.14556) 23 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 232 MiB data, 705 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 958 op/s 2024-09-10T18:55:59.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 43819 26.92 MB/sec warmup 47 sec latency 20.514 ms 2024-09-10T18:56:00.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 44965 26.81 MB/sec warmup 48 sec latency 28.935 ms 2024-09-10T18:56:01.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 46093 27.24 MB/sec warmup 49 sec latency 15.911 ms 2024-09-10T18:56:02.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:00.838254+0000 mgr.smithi067.mpnsbx (mgr.14556) 24 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 232 MiB data, 705 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 958 op/s 2024-09-10T18:56:02.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:00.838254+0000 mgr.smithi067.mpnsbx (mgr.14556) 24 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 232 MiB data, 705 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 958 op/s 2024-09-10T18:56:02.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 46668 26.97 MB/sec warmup 50 sec latency 19.309 ms 2024-09-10T18:56:03.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 47395 26.69 MB/sec warmup 51 sec latency 30.054 ms 2024-09-10T18:56:04.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:02.838953+0000 mgr.smithi067.mpnsbx (mgr.14556) 25 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 245 MiB data, 749 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.42k op/s 2024-09-10T18:56:04.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:02.838953+0000 mgr.smithi067.mpnsbx (mgr.14556) 25 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 245 MiB data, 749 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 14 MiB/s wr, 1.42k op/s 2024-09-10T18:56:04.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 48392 26.51 MB/sec warmup 52 sec latency 35.807 ms 2024-09-10T18:56:05.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 49508 26.83 MB/sec warmup 53 sec latency 16.179 ms 2024-09-10T18:56:06.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:04.839347+0000 mgr.smithi067.mpnsbx (mgr.14556) 26 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 245 MiB data, 749 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 927 op/s 2024-09-10T18:56:06.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:04.839347+0000 mgr.smithi067.mpnsbx (mgr.14556) 26 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 245 MiB data, 749 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.3 MiB/s wr, 927 op/s 2024-09-10T18:56:06.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 50199 26.74 MB/sec warmup 54 sec latency 20.798 ms 2024-09-10T18:56:07.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 50931 26.49 MB/sec warmup 55 sec latency 24.770 ms 2024-09-10T18:56:08.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:06.840004+0000 mgr.smithi067.mpnsbx (mgr.14556) 27 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 269 MiB data, 784 MiB used, 706 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2024-09-10T18:56:08.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:06.840004+0000 mgr.smithi067.mpnsbx (mgr.14556) 27 : cluster [DBG] pgmap v19: 97 pgs: 97 active+clean; 269 MiB data, 784 MiB used, 706 GiB / 715 GiB avail; 20 KiB/s rd, 15 MiB/s wr, 1.43k op/s 2024-09-10T18:56:08.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 52022 26.36 MB/sec warmup 56 sec latency 22.533 ms 2024-09-10T18:56:09.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:08.840436+0000 mgr.smithi067.mpnsbx (mgr.14556) 28 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 269 MiB data, 784 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 965 op/s 2024-09-10T18:56:09.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:08.840436+0000 mgr.smithi067.mpnsbx (mgr.14556) 28 : cluster [DBG] pgmap v20: 97 pgs: 97 active+clean; 269 MiB data, 784 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 965 op/s 2024-09-10T18:56:09.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 52860 26.53 MB/sec warmup 57 sec latency 18.063 ms 2024-09-10T18:56:10.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 53583 26.52 MB/sec warmup 58 sec latency 21.645 ms 2024-09-10T18:56:11.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 54244 26.22 MB/sec warmup 59 sec latency 20.691 ms 2024-09-10T18:56:12.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:10.840814+0000 mgr.smithi067.mpnsbx (mgr.14556) 29 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 269 MiB data, 784 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 965 op/s 2024-09-10T18:56:12.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:10.840814+0000 mgr.smithi067.mpnsbx (mgr.14556) 29 : cluster [DBG] pgmap v21: 97 pgs: 97 active+clean; 269 MiB data, 784 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 965 op/s 2024-09-10T18:56:12.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 55149 26.12 MB/sec warmup 60 sec latency 25.026 ms 2024-09-10T18:56:13.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 55896 25.96 MB/sec warmup 61 sec latency 23.587 ms 2024-09-10T18:56:14.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:12.841463+0000 mgr.smithi067.mpnsbx (mgr.14556) 30 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 282 MiB data, 847 MiB used, 706 GiB / 715 GiB avail; 19 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-09-10T18:56:14.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:12.841463+0000 mgr.smithi067.mpnsbx (mgr.14556) 30 : cluster [DBG] pgmap v22: 97 pgs: 97 active+clean; 282 MiB data, 847 MiB used, 706 GiB / 715 GiB avail; 19 KiB/s rd, 16 MiB/s wr, 1.43k op/s 2024-09-10T18:56:14.287 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T18:56:14.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 56863 26.26 MB/sec warmup 62 sec latency 23.079 ms 2024-09-10T18:56:15.213 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:56:15.213 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (4m) 31s ago 6m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:56:15.213 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (6m) 31s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e7697d31bf2 2024-09-10T18:56:15.213 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (6m) 36s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 742deb428324 2024-09-10T18:56:15.213 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (4m) 31s ago 6m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:56:15.213 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (85s) 31s ago 84s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5c565194a737 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (82s) 36s ago 82s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f4e7dc26da1e 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (7m) 31s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7aeceb75d19a 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (6m) 36s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f0bd7bdcee3a 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (7m) 31s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b434571614a7 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (6m) 36s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79636556ad18 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.ganesha-foo.smithi067 smithi067 running (71s) 31s ago 70s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ca7fbbb59b3b 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.ganesha-foo.smithi172 smithi172 running (66s) 36s ago 66s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 f4e212b4ca7c 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (5m) 31s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (5m) 36s ago 5m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (5m) 31s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b373bb5aadbe 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (5m) 31s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 632807555ef8 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (4m) 31s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3727cd23c4a 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (4m) 31s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bebe06d4d9c2 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (4m) 36s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9c76e8b22af5 2024-09-10T18:56:15.214 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (3m) 36s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d07b1283c569 2024-09-10T18:56:15.215 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (3m) 36s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b30fad414f6e 2024-09-10T18:56:15.215 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (3m) 36s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f407ed9e138 2024-09-10T18:56:15.215 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (5m) 31s ago 5m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 fa958950966d 2024-09-10T18:56:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:14.063500+0000 mon.smithi067 (mon.0) 770 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:56:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:56:14.063838+0000 mgr.smithi067.mpnsbx (mgr.14556) 31 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 with id 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 2024-09-10T18:56:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:14.064157+0000 mon.smithi067 (mon.0) 771 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:56:14.064984+0000 mgr.smithi067.mpnsbx (mgr.14556) 32 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-09-10T18:56:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:56:14.065250+0000 mgr.smithi067.mpnsbx (mgr.14556) 33 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi067.mpnsbx) 2024-09-10T18:56:15.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:14.063500+0000 mon.smithi067 (mon.0) 770 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:56:15.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:56:14.063838+0000 mgr.smithi067.mpnsbx (mgr.14556) 31 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 with id 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 2024-09-10T18:56:15.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:14.064157+0000 mon.smithi067 (mon.0) 771 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:56:15.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:56:14.064984+0000 mgr.smithi067.mpnsbx (mgr.14556) 32 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-09-10T18:56:15.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:56:14.065250+0000 mgr.smithi067.mpnsbx (mgr.14556) 33 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi067.mpnsbx) 2024-09-10T18:56:15.693 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:56:15.694 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:56:15.695 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T18:56:15.695 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-09-10T18:56:15.695 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T18:56:15.695 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:56:15.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 57460 25.98 MB/sec warmup 63 sec latency 23.625 ms 2024-09-10T18:56:16.165 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:56:16.165 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:56:16.165 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T18:56:16.165 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T18:56:16.165 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "" 2024-09-10T18:56:16.165 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:56:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:14.267645+0000 mgr.smithi067.mpnsbx (mgr.14556) 34 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:56:14.395445+0000 mgr.smithi067.mpnsbx (mgr.14556) 35 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 on smithi172 2024-09-10T18:56:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:14.735733+0000 mgr.smithi067.mpnsbx (mgr.14556) 36 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:14.841850+0000 mgr.smithi067.mpnsbx (mgr.14556) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 282 MiB data, 847 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 966 op/s 2024-09-10T18:56:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:15.692852+0000 mon.smithi172 (mon.1) 27 : audit [DBG] from='client.? 172.21.15.67:0/3108218220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:14.267645+0000 mgr.smithi067.mpnsbx (mgr.14556) 34 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:56:14.395445+0000 mgr.smithi067.mpnsbx (mgr.14556) 35 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 on smithi172 2024-09-10T18:56:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:14.735733+0000 mgr.smithi067.mpnsbx (mgr.14556) 36 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:14.841850+0000 mgr.smithi067.mpnsbx (mgr.14556) 37 : cluster [DBG] pgmap v23: 97 pgs: 97 active+clean; 282 MiB data, 847 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 966 op/s 2024-09-10T18:56:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:15.692852+0000 mon.smithi172 (mon.1) 27 : audit [DBG] from='client.? 172.21.15.67:0/3108218220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:16.831 INFO:teuthology.orchestra.run.smithi067.stdout: 5 58147 25.76 MB/sec warmup 64 sec latency 32.643 ms 2024-09-10T18:56:17.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:15.196986+0000 mgr.smithi067.mpnsbx (mgr.14556) 38 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:17.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:15.196986+0000 mgr.smithi067.mpnsbx (mgr.14556) 38 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:17.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 58910 25.61 MB/sec warmup 65 sec latency 25.108 ms 2024-09-10T18:56:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:16.163068+0000 mgr.smithi067.mpnsbx (mgr.14556) 39 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:16.842519+0000 mgr.smithi067.mpnsbx (mgr.14556) 40 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 297 MiB data, 887 MiB used, 706 GiB / 715 GiB avail; 19 KiB/s rd, 15 MiB/s wr, 1.41k op/s 2024-09-10T18:56:18.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:16.163068+0000 mgr.smithi067.mpnsbx (mgr.14556) 39 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:18.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:16.842519+0000 mgr.smithi067.mpnsbx (mgr.14556) 40 : cluster [DBG] pgmap v24: 97 pgs: 97 active+clean; 297 MiB data, 887 MiB used, 706 GiB / 715 GiB avail; 19 KiB/s rd, 15 MiB/s wr, 1.41k op/s 2024-09-10T18:56:18.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 59339 25.39 MB/sec warmup 66 sec latency 31.630 ms 2024-09-10T18:56:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:18.842904+0000 mgr.smithi067.mpnsbx (mgr.14556) 41 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 297 MiB data, 887 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.6 MiB/s wr, 901 op/s 2024-09-10T18:56:19.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:18.842904+0000 mgr.smithi067.mpnsbx (mgr.14556) 41 : cluster [DBG] pgmap v25: 97 pgs: 97 active+clean; 297 MiB data, 887 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.6 MiB/s wr, 901 op/s 2024-09-10T18:56:19.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 59887 25.41 MB/sec warmup 67 sec latency 33.721 ms 2024-09-10T18:56:20.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 60630 25.43 MB/sec warmup 68 sec latency 36.779 ms 2024-09-10T18:56:21.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 61258 25.14 MB/sec warmup 69 sec latency 23.400 ms 2024-09-10T18:56:22.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:20.843288+0000 mgr.smithi067.mpnsbx (mgr.14556) 42 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 297 MiB data, 887 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.6 MiB/s wr, 901 op/s 2024-09-10T18:56:22.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:20.843288+0000 mgr.smithi067.mpnsbx (mgr.14556) 42 : cluster [DBG] pgmap v26: 97 pgs: 97 active+clean; 297 MiB data, 887 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.6 MiB/s wr, 901 op/s 2024-09-10T18:56:22.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 61957 25.10 MB/sec warmup 70 sec latency 52.560 ms 2024-09-10T18:56:23.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 62851 24.94 MB/sec warmup 71 sec latency 24.436 ms 2024-09-10T18:56:24.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:22.843970+0000 mgr.smithi067.mpnsbx (mgr.14556) 43 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 304 MiB data, 912 MiB used, 706 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.27k op/s 2024-09-10T18:56:24.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:22.843970+0000 mgr.smithi067.mpnsbx (mgr.14556) 43 : cluster [DBG] pgmap v27: 97 pgs: 97 active+clean; 304 MiB data, 912 MiB used, 706 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.27k op/s 2024-09-10T18:56:24.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 63719 25.08 MB/sec warmup 72 sec latency 21.648 ms 2024-09-10T18:56:25.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 64412 25.02 MB/sec warmup 73 sec latency 22.331 ms 2024-09-10T18:56:26.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:24.844343+0000 mgr.smithi067.mpnsbx (mgr.14556) 44 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 304 MiB data, 912 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 809 op/s 2024-09-10T18:56:26.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:24.844343+0000 mgr.smithi067.mpnsbx (mgr.14556) 44 : cluster [DBG] pgmap v28: 97 pgs: 97 active+clean; 304 MiB data, 912 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 809 op/s 2024-09-10T18:56:26.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 65015 24.81 MB/sec warmup 74 sec latency 78.588 ms 2024-09-10T18:56:27.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 65762 24.73 MB/sec warmup 75 sec latency 25.454 ms 2024-09-10T18:56:28.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:26.844845+0000 mgr.smithi067.mpnsbx (mgr.14556) 45 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 319 MiB data, 954 MiB used, 706 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.25k op/s 2024-09-10T18:56:28.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:26.844845+0000 mgr.smithi067.mpnsbx (mgr.14556) 45 : cluster [DBG] pgmap v29: 97 pgs: 97 active+clean; 319 MiB data, 954 MiB used, 706 GiB / 715 GiB avail; 18 KiB/s rd, 13 MiB/s wr, 1.25k op/s 2024-09-10T18:56:28.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 66503 24.61 MB/sec warmup 76 sec latency 22.721 ms 2024-09-10T18:56:29.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:28.845239+0000 mgr.smithi067.mpnsbx (mgr.14556) 46 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 319 MiB data, 954 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 814 op/s 2024-09-10T18:56:29.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:28.845239+0000 mgr.smithi067.mpnsbx (mgr.14556) 46 : cluster [DBG] pgmap v30: 97 pgs: 97 active+clean; 319 MiB data, 954 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 814 op/s 2024-09-10T18:56:29.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 67349 24.74 MB/sec warmup 77 sec latency 17.069 ms 2024-09-10T18:56:30.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 67830 24.63 MB/sec warmup 78 sec latency 91.488 ms 2024-09-10T18:56:31.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 68284 24.37 MB/sec warmup 79 sec latency 33.583 ms 2024-09-10T18:56:32.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:30.845551+0000 mgr.smithi067.mpnsbx (mgr.14556) 47 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 319 MiB data, 954 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 814 op/s 2024-09-10T18:56:32.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:30.845551+0000 mgr.smithi067.mpnsbx (mgr.14556) 47 : cluster [DBG] pgmap v31: 97 pgs: 97 active+clean; 319 MiB data, 954 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.4 MiB/s wr, 814 op/s 2024-09-10T18:56:32.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 68934 24.28 MB/sec warmup 80 sec latency 36.414 ms 2024-09-10T18:56:33.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 69819 24.19 MB/sec warmup 81 sec latency 20.270 ms 2024-09-10T18:56:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:32.846216+0000 mgr.smithi067.mpnsbx (mgr.14556) 48 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 328 MiB data, 987 MiB used, 706 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.26k op/s 2024-09-10T18:56:34.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:32.846216+0000 mgr.smithi067.mpnsbx (mgr.14556) 48 : cluster [DBG] pgmap v32: 97 pgs: 97 active+clean; 328 MiB data, 987 MiB used, 706 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.26k op/s 2024-09-10T18:56:34.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 70511 24.25 MB/sec warmup 82 sec latency 26.884 ms 2024-09-10T18:56:35.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 71195 24.25 MB/sec warmup 83 sec latency 39.817 ms 2024-09-10T18:56:36.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:34.846585+0000 mgr.smithi067.mpnsbx (mgr.14556) 49 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 328 MiB data, 987 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 893 op/s 2024-09-10T18:56:36.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:35.036819+0000 mon.smithi067 (mon.0) 772 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:36.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:35.056458+0000 mon.smithi067 (mon.0) 773 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:36.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:34.846585+0000 mgr.smithi067.mpnsbx (mgr.14556) 49 : cluster [DBG] pgmap v33: 97 pgs: 97 active+clean; 328 MiB data, 987 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 893 op/s 2024-09-10T18:56:36.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:35.036819+0000 mon.smithi067 (mon.0) 772 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:36.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:35.056458+0000 mon.smithi067 (mon.0) 773 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:36.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 71485 24.02 MB/sec warmup 84 sec latency 48.314 ms 2024-09-10T18:56:37.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 71787 23.77 MB/sec warmup 85 sec latency 62.501 ms 2024-09-10T18:56:38.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:36.847112+0000 mgr.smithi067.mpnsbx (mgr.14556) 50 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 333 MiB data, 1013 MiB used, 706 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.29k op/s 2024-09-10T18:56:38.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:36.847112+0000 mgr.smithi067.mpnsbx (mgr.14556) 50 : cluster [DBG] pgmap v34: 97 pgs: 97 active+clean; 333 MiB data, 1013 MiB used, 706 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.29k op/s 2024-09-10T18:56:38.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 72091 23.56 MB/sec warmup 86 sec latency 63.266 ms 2024-09-10T18:56:39.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:38.847440+0000 mgr.smithi067.mpnsbx (mgr.14556) 51 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 333 MiB data, 1013 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 848 op/s 2024-09-10T18:56:39.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:38.847440+0000 mgr.smithi067.mpnsbx (mgr.14556) 51 : cluster [DBG] pgmap v35: 97 pgs: 97 active+clean; 333 MiB data, 1013 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 848 op/s 2024-09-10T18:56:39.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 72692 23.50 MB/sec warmup 87 sec latency 32.374 ms 2024-09-10T18:56:40.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 73503 23.38 MB/sec warmup 88 sec latency 37.323 ms 2024-09-10T18:56:41.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 74238 23.46 MB/sec warmup 89 sec latency 22.881 ms 2024-09-10T18:56:42.224 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:40.847775+0000 mgr.smithi067.mpnsbx (mgr.14556) 52 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 333 MiB data, 1013 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 848 op/s 2024-09-10T18:56:42.224 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:41.783921+0000 mon.smithi067 (mon.0) 774 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:56:42.224 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:41.784892+0000 mon.smithi067 (mon.0) 775 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mgr.smithi172.viqcsa"}]: dispatch 2024-09-10T18:56:42.224 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:41.785876+0000 mon.smithi067 (mon.0) 776 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:42.224 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:41.787902+0000 mon.smithi067 (mon.0) 777 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mgr.smithi172.viqcsa", "key": "container_image"}]: dispatch 2024-09-10T18:56:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:40.847775+0000 mgr.smithi067.mpnsbx (mgr.14556) 52 : cluster [DBG] pgmap v36: 97 pgs: 97 active+clean; 333 MiB data, 1013 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 848 op/s 2024-09-10T18:56:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:41.783921+0000 mon.smithi067 (mon.0) 774 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:56:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:41.784892+0000 mon.smithi067 (mon.0) 775 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mgr.smithi172.viqcsa"}]: dispatch 2024-09-10T18:56:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:41.785876+0000 mon.smithi067 (mon.0) 776 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:41.787902+0000 mon.smithi067 (mon.0) 777 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mgr.smithi172.viqcsa", "key": "container_image"}]: dispatch 2024-09-10T18:56:42.832 INFO:teuthology.orchestra.run.smithi067.stdout: 5 74930 23.47 MB/sec warmup 90 sec latency 47.903 ms 2024-09-10T18:56:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:56:41.778534+0000 mgr.smithi067.mpnsbx (mgr.14556) 53 : cephadm [INF] It is presumed safe to stop ['mgr.smithi172.viqcsa'] 2024-09-10T18:56:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:56:41.778620+0000 mgr.smithi067.mpnsbx (mgr.14556) 54 : cephadm [INF] Upgrade: It is presumed safe to stop ['mgr.smithi172.viqcsa'] 2024-09-10T18:56:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:56:41.778697+0000 mgr.smithi067.mpnsbx (mgr.14556) 55 : cephadm [INF] Upgrade: Redeploying mgr.smithi172.viqcsa 2024-09-10T18:56:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:56:41.786613+0000 mgr.smithi067.mpnsbx (mgr.14556) 56 : cephadm [INF] Deploying daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T18:56:43.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:56:41.778534+0000 mgr.smithi067.mpnsbx (mgr.14556) 53 : cephadm [INF] It is presumed safe to stop ['mgr.smithi172.viqcsa'] 2024-09-10T18:56:43.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:56:41.778620+0000 mgr.smithi067.mpnsbx (mgr.14556) 54 : cephadm [INF] Upgrade: It is presumed safe to stop ['mgr.smithi172.viqcsa'] 2024-09-10T18:56:43.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:56:41.778697+0000 mgr.smithi067.mpnsbx (mgr.14556) 55 : cephadm [INF] Upgrade: Redeploying mgr.smithi172.viqcsa 2024-09-10T18:56:43.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:56:41.786613+0000 mgr.smithi067.mpnsbx (mgr.14556) 56 : cephadm [INF] Deploying daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T18:56:43.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 75650 23.31 MB/sec warmup 91 sec latency 32.929 ms 2024-09-10T18:56:44.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:42.848398+0000 mgr.smithi067.mpnsbx (mgr.14556) 57 : cluster [DBG] pgmap v37: 97 pgs: 97 active+clean; 320 MiB data, 982 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.14k op/s 2024-09-10T18:56:44.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:42.848398+0000 mgr.smithi067.mpnsbx (mgr.14556) 57 : cluster [DBG] pgmap v37: 97 pgs: 97 active+clean; 320 MiB data, 982 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.14k op/s 2024-09-10T18:56:44.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 76287 23.27 MB/sec warmup 92 sec latency 27.266 ms 2024-09-10T18:56:45.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 77006 23.13 MB/sec warmup 93 sec latency 29.438 ms 2024-09-10T18:56:46.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:44.848764+0000 mgr.smithi067.mpnsbx (mgr.14556) 58 : cluster [DBG] pgmap v38: 97 pgs: 97 active+clean; 320 MiB data, 982 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 690 op/s 2024-09-10T18:56:46.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:44.848764+0000 mgr.smithi067.mpnsbx (mgr.14556) 58 : cluster [DBG] pgmap v38: 97 pgs: 97 active+clean; 320 MiB data, 982 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 690 op/s 2024-09-10T18:56:46.501 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T18:56:46.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 77473 23.08 MB/sec warmup 94 sec latency 34.990 ms 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (5m) 63s ago 6m 0.20.0 docker.io/prom/alertmanager:v0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (6m) 63s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 6e7697d31bf2 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (6m) 68s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 742deb428324 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (5m) 63s ago 6m 6.7.4 docker.io/ceph/ceph-grafana:6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (117s) 63s ago 116s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 5c565194a737 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (114s) 68s ago 114s 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f4e7dc26da1e 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (8m) 63s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 7aeceb75d19a 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (6m) 68s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 f0bd7bdcee3a 2024-09-10T18:56:47.155 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (8m) 63s ago 8m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b434571614a7 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (7m) 68s ago 7m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 79636556ad18 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.ganesha-foo.smithi067 smithi067 running (103s) 63s ago 102s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 ca7fbbb59b3b 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.ganesha-foo.smithi172 smithi172 running (98s) 68s ago 98s 3.3 docker.io/ceph/ceph:v15 2cf504fded39 f4e212b4ca7c 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (6m) 63s ago 6m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (6m) 68s ago 6m 0.18.1 docker.io/prom/node-exporter:v0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (6m) 63s ago 6m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b373bb5aadbe 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (5m) 63s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 632807555ef8 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (5m) 63s ago 5m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d3727cd23c4a 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (4m) 63s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 bebe06d4d9c2 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (4m) 68s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 9c76e8b22af5 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (4m) 68s ago 4m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 d07b1283c569 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (3m) 68s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 b30fad414f6e 2024-09-10T18:56:47.156 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (3m) 68s ago 3m 15.2.13 docker.io/ceph/ceph:v15 2cf504fded39 1f407ed9e138 2024-09-10T18:56:47.157 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (5m) 63s ago 5m 2.18.1 docker.io/prom/prometheus:v2.18.1 de242295e225 fa958950966d 2024-09-10T18:56:47.513 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:56:47.514 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:56:47.515 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T18:56:47.515 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 14 2024-09-10T18:56:47.515 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T18:56:47.515 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:56:47.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 78101 23.12 MB/sec warmup 95 sec latency 25.425 ms 2024-09-10T18:56:47.833 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:56:47.833 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:56:47.833 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T18:56:47.833 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T18:56:47.834 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "" 2024-09-10T18:56:47.834 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:56:48.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:46.488241+0000 mgr.smithi067.mpnsbx (mgr.14556) 59 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:48.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:46.808283+0000 mgr.smithi067.mpnsbx (mgr.14556) 60 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:48.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:46.849252+0000 mgr.smithi067.mpnsbx (mgr.14556) 61 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 311 MiB data, 964 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-09-10T18:56:48.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:47.513161+0000 mon.smithi067 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.67:0/3856719500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:48.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:46.488241+0000 mgr.smithi067.mpnsbx (mgr.14556) 59 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:48.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:46.808283+0000 mgr.smithi067.mpnsbx (mgr.14556) 60 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:48.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:46.849252+0000 mgr.smithi067.mpnsbx (mgr.14556) 61 : cluster [DBG] pgmap v39: 97 pgs: 97 active+clean; 311 MiB data, 964 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2024-09-10T18:56:48.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:47.513161+0000 mon.smithi067 (mon.0) 778 : audit [DBG] from='client.? 172.21.15.67:0/3856719500' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:48.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 78493 23.00 MB/sec warmup 96 sec latency 35.485 ms 2024-09-10T18:56:49.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:47.142055+0000 mgr.smithi067.mpnsbx (mgr.14556) 62 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:47.832714+0000 mgr.smithi067.mpnsbx (mgr.14556) 63 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:49.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:47.142055+0000 mgr.smithi067.mpnsbx (mgr.14556) 62 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:49.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:47.832714+0000 mgr.smithi067.mpnsbx (mgr.14556) 63 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:49.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 79184 22.86 MB/sec warmup 97 sec latency 31.615 ms 2024-09-10T18:56:50.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:48.849538+0000 mgr.smithi067.mpnsbx (mgr.14556) 64 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 311 MiB data, 964 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 706 op/s 2024-09-10T18:56:50.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:48.849538+0000 mgr.smithi067.mpnsbx (mgr.14556) 64 : cluster [DBG] pgmap v40: 97 pgs: 97 active+clean; 311 MiB data, 964 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 706 op/s 2024-09-10T18:56:50.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 79840 22.82 MB/sec warmup 98 sec latency 26.212 ms 2024-09-10T18:56:51.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 80552 22.71 MB/sec warmup 99 sec latency 29.118 ms 2024-09-10T18:56:52.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:50.849833+0000 mgr.smithi067.mpnsbx (mgr.14556) 65 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 311 MiB data, 964 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 706 op/s 2024-09-10T18:56:52.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:50.849833+0000 mgr.smithi067.mpnsbx (mgr.14556) 65 : cluster [DBG] pgmap v41: 97 pgs: 97 active+clean; 311 MiB data, 964 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 706 op/s 2024-09-10T18:56:52.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 81086 22.72 MB/sec warmup 100 sec latency 22.594 ms 2024-09-10T18:56:53.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 81933 22.79 MB/sec warmup 101 sec latency 21.611 ms 2024-09-10T18:56:54.178 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:52.850388+0000 mgr.smithi067.mpnsbx (mgr.14556) 66 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 304 MiB data, 967 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-09-10T18:56:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:52.850388+0000 mgr.smithi067.mpnsbx (mgr.14556) 66 : cluster [DBG] pgmap v42: 97 pgs: 97 active+clean; 304 MiB data, 967 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-09-10T18:56:54.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 82701 22.67 MB/sec warmup 102 sec latency 25.750 ms 2024-09-10T18:56:55.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 83480 22.65 MB/sec warmup 103 sec latency 41.246 ms 2024-09-10T18:56:56.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:54.850715+0000 mgr.smithi067.mpnsbx (mgr.14556) 67 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 304 MiB data, 967 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 7.9 MiB/s wr, 771 op/s 2024-09-10T18:56:56.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:55.739646+0000 mon.smithi067 (mon.0) 779 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:56:56.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:56:55.742110+0000 mon.smithi067 (mon.0) 780 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:56:56.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:54.850715+0000 mgr.smithi067.mpnsbx (mgr.14556) 67 : cluster [DBG] pgmap v43: 97 pgs: 97 active+clean; 304 MiB data, 967 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 7.9 MiB/s wr, 771 op/s 2024-09-10T18:56:56.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:55.739646+0000 mon.smithi067 (mon.0) 779 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:56:56.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:56:55.742110+0000 mon.smithi067 (mon.0) 780 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:56:56.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 84271 22.58 MB/sec warmup 104 sec latency 26.205 ms 2024-09-10T18:56:57.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:56:55.741616+0000 mgr.smithi067.mpnsbx (mgr.14556) 68 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:56:57.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:56:55.741616+0000 mgr.smithi067.mpnsbx (mgr.14556) 68 : cephadm [INF] refreshing smithi067 facts 2024-09-10T18:56:57.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 85006 22.65 MB/sec warmup 105 sec latency 34.592 ms 2024-09-10T18:56:57.985 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:56.851361+0000 mgr.smithi067.mpnsbx (mgr.14556) 69 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 308 MiB data, 958 MiB used, 706 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-09-10T18:56:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:56.851361+0000 mgr.smithi067.mpnsbx (mgr.14556) 69 : cluster [DBG] pgmap v44: 97 pgs: 97 active+clean; 308 MiB data, 958 MiB used, 706 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2024-09-10T18:56:58.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 85371 22.59 MB/sec warmup 106 sec latency 48.139 ms 2024-09-10T18:56:59.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:56:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:56:58.851696+0000 mgr.smithi067.mpnsbx (mgr.14556) 70 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 308 MiB data, 958 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 778 op/s 2024-09-10T18:56:59.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:56:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:56:58.851696+0000 mgr.smithi067.mpnsbx (mgr.14556) 70 : cluster [DBG] pgmap v45: 97 pgs: 97 active+clean; 308 MiB data, 958 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 778 op/s 2024-09-10T18:56:59.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 85583 22.42 MB/sec warmup 107 sec latency 51.363 ms 2024-09-10T18:57:00.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 85806 22.24 MB/sec warmup 108 sec latency 56.178 ms 2024-09-10T18:57:01.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 86366 22.11 MB/sec warmup 109 sec latency 41.584 ms 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:00.535594+0000 mon.smithi067 (mon.0) 781 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:00.536128+0000 mgr.smithi067.mpnsbx (mgr.14556) 71 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:00.852038+0000 mgr.smithi067.mpnsbx (mgr.14556) 72 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 308 MiB data, 958 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 778 op/s 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:00.912582+0000 mon.smithi067 (mon.0) 782 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:00.914721+0000 mon.smithi067 (mon.0) 783 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:00.915437+0000 mgr.smithi067.mpnsbx (mgr.14556) 73 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:00.916115+0000 mon.smithi067 (mon.0) 784 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:00.916738+0000 mgr.smithi067.mpnsbx (mgr.14556) 74 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:00.920182+0000 mgr.smithi067.mpnsbx (mgr.14556) 75 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 with id 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 2024-09-10T18:57:01.918 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:00.920539+0000 mon.smithi067 (mon.0) 785 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:01.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:00.921477+0000 mgr.smithi067.mpnsbx (mgr.14556) 76 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-09-10T18:57:01.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:00.921562+0000 mgr.smithi067.mpnsbx (mgr.14556) 77 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi067.mpnsbx) 2024-09-10T18:57:01.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:00.923935+0000 mgr.smithi067.mpnsbx (mgr.14556) 78 : cephadm [INF] Failing over to other MGR 2024-09-10T18:57:01.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:00.924272+0000 mon.smithi067 (mon.0) 786 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr fail", "who": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:57:01.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:00.930101+0000 mon.smithi067 (mon.0) 787 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:57:01.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:00.930696+0000 mon.smithi067 (mon.0) 788 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:57:01.919 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:00.931421+0000 mon.smithi067 (mon.0) 789 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:00.535594+0000 mon.smithi067 (mon.0) 781 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:00.536128+0000 mgr.smithi067.mpnsbx (mgr.14556) 71 : cephadm [INF] refreshing smithi172 facts 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:00.852038+0000 mgr.smithi067.mpnsbx (mgr.14556) 72 : cluster [DBG] pgmap v46: 97 pgs: 97 active+clean; 308 MiB data, 958 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.0 MiB/s wr, 778 op/s 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:00.912582+0000 mon.smithi067 (mon.0) 782 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:00.914721+0000 mon.smithi067 (mon.0) 783 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:00.915437+0000 mgr.smithi067.mpnsbx (mgr.14556) 73 : cephadm [INF] deploying 1 monitor(s) instead of 2 so monitors may achieve consensus 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:00.916115+0000 mon.smithi067 (mon.0) 784 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon ok-to-stop", "ids": ["smithi172"]}]: dispatch 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:00.916738+0000 mgr.smithi067.mpnsbx (mgr.14556) 74 : cephadm [ERR] It is NOT safe to stop ['mon.smithi172']: not enough monitors would be available (smithi067) after stopping mons [smithi172] 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:00.920182+0000 mgr.smithi067.mpnsbx (mgr.14556) 75 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 with id 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:00.920539+0000 mon.smithi067 (mon.0) 785 : audit [DBG] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:01.952 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:00.921477+0000 mgr.smithi067.mpnsbx (mgr.14556) 76 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-09-10T18:57:01.953 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:00.921562+0000 mgr.smithi067.mpnsbx (mgr.14556) 77 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi067.mpnsbx) 2024-09-10T18:57:01.953 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:00.923935+0000 mgr.smithi067.mpnsbx (mgr.14556) 78 : cephadm [INF] Failing over to other MGR 2024-09-10T18:57:01.953 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:00.924272+0000 mon.smithi067 (mon.0) 786 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr fail", "who": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:57:01.953 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:00.930101+0000 mon.smithi067 (mon.0) 787 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:57:01.953 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:00.930696+0000 mon.smithi067 (mon.0) 788 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:57:01.953 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:00.931421+0000 mon.smithi067 (mon.0) 789 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:57:02.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 86989 22.08 MB/sec warmup 110 sec latency 30.801 ms 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:01.636161+0000 mon.smithi067 (mon.0) 790 : cluster [INF] Active manager daemon smithi172.viqcsa restarted 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:01.636718+0000 mon.smithi067 (mon.0) 791 : cluster [INF] Activating manager daemon smithi172.viqcsa 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:01.640657+0000 mon.smithi172 (mon.1) 28 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:01.642123+0000 mon.smithi172 (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:01.642150+0000 mon.smithi067 (mon.0) 792 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:01.642203+0000 mon.smithi067 (mon.0) 793 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:01.644475+0000 mon.smithi172 (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:01.644871+0000 mon.smithi172 (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:01.918202+0000 mon.smithi067 (mon.0) 794 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "mgr fail", "who": "smithi067.mpnsbx"}]': finished 2024-09-10T18:57:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:01.918321+0000 mon.smithi067 (mon.0) 795 : cluster [DBG] mgrmap e25: smithi172.viqcsa(active, starting, since 0.281792s) 2024-09-10T18:57:03.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:01.636161+0000 mon.smithi067 (mon.0) 790 : cluster [INF] Active manager daemon smithi172.viqcsa restarted 2024-09-10T18:57:03.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:01.636718+0000 mon.smithi067 (mon.0) 791 : cluster [INF] Activating manager daemon smithi172.viqcsa 2024-09-10T18:57:03.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:01.640657+0000 mon.smithi172 (mon.1) 28 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T18:57:03.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:01.642123+0000 mon.smithi172 (mon.1) 29 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:57:03.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:01.642150+0000 mon.smithi067 (mon.0) 792 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:57:03.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:01.642203+0000 mon.smithi067 (mon.0) 793 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:57:03.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:01.644475+0000 mon.smithi172 (mon.1) 30 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T18:57:03.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:01.644871+0000 mon.smithi172 (mon.1) 31 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:57:03.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:01.918202+0000 mon.smithi067 (mon.0) 794 : audit [INF] from='mgr.14556 172.21.15.67:0/2924490874' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "mgr fail", "who": "smithi067.mpnsbx"}]': finished 2024-09-10T18:57:03.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:01.918321+0000 mon.smithi067 (mon.0) 795 : cluster [DBG] mgrmap e25: smithi172.viqcsa(active, starting, since 0.281792s) 2024-09-10T18:57:03.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 87623 21.97 MB/sec warmup 111 sec latency 43.712 ms 2024-09-10T18:57:04.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 88037 21.90 MB/sec warmup 112 sec latency 28.702 ms 2024-09-10T18:57:05.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 88589 21.90 MB/sec warmup 113 sec latency 30.121 ms 2024-09-10T18:57:06.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 89219 21.89 MB/sec warmup 114 sec latency 20.142 ms 2024-09-10T18:57:07.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 89781 21.77 MB/sec warmup 115 sec latency 26.240 ms 2024-09-10T18:57:08.257 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:07.780357+0000 mon.smithi067 (mon.0) 796 : cluster [DBG] Standby manager daemon smithi067.mpnsbx started 2024-09-10T18:57:08.257 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.782184+0000 mon.smithi067 (mon.0) 797 : audit [DBG] from='mgr.? 172.21.15.67:0/2855540795' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi067.mpnsbx/crt"}]: dispatch 2024-09-10T18:57:08.257 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.782848+0000 mon.smithi067 (mon.0) 798 : audit [DBG] from='mgr.? 172.21.15.67:0/2855540795' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:57:08.257 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.785915+0000 mon.smithi067 (mon.0) 799 : audit [DBG] from='mgr.? 172.21.15.67:0/2855540795' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi067.mpnsbx/key"}]: dispatch 2024-09-10T18:57:08.257 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.787264+0000 mon.smithi067 (mon.0) 800 : audit [DBG] from='mgr.? 172.21.15.67:0/2855540795' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:57:08.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:07.780357+0000 mon.smithi067 (mon.0) 796 : cluster [DBG] Standby manager daemon smithi067.mpnsbx started 2024-09-10T18:57:08.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.782184+0000 mon.smithi067 (mon.0) 797 : audit [DBG] from='mgr.? 172.21.15.67:0/2855540795' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi067.mpnsbx/crt"}]: dispatch 2024-09-10T18:57:08.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.782848+0000 mon.smithi067 (mon.0) 798 : audit [DBG] from='mgr.? 172.21.15.67:0/2855540795' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:57:08.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.785915+0000 mon.smithi067 (mon.0) 799 : audit [DBG] from='mgr.? 172.21.15.67:0/2855540795' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi067.mpnsbx/key"}]: dispatch 2024-09-10T18:57:08.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.787264+0000 mon.smithi067 (mon.0) 800 : audit [DBG] from='mgr.? 172.21.15.67:0/2855540795' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:57:08.833 INFO:teuthology.orchestra.run.smithi067.stdout: 5 90442 21.75 MB/sec warmup 116 sec latency 21.074 ms 2024-09-10T18:57:09.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.838905+0000 mon.smithi172 (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr metadata", "who": "smithi172.viqcsa", "id": "smithi172.viqcsa"}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.839054+0000 mon.smithi172 (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:07.841407+0000 mon.smithi067 (mon.0) 801 : cluster [DBG] mgrmap e26: smithi172.viqcsa(active, starting, since 6s), standbys: smithi067.mpnsbx 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.918814+0000 mon.smithi172 (mon.1) 34 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.919028+0000 mon.smithi172 (mon.1) 35 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.919854+0000 mon.smithi172 (mon.1) 36 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.920104+0000 mon.smithi172 (mon.1) 37 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.920783+0000 mon.smithi172 (mon.1) 38 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.921089+0000 mon.smithi172 (mon.1) 39 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.921349+0000 mon.smithi172 (mon.1) 40 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.921605+0000 mon.smithi172 (mon.1) 41 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:57:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.921863+0000 mon.smithi172 (mon.1) 42 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.922134+0000 mon.smithi172 (mon.1) 43 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.922401+0000 mon.smithi172 (mon.1) 44 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.922689+0000 mon.smithi172 (mon.1) 45 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.923099+0000 mon.smithi172 (mon.1) 46 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.923410+0000 mon.smithi172 (mon.1) 47 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.923892+0000 mon.smithi172 (mon.1) 48 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.924694+0000 mon.smithi172 (mon.1) 49 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.925560+0000 mon.smithi172 (mon.1) 50 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.925909+0000 mon.smithi172 (mon.1) 51 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.926289+0000 mon.smithi172 (mon.1) 52 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067"}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.926598+0000 mon.smithi172 (mon.1) 53 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172"}]: dispatch 2024-09-10T18:57:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.926858+0000 mon.smithi172 (mon.1) 54 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.927126+0000 mon.smithi172 (mon.1) 55 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.927357+0000 mon.smithi172 (mon.1) 56 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.927599+0000 mon.smithi172 (mon.1) 57 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.927805+0000 mon.smithi172 (mon.1) 58 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.928056+0000 mon.smithi172 (mon.1) 59 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.928342+0000 mon.smithi172 (mon.1) 60 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.928589+0000 mon.smithi172 (mon.1) 61 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.928780+0000 mon.smithi172 (mon.1) 62 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.ganesha-foo"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.928980+0000 mon.smithi172 (mon.1) 63 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.929175+0000 mon.smithi172 (mon.1) 64 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.929366+0000 mon.smithi172 (mon.1) 65 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.929627+0000 mon.smithi172 (mon.1) 66 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.929914+0000 mon.smithi172 (mon.1) 67 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:57:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.930201+0000 mon.smithi172 (mon.1) 68 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.930446+0000 mon.smithi172 (mon.1) 69 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.930712+0000 mon.smithi172 (mon.1) 70 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.931013+0000 mon.smithi172 (mon.1) 71 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.931301+0000 mon.smithi172 (mon.1) 72 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.931589+0000 mon.smithi172 (mon.1) 73 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.931942+0000 mon.smithi172 (mon.1) 74 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:07.932235+0000 mon.smithi172 (mon.1) 75 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:08.344679+0000 mon.smithi067 (mon.0) 802 : cluster [INF] Manager daemon smithi172.viqcsa is now available 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:08.352511+0000 mgr.smithi172.viqcsa (mgr.24479) 1 : cephadm [INF] inventory: adjusted host smithi067 addr 'smithi067' -> '172.21.15.67' 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.356837+0000 mon.smithi067 (mon.0) 803 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.368818+0000 mon.smithi067 (mon.0) 804 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:08.369506+0000 mgr.smithi172.viqcsa (mgr.24479) 2 : cephadm [INF] Queued nfs.ganesha-foo for migration 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.376060+0000 mon.smithi067 (mon.0) 805 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.379617+0000 mon.smithi172 (mon.1) 76 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:09.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.393736+0000 mon.smithi067 (mon.0) 806 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.405757+0000 mon.smithi172 (mon.1) 77 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.viqcsa/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:57:09.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.406582+0000 mon.smithi067 (mon.0) 807 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.viqcsa/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:57:09.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.414532+0000 mon.smithi067 (mon.0) 808 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.415217+0000 mon.smithi172 (mon.1) 78 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.viqcsa/trash_purge_schedule"}]: dispatch 2024-09-10T18:57:09.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:08.415540+0000 mon.smithi067 (mon.0) 809 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.viqcsa/trash_purge_schedule"}]: dispatch 2024-09-10T18:57:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.838905+0000 mon.smithi172 (mon.1) 32 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr metadata", "who": "smithi172.viqcsa", "id": "smithi172.viqcsa"}]: dispatch 2024-09-10T18:57:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.839054+0000 mon.smithi172 (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T18:57:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:07.841407+0000 mon.smithi067 (mon.0) 801 : cluster [DBG] mgrmap e26: smithi172.viqcsa(active, starting, since 6s), standbys: smithi067.mpnsbx 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.918814+0000 mon.smithi172 (mon.1) 34 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.919028+0000 mon.smithi172 (mon.1) 35 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.919854+0000 mon.smithi172 (mon.1) 36 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.920104+0000 mon.smithi172 (mon.1) 37 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.920783+0000 mon.smithi172 (mon.1) 38 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.921089+0000 mon.smithi172 (mon.1) 39 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.921349+0000 mon.smithi172 (mon.1) 40 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.921605+0000 mon.smithi172 (mon.1) 41 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.921863+0000 mon.smithi172 (mon.1) 42 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:57:09.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.922134+0000 mon.smithi172 (mon.1) 43 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:57:09.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.922401+0000 mon.smithi172 (mon.1) 44 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:57:09.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.922689+0000 mon.smithi172 (mon.1) 45 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:57:09.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.923099+0000 mon.smithi172 (mon.1) 46 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:57:09.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.923410+0000 mon.smithi172 (mon.1) 47 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:57:09.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.923892+0000 mon.smithi172 (mon.1) 48 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:57:09.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.924694+0000 mon.smithi172 (mon.1) 49 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.925560+0000 mon.smithi172 (mon.1) 50 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.925909+0000 mon.smithi172 (mon.1) 51 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.926289+0000 mon.smithi172 (mon.1) 52 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.926598+0000 mon.smithi172 (mon.1) 53 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.926858+0000 mon.smithi172 (mon.1) 54 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.927126+0000 mon.smithi172 (mon.1) 55 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.927357+0000 mon.smithi172 (mon.1) 56 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.927599+0000 mon.smithi172 (mon.1) 57 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.927805+0000 mon.smithi172 (mon.1) 58 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.928056+0000 mon.smithi172 (mon.1) 59 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.928342+0000 mon.smithi172 (mon.1) 60 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.928589+0000 mon.smithi172 (mon.1) 61 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.928780+0000 mon.smithi172 (mon.1) 62 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.ganesha-foo"}]: dispatch 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.928980+0000 mon.smithi172 (mon.1) 63 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.929175+0000 mon.smithi172 (mon.1) 64 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.929366+0000 mon.smithi172 (mon.1) 65 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.929627+0000 mon.smithi172 (mon.1) 66 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.929914+0000 mon.smithi172 (mon.1) 67 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.930201+0000 mon.smithi172 (mon.1) 68 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.930446+0000 mon.smithi172 (mon.1) 69 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.930712+0000 mon.smithi172 (mon.1) 70 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.931013+0000 mon.smithi172 (mon.1) 71 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.931301+0000 mon.smithi172 (mon.1) 72 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.931589+0000 mon.smithi172 (mon.1) 73 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.931942+0000 mon.smithi172 (mon.1) 74 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:07.932235+0000 mon.smithi172 (mon.1) 75 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:57:09.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:08.344679+0000 mon.smithi067 (mon.0) 802 : cluster [INF] Manager daemon smithi172.viqcsa is now available 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:08.352511+0000 mgr.smithi172.viqcsa (mgr.24479) 1 : cephadm [INF] inventory: adjusted host smithi067 addr 'smithi067' -> '172.21.15.67' 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.356837+0000 mon.smithi067 (mon.0) 803 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.368818+0000 mon.smithi067 (mon.0) 804 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:08.369506+0000 mgr.smithi172.viqcsa (mgr.24479) 2 : cephadm [INF] Queued nfs.ganesha-foo for migration 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.376060+0000 mon.smithi067 (mon.0) 805 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.379617+0000 mon.smithi172 (mon.1) 76 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.393736+0000 mon.smithi067 (mon.0) 806 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.405757+0000 mon.smithi172 (mon.1) 77 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.viqcsa/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.406582+0000 mon.smithi067 (mon.0) 807 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.viqcsa/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.414532+0000 mon.smithi067 (mon.0) 808 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.415217+0000 mon.smithi172 (mon.1) 78 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.viqcsa/trash_purge_schedule"}]: dispatch 2024-09-10T18:57:09.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:08.415540+0000 mon.smithi067 (mon.0) 809 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi172.viqcsa/trash_purge_schedule"}]: dispatch 2024-09-10T18:57:09.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 91290 21.69 MB/sec warmup 117 sec latency 32.518 ms 2024-09-10T18:57:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:08.864910+0000 mon.smithi067 (mon.0) 810 : cluster [DBG] mgrmap e27: smithi172.viqcsa(active, since 7s), standbys: smithi067.mpnsbx 2024-09-10T18:57:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:08.870773+0000 mgr.smithi172.viqcsa (mgr.24479) 3 : cephadm [INF] Deploying cephadm binary to smithi067 2024-09-10T18:57:10.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:08.875920+0000 mgr.smithi172.viqcsa (mgr.24479) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 311 MiB data, 950 MiB used, 706 GiB / 715 GiB avail 2024-09-10T18:57:10.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:08.864910+0000 mon.smithi067 (mon.0) 810 : cluster [DBG] mgrmap e27: smithi172.viqcsa(active, since 7s), standbys: smithi067.mpnsbx 2024-09-10T18:57:10.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:08.870773+0000 mgr.smithi172.viqcsa (mgr.24479) 3 : cephadm [INF] Deploying cephadm binary to smithi067 2024-09-10T18:57:10.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:08.875920+0000 mgr.smithi172.viqcsa (mgr.24479) 4 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 311 MiB data, 950 MiB used, 706 GiB / 715 GiB avail 2024-09-10T18:57:10.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 91999 21.75 MB/sec warmup 118 sec latency 23.266 ms 2024-09-10T18:57:11.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:09.869137+0000 mon.smithi067 (mon.0) 811 : cluster [DBG] mgrmap e28: smithi172.viqcsa(active, since 8s), standbys: smithi067.mpnsbx 2024-09-10T18:57:11.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:09.923319+0000 mgr.smithi172.viqcsa (mgr.24479) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 311 MiB data, 950 MiB used, 706 GiB / 715 GiB avail 2024-09-10T18:57:11.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:10.388450+0000 mon.smithi172 (mon.1) 79 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:57:11.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:10.388831+0000 mon.smithi067 (mon.0) 812 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:10.403264+0000 mgr.smithi172.viqcsa (mgr.24479) 6 : cephadm [INF] [10/Sep/2024:18:57:10] ENGINE Bus STARTING 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:10.526840+0000 mgr.smithi172.viqcsa (mgr.24479) 7 : cephadm [INF] [10/Sep/2024:18:57:10] ENGINE Serving on https://172.21.15.172:7150 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:10.527024+0000 mgr.smithi172.viqcsa (mgr.24479) 8 : cephadm [INF] [10/Sep/2024:18:57:10] ENGINE Bus STARTED 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:10.528527+0000 mgr.smithi172.viqcsa (mgr.24479) 9 : cephadm [ERR] [10/Sep/2024:18:57:10] ENGINE Error in HTTPServer.serve 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: Traceback (most recent call last): 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self._connections.run(self.expiration_interval) 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self._run(expiration_interval) 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:57:11.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: s = self.context.wrap_socket( 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: return self.sslsocket_class._create( 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self.do_handshake() 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self._sslobj.do_handshake() 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: 2024-09-10T18:57:11.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:10.532345+0000 mon.smithi067 (mon.0) 813 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:11.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:09.869137+0000 mon.smithi067 (mon.0) 811 : cluster [DBG] mgrmap e28: smithi172.viqcsa(active, since 8s), standbys: smithi067.mpnsbx 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:09.923319+0000 mgr.smithi172.viqcsa (mgr.24479) 5 : cluster [DBG] pgmap v4: 97 pgs: 97 active+clean; 311 MiB data, 950 MiB used, 706 GiB / 715 GiB avail 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:10.388450+0000 mon.smithi172 (mon.1) 79 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:10.388831+0000 mon.smithi067 (mon.0) 812 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:10.403264+0000 mgr.smithi172.viqcsa (mgr.24479) 6 : cephadm [INF] [10/Sep/2024:18:57:10] ENGINE Bus STARTING 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:10.526840+0000 mgr.smithi172.viqcsa (mgr.24479) 7 : cephadm [INF] [10/Sep/2024:18:57:10] ENGINE Serving on https://172.21.15.172:7150 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:10.527024+0000 mgr.smithi172.viqcsa (mgr.24479) 8 : cephadm [INF] [10/Sep/2024:18:57:10] ENGINE Bus STARTED 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:10.528527+0000 mgr.smithi172.viqcsa (mgr.24479) 9 : cephadm [ERR] [10/Sep/2024:18:57:10] ENGINE Error in HTTPServer.serve 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Traceback (most recent call last): 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: self._connections.run(self.expiration_interval) 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: self._run(expiration_interval) 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:57:11.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: s = self.context.wrap_socket( 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: return self.sslsocket_class._create( 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: self.do_handshake() 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:57:11.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: self._sslobj.do_handshake() 2024-09-10T18:57:11.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:57:11.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T18:57:11.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:10.532345+0000 mon.smithi067 (mon.0) 813 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:11.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 92755 21.78 MB/sec warmup 119 sec latency 21.937 ms 2024-09-10T18:57:12.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:10.870898+0000 mon.smithi067 (mon.0) 814 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:57:12.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:10.870982+0000 mon.smithi067 (mon.0) 815 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:57:12.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:10.872155+0000 mon.smithi172 (mon.1) 80 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:57:12.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:10.872553+0000 mon.smithi067 (mon.0) 816 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:57:12.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:10.870898+0000 mon.smithi067 (mon.0) 814 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:57:12.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:10.870982+0000 mon.smithi067 (mon.0) 815 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:57:12.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:10.872155+0000 mon.smithi172 (mon.1) 80 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:57:12.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:10.872553+0000 mon.smithi067 (mon.0) 816 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:57:13.181 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:11.875875+0000 mon.smithi067 (mon.0) 817 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:57:13.182 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:11.876060+0000 mon.smithi067 (mon.0) 818 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:57:13.182 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:11.923590+0000 mgr.smithi172.viqcsa (mgr.24479) 10 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 311 MiB data, 950 MiB used, 706 GiB / 715 GiB avail 2024-09-10T18:57:13.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:11.875875+0000 mon.smithi067 (mon.0) 817 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:57:13.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:11.876060+0000 mon.smithi067 (mon.0) 818 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:57:13.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:11.923590+0000 mgr.smithi172.viqcsa (mgr.24479) 10 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 311 MiB data, 950 MiB used, 706 GiB / 715 GiB avail 2024-09-10T18:57:13.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 93766 10.66 MB/sec execute 1 sec latency 34.839 ms 2024-09-10T18:57:14.411 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:13.150277+0000 mon.smithi067 (mon.0) 819 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:14.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:13.150277+0000 mon.smithi067 (mon.0) 819 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:14.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 94262 12.43 MB/sec execute 2 sec latency 45.572 ms 2024-09-10T18:57:15.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:13.924090+0000 mgr.smithi172.viqcsa (mgr.24479) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 306 MiB data, 934 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 10 MiB/s wr, 963 op/s 2024-09-10T18:57:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:14.378935+0000 mon.smithi067 (mon.0) 820 : cluster [DBG] mgrmap e29: smithi172.viqcsa(active, since 12s), standbys: smithi067.mpnsbx 2024-09-10T18:57:15.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:13.924090+0000 mgr.smithi172.viqcsa (mgr.24479) 11 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 306 MiB data, 934 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 10 MiB/s wr, 963 op/s 2024-09-10T18:57:15.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:14.378935+0000 mon.smithi067 (mon.0) 820 : cluster [DBG] mgrmap e29: smithi172.viqcsa(active, since 12s), standbys: smithi067.mpnsbx 2024-09-10T18:57:15.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 94791 11.02 MB/sec execute 3 sec latency 40.318 ms 2024-09-10T18:57:16.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 95123 11.44 MB/sec execute 4 sec latency 37.877 ms 2024-09-10T18:57:17.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:15.924478+0000 mgr.smithi172.viqcsa (mgr.24479) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 306 MiB data, 934 MiB used, 706 GiB / 715 GiB avail; 15 KiB/s rd, 7.2 MiB/s wr, 690 op/s 2024-09-10T18:57:17.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:17.113801+0000 mon.smithi067 (mon.0) 821 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:17.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:15.924478+0000 mgr.smithi172.viqcsa (mgr.24479) 12 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 306 MiB data, 934 MiB used, 706 GiB / 715 GiB avail; 15 KiB/s rd, 7.2 MiB/s wr, 690 op/s 2024-09-10T18:57:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:17.113801+0000 mon.smithi067 (mon.0) 821 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:17.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 95546 12.78 MB/sec execute 5 sec latency 38.525 ms 2024-09-10T18:57:18.213 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T18:57:18.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 96008 13.82 MB/sec execute 6 sec latency 43.926 ms 2024-09-10T18:57:19.053 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:57:19.053 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (5m) 95s ago 7m - - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:57:19.053 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (7m) 95s ago 7m - - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T18:57:19.053 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (7m) 18s ago 7m - - 15.2.13 2cf504fded39 742deb428324 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (5m) 95s ago 7m - - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (2m) 95s ago 2m - - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (2m) 18s ago 2m - - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (8m) 95s ago 8m - - 15.2.13 2cf504fded39 7aeceb75d19a 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (23s) 18s ago 7m - - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (8m) 95s ago 8m - 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (7m) 18s ago 7m - 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.ganesha-foo.smithi067 smithi067 running (2m) 95s ago 2m - - 3.3 2cf504fded39 ca7fbbb59b3b 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.ganesha-foo.smithi172 smithi172 running (2m) 18s ago 2m - - 3.3 2cf504fded39 f4e212b4ca7c 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (6m) 95s ago 6m - - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (6m) 18s ago 6m - - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (6m) 95s ago 6m - 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (6m) 95s ago 6m - 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T18:57:19.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (5m) 95s ago 5m - 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T18:57:19.055 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (5m) 95s ago 5m - 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T18:57:19.055 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (5m) 18s ago 5m - 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T18:57:19.055 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (4m) 18s ago 4m - 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T18:57:19.055 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (4m) 18s ago 4m - 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T18:57:19.055 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (4m) 18s ago 4m - 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T18:57:19.055 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (6m) 95s ago 6m - - 2.18.1 de242295e225 fa958950966d 2024-09-10T18:57:19.510 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:57:19.511 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T18:57:19.511 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:57:19.511 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:57:19.511 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T18:57:19.511 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-09-10T18:57:19.511 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:57:19.511 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:57:19.511 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T18:57:19.511 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T18:57:19.512 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:57:19.512 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T18:57:19.512 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:57:19.512 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:57:19.512 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T18:57:19.512 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-09-10T18:57:19.512 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:57:19.512 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T18:57:19.512 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:57:19.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 96149 12.43 MB/sec execute 7 sec latency 685.019 ms 2024-09-10T18:57:20.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:17.924795+0000 mgr.smithi172.viqcsa (mgr.24479) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 306 MiB data, 934 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 6.4 MiB/s wr, 608 op/s 2024-09-10T18:57:20.251 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:18.200440+0000 mgr.smithi172.viqcsa (mgr.24479) 14 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:20.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:18.545615+0000 mgr.smithi172.viqcsa (mgr.24479) 15 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:20.252 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.001305+0000 mon.smithi067 (mon.0) 822 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:57:20.311 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:57:20.311 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:57:20.311 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T18:57:20.311 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:57:20.311 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T18:57:20.311 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2024-09-10T18:57:20.312 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2024-09-10T18:57:20.312 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T18:57:20.312 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:57:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:17.924795+0000 mgr.smithi172.viqcsa (mgr.24479) 13 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 306 MiB data, 934 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 6.4 MiB/s wr, 608 op/s 2024-09-10T18:57:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:18.200440+0000 mgr.smithi172.viqcsa (mgr.24479) 14 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:18.545615+0000 mgr.smithi172.viqcsa (mgr.24479) 15 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.001305+0000 mon.smithi067 (mon.0) 822 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:57:20.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 96529 11.30 MB/sec execute 8 sec latency 801.594 ms 2024-09-10T18:57:21.145 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.001522+0000 mon.smithi172 (mon.1) 81 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:57:21.145 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.001698+0000 mon.smithi172 (mon.1) 82 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.036415+0000 mgr.smithi172.viqcsa (mgr.24479) 16 : audit [DBG] from='client.24519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.038587+0000 mon.smithi172 (mon.1) 83 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.038968+0000 mon.smithi172 (mon.1) 84 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.039336+0000 mon.smithi172 (mon.1) 85 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.039702+0000 mon.smithi172 (mon.1) 86 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.040046+0000 mon.smithi172 (mon.1) 87 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.041629+0000 mon.smithi172 (mon.1) 88 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.041966+0000 mon.smithi172 (mon.1) 89 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.042274+0000 mon.smithi172 (mon.1) 90 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.042553+0000 mon.smithi172 (mon.1) 91 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.042835+0000 mon.smithi172 (mon.1) 92 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.509996+0000 mon.smithi172 (mon.1) 93 : audit [DBG] from='client.? 172.21.15.67:0/3525005501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:21.146 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:19.925532+0000 mgr.smithi172.viqcsa (mgr.24479) 17 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 312 MiB data, 937 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 9.2 MiB/s wr, 858 op/s 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.949270+0000 mon.smithi067 (mon.0) 823 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:19.951363+0000 mon.smithi172 (mon.1) 94 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:20.309942+0000 mgr.smithi172.viqcsa (mgr.24479) 18 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:20.486944+0000 mon.smithi172 (mon.1) 95 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:20.487134+0000 mon.smithi172 (mon.1) 96 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:20.490683+0000 mon.smithi172 (mon.1) 97 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:20.671839+0000 mon.smithi067 (mon.0) 824 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:20.678638+0000 mon.smithi067 (mon.0) 825 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:20.683357+0000 mon.smithi172 (mon.1) 98 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:21.147 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:20.845864+0000 mon.smithi172 (mon.1) 99 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:21.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.001522+0000 mon.smithi172 (mon.1) 81 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:57:21.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.001698+0000 mon.smithi172 (mon.1) 82 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:57:21.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.036415+0000 mgr.smithi172.viqcsa (mgr.24479) 16 : audit [DBG] from='client.24519 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.038587+0000 mon.smithi172 (mon.1) 83 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.038968+0000 mon.smithi172 (mon.1) 84 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.039336+0000 mon.smithi172 (mon.1) 85 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.039702+0000 mon.smithi172 (mon.1) 86 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.040046+0000 mon.smithi172 (mon.1) 87 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.041629+0000 mon.smithi172 (mon.1) 88 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.041966+0000 mon.smithi172 (mon.1) 89 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.042274+0000 mon.smithi172 (mon.1) 90 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.042553+0000 mon.smithi172 (mon.1) 91 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.042835+0000 mon.smithi172 (mon.1) 92 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.509996+0000 mon.smithi172 (mon.1) 93 : audit [DBG] from='client.? 172.21.15.67:0/3525005501' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:19.925532+0000 mgr.smithi172.viqcsa (mgr.24479) 17 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 312 MiB data, 937 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 9.2 MiB/s wr, 858 op/s 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.949270+0000 mon.smithi067 (mon.0) 823 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:57:21.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:19.951363+0000 mon.smithi172 (mon.1) 94 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:57:21.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:20.309942+0000 mgr.smithi172.viqcsa (mgr.24479) 18 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:21.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:20.486944+0000 mon.smithi172 (mon.1) 95 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:57:21.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:20.487134+0000 mon.smithi172 (mon.1) 96 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T18:57:21.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:20.490683+0000 mon.smithi172 (mon.1) 97 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T18:57:21.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:20.671839+0000 mon.smithi067 (mon.0) 824 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:21.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:20.678638+0000 mon.smithi067 (mon.0) 825 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:21.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:20.683357+0000 mon.smithi172 (mon.1) 98 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:21.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:20.845864+0000 mon.smithi172 (mon.1) 99 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:21.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 97026 10.90 MB/sec execute 9 sec latency 34.387 ms 2024-09-10T18:57:22.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:21.209570+0000 mgr.smithi172.viqcsa (mgr.24479) 19 : cephadm [INF] Deploying cephadm binary to smithi172 2024-09-10T18:57:22.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:21.209570+0000 mgr.smithi172.viqcsa (mgr.24479) 19 : cephadm [INF] Deploying cephadm binary to smithi172 2024-09-10T18:57:22.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 97599 11.58 MB/sec execute 10 sec latency 59.106 ms 2024-09-10T18:57:23.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:21.925866+0000 mgr.smithi172.viqcsa (mgr.24479) 20 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 312 MiB data, 937 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 8.3 MiB/s wr, 774 op/s 2024-09-10T18:57:23.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:21.925866+0000 mgr.smithi172.viqcsa (mgr.24479) 20 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 312 MiB data, 937 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 8.3 MiB/s wr, 774 op/s 2024-09-10T18:57:23.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 98413 11.91 MB/sec execute 11 sec latency 41.191 ms 2024-09-10T18:57:24.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 99328 14.01 MB/sec execute 12 sec latency 23.894 ms 2024-09-10T18:57:25.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:23.926493+0000 mgr.smithi172.viqcsa (mgr.24479) 21 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 304 MiB data, 910 MiB used, 706 GiB / 715 GiB avail; 17 KiB/s rd, 9.7 MiB/s wr, 962 op/s 2024-09-10T18:57:25.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:23.926493+0000 mgr.smithi172.viqcsa (mgr.24479) 21 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 304 MiB data, 910 MiB used, 706 GiB / 715 GiB avail; 17 KiB/s rd, 9.7 MiB/s wr, 962 op/s 2024-09-10T18:57:25.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 99795 14.11 MB/sec execute 13 sec latency 29.350 ms 2024-09-10T18:57:26.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 100226 13.56 MB/sec execute 14 sec latency 50.998 ms 2024-09-10T18:57:27.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:25.926821+0000 mgr.smithi172.viqcsa (mgr.24479) 22 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 304 MiB data, 910 MiB used, 706 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2024-09-10T18:57:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:27.272838+0000 mon.smithi172 (mon.1) 100 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:27.277466+0000 mon.smithi067 (mon.0) 826 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:27.282809+0000 mon.smithi067 (mon.0) 827 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:27.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:25.926821+0000 mgr.smithi172.viqcsa (mgr.24479) 22 : cluster [DBG] pgmap v14: 97 pgs: 97 active+clean; 304 MiB data, 910 MiB used, 706 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2024-09-10T18:57:27.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:27.272838+0000 mon.smithi172 (mon.1) 100 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:27.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:27.277466+0000 mon.smithi067 (mon.0) 826 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:27.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:27.282809+0000 mon.smithi067 (mon.0) 827 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:27.834 INFO:teuthology.orchestra.run.smithi067.stdout: 5 100606 12.97 MB/sec execute 15 sec latency 42.822 ms 2024-09-10T18:57:28.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:27.718687+0000 mon.smithi172 (mon.1) 101 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:28.453 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:28.051218+0000 mon.smithi172 (mon.1) 102 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:28.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:28.060787+0000 mon.smithi067 (mon.0) 828 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:28.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:28.072824+0000 mon.smithi067 (mon.0) 829 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:28.454 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:28.074785+0000 mon.smithi172 (mon.1) 103 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:28.691 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:27.718687+0000 mon.smithi172 (mon.1) 101 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:28.692 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:28.051218+0000 mon.smithi172 (mon.1) 102 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:28.692 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:28.060787+0000 mon.smithi067 (mon.0) 828 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:28.692 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:28.072824+0000 mon.smithi067 (mon.0) 829 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:28.692 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:28.074785+0000 mon.smithi172 (mon.1) 103 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:28.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 101098 13.21 MB/sec execute 16 sec latency 28.435 ms 2024-09-10T18:57:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:27.927203+0000 mgr.smithi172.viqcsa (mgr.24479) 23 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 304 MiB data, 910 MiB used, 706 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2024-09-10T18:57:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:28.691722+0000 mon.smithi172 (mon.1) 104 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:28.696100+0000 mon.smithi067 (mon.0) 830 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:28.703623+0000 mon.smithi067 (mon.0) 831 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:29.186252+0000 mon.smithi172 (mon.1) 105 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:29.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:27.927203+0000 mgr.smithi172.viqcsa (mgr.24479) 23 : cluster [DBG] pgmap v15: 97 pgs: 97 active+clean; 304 MiB data, 910 MiB used, 706 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.5 MiB/s wr, 557 op/s 2024-09-10T18:57:29.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:28.691722+0000 mon.smithi172 (mon.1) 104 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:29.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:28.696100+0000 mon.smithi067 (mon.0) 830 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:29.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:28.703623+0000 mon.smithi067 (mon.0) 831 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:29.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:29.186252+0000 mon.smithi172 (mon.1) 105 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:29.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 101678 12.94 MB/sec execute 17 sec latency 37.777 ms 2024-09-10T18:57:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:29.526325+0000 mon.smithi172 (mon.1) 106 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:29.530302+0000 mon.smithi067 (mon.0) 832 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:29.536715+0000 mon.smithi067 (mon.0) 833 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:29.538556+0000 mon.smithi172 (mon.1) 107 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:29.526325+0000 mon.smithi172 (mon.1) 106 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:29.530302+0000 mon.smithi067 (mon.0) 832 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:29.536715+0000 mon.smithi067 (mon.0) 833 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:29.538556+0000 mon.smithi172 (mon.1) 107 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:57:30.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 102221 13.22 MB/sec execute 18 sec latency 28.474 ms 2024-09-10T18:57:31.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:29.927715+0000 mgr.smithi172.viqcsa (mgr.24479) 24 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 302 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 8.8 MiB/s wr, 890 op/s 2024-09-10T18:57:31.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:29.927715+0000 mgr.smithi172.viqcsa (mgr.24479) 24 : cluster [DBG] pgmap v16: 97 pgs: 97 active+clean; 302 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 8.8 MiB/s wr, 890 op/s 2024-09-10T18:57:31.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 102840 13.82 MB/sec execute 19 sec latency 30.001 ms 2024-09-10T18:57:32.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.417150+0000 mon.smithi172 (mon.1) 108 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:32.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.421480+0000 mon.smithi067 (mon.0) 834 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:32.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.427295+0000 mon.smithi067 (mon.0) 835 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:32.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.428659+0000 mon.smithi172 (mon.1) 109 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.428987+0000 mon.smithi172 (mon.1) 110 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:32.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.429300+0000 mon.smithi172 (mon.1) 111 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.429608+0000 mon.smithi172 (mon.1) 112 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:32.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.429914+0000 mon.smithi172 (mon.1) 113 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.430213+0000 mon.smithi172 (mon.1) 114 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:32.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.430510+0000 mon.smithi172 (mon.1) 115 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.430791+0000 mon.smithi172 (mon.1) 116 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:32.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.431090+0000 mon.smithi172 (mon.1) 117 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T18:57:32.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:32.431386+0000 mon.smithi172 (mon.1) 118 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.417150+0000 mon.smithi172 (mon.1) 108 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:32.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.421480+0000 mon.smithi067 (mon.0) 834 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:32.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.427295+0000 mon.smithi067 (mon.0) 835 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:32.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.428659+0000 mon.smithi172 (mon.1) 109 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.428987+0000 mon.smithi172 (mon.1) 110 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:32.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.429300+0000 mon.smithi172 (mon.1) 111 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.429608+0000 mon.smithi172 (mon.1) 112 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:32.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.429914+0000 mon.smithi172 (mon.1) 113 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.430213+0000 mon.smithi172 (mon.1) 114 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:32.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.430510+0000 mon.smithi172 (mon.1) 115 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.430791+0000 mon.smithi172 (mon.1) 116 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:32.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.431090+0000 mon.smithi172 (mon.1) 117 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T18:57:32.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:32.431386+0000 mon.smithi172 (mon.1) 118 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:32.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 103281 13.94 MB/sec execute 20 sec latency 30.190 ms 2024-09-10T18:57:33.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 103576 13.41 MB/sec execute 21 sec latency 254.979 ms 2024-09-10T18:57:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:31.928040+0000 mgr.smithi172.viqcsa (mgr.24479) 25 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 302 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 647 op/s 2024-09-10T18:57:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.503305+0000 mon.smithi172 (mon.1) 119 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.507053+0000 mon.smithi067 (mon.0) 836 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.514802+0000 mon.smithi067 (mon.0) 837 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.516142+0000 mon.smithi172 (mon.1) 120 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.516438+0000 mon.smithi172 (mon.1) 121 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.516693+0000 mon.smithi172 (mon.1) 122 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.516975+0000 mon.smithi172 (mon.1) 123 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.517357+0000 mon.smithi172 (mon.1) 124 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.517718+0000 mon.smithi172 (mon.1) 125 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.518015+0000 mon.smithi172 (mon.1) 126 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.518319+0000 mon.smithi172 (mon.1) 127 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.518652+0000 mon.smithi172 (mon.1) 128 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.518966+0000 mon.smithi172 (mon.1) 129 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.523474+0000 mon.smithi067 (mon.0) 838 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:31.928040+0000 mgr.smithi172.viqcsa (mgr.24479) 25 : cluster [DBG] pgmap v17: 97 pgs: 97 active+clean; 302 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 647 op/s 2024-09-10T18:57:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.503305+0000 mon.smithi172 (mon.1) 119 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.507053+0000 mon.smithi067 (mon.0) 836 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.514802+0000 mon.smithi067 (mon.0) 837 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.516142+0000 mon.smithi172 (mon.1) 120 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.516438+0000 mon.smithi172 (mon.1) 121 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.516693+0000 mon.smithi172 (mon.1) 122 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.516975+0000 mon.smithi172 (mon.1) 123 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.517357+0000 mon.smithi172 (mon.1) 124 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.517718+0000 mon.smithi172 (mon.1) 125 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.518015+0000 mon.smithi172 (mon.1) 126 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.518319+0000 mon.smithi172 (mon.1) 127 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.518652+0000 mon.smithi172 (mon.1) 128 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.518966+0000 mon.smithi172 (mon.1) 129 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:57:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.523474+0000 mon.smithi067 (mon.0) 838 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:34.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 103943 13.05 MB/sec execute 22 sec latency 413.973 ms 2024-09-10T18:57:35.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.542650+0000 mon.smithi172 (mon.1) 130 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-10T18:57:35.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:33.543021+0000 mon.smithi067 (mon.0) 839 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-10T18:57:35.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:33.928496+0000 mgr.smithi172.viqcsa (mgr.24479) 26 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 309 MiB data, 938 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 9.4 MiB/s wr, 942 op/s 2024-09-10T18:57:35.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:34.527771+0000 mon.smithi067 (mon.0) 840 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-10T18:57:35.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:34.527821+0000 mon.smithi067 (mon.0) 841 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:57:35.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:34.536478+0000 mon.smithi172 (mon.1) 131 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-10T18:57:35.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:34.536988+0000 mon.smithi067 (mon.0) 842 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-10T18:57:35.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.542650+0000 mon.smithi172 (mon.1) 130 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-10T18:57:35.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:33.543021+0000 mon.smithi067 (mon.0) 839 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-09-10T18:57:35.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:33.928496+0000 mgr.smithi172.viqcsa (mgr.24479) 26 : cluster [DBG] pgmap v18: 97 pgs: 97 active+clean; 309 MiB data, 938 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 9.4 MiB/s wr, 942 op/s 2024-09-10T18:57:35.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:34.527771+0000 mon.smithi067 (mon.0) 840 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-09-10T18:57:35.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:34.527821+0000 mon.smithi067 (mon.0) 841 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:57:35.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:34.536478+0000 mon.smithi172 (mon.1) 131 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-10T18:57:35.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:34.536988+0000 mon.smithi067 (mon.0) 842 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-10T18:57:35.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104337 12.89 MB/sec execute 23 sec latency 44.501 ms 2024-09-10T18:57:36.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:35.530153+0000 mon.smithi067 (mon.0) 843 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-10T18:57:36.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:35.530273+0000 mon.smithi067 (mon.0) 844 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:57:36.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:35.531844+0000 mgr.smithi172.viqcsa (mgr.24479) 27 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-10T18:57:36.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:35.563446+0000 mgr.smithi172.viqcsa (mgr.24479) 28 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-10T18:57:36.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:35.563494+0000 mgr.smithi172.viqcsa (mgr.24479) 29 : cephadm [INF] Replacing nfs.ganesha-foo with nfs.foo 2024-09-10T18:57:36.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:35.567218+0000 mon.smithi067 (mon.0) 845 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:36.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:35.574297+0000 mon.smithi067 (mon.0) 846 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:36.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:35.575029+0000 mgr.smithi172.viqcsa (mgr.24479) 30 : cephadm [INF] Removing old nfs.ganesha-foo daemons ['nfs.ganesha-foo.smithi067', 'nfs.ganesha-foo.smithi172'] 2024-09-10T18:57:36.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:35.575102+0000 mgr.smithi172.viqcsa (mgr.24479) 31 : cephadm [INF] Remove daemons nfs.ganesha-foo.smithi067 nfs.ganesha-foo.smithi172 2024-09-10T18:57:36.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:35.575392+0000 mgr.smithi172.viqcsa (mgr.24479) 32 : cephadm [INF] Removing daemon nfs.ganesha-foo.smithi067 from smithi067 -- ports None 2024-09-10T18:57:36.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:35.575596+0000 mgr.smithi172.viqcsa (mgr.24479) 33 : cephadm [INF] Removing daemon nfs.ganesha-foo.smithi172 from smithi172 -- ports None 2024-09-10T18:57:36.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:35.576134+0000 mon.smithi172 (mon.1) 132 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "client.nfs.ganesha-foo.smithi067","key": "container_image"}]: dispatch 2024-09-10T18:57:36.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:35.577450+0000 mon.smithi172 (mon.1) 133 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "client.nfs.ganesha-foo.smithi172","key": "container_image"}]: dispatch 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:35.530153+0000 mon.smithi067 (mon.0) 843 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:35.530273+0000 mon.smithi067 (mon.0) 844 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:35.531844+0000 mgr.smithi172.viqcsa (mgr.24479) 27 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:35.563446+0000 mgr.smithi172.viqcsa (mgr.24479) 28 : cephadm [INF] Found 1 exports for legacy nfs.foo 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:35.563494+0000 mgr.smithi172.viqcsa (mgr.24479) 29 : cephadm [INF] Replacing nfs.ganesha-foo with nfs.foo 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:35.567218+0000 mon.smithi067 (mon.0) 845 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:35.574297+0000 mon.smithi067 (mon.0) 846 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:35.575029+0000 mgr.smithi172.viqcsa (mgr.24479) 30 : cephadm [INF] Removing old nfs.ganesha-foo daemons ['nfs.ganesha-foo.smithi067', 'nfs.ganesha-foo.smithi172'] 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:35.575102+0000 mgr.smithi172.viqcsa (mgr.24479) 31 : cephadm [INF] Remove daemons nfs.ganesha-foo.smithi067 nfs.ganesha-foo.smithi172 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:35.575392+0000 mgr.smithi172.viqcsa (mgr.24479) 32 : cephadm [INF] Removing daemon nfs.ganesha-foo.smithi067 from smithi067 -- ports None 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:35.575596+0000 mgr.smithi172.viqcsa (mgr.24479) 33 : cephadm [INF] Removing daemon nfs.ganesha-foo.smithi172 from smithi172 -- ports None 2024-09-10T18:57:36.819 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:35.576134+0000 mon.smithi172 (mon.1) 132 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "client.nfs.ganesha-foo.smithi067","key": "container_image"}]: dispatch 2024-09-10T18:57:36.820 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:35.577450+0000 mon.smithi172 (mon.1) 133 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "client.nfs.ganesha-foo.smithi172","key": "container_image"}]: dispatch 2024-09-10T18:57:36.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 12.40 MB/sec execute 24 sec latency 777.823 ms 2024-09-10T18:57:37.648 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:35.928903+0000 mgr.smithi172.viqcsa (mgr.24479) 34 : cluster [DBG] pgmap v21: 129 pgs: 32 unknown, 97 active+clean; 309 MiB data, 938 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 942 op/s 2024-09-10T18:57:37.648 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:36.530845+0000 mon.smithi067 (mon.0) 847 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:57:37.648 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:36.580014+0000 mon.smithi067 (mon.0) 848 : cluster [DBG] mgrmap e30: smithi172.viqcsa(active, since 34s), standbys: smithi067.mpnsbx 2024-09-10T18:57:37.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 11.90 MB/sec execute 25 sec latency 1777.870 ms 2024-09-10T18:57:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:35.928903+0000 mgr.smithi172.viqcsa (mgr.24479) 34 : cluster [DBG] pgmap v21: 129 pgs: 32 unknown, 97 active+clean; 309 MiB data, 938 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 942 op/s 2024-09-10T18:57:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:36.530845+0000 mon.smithi067 (mon.0) 847 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:57:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:36.580014+0000 mon.smithi067 (mon.0) 848 : cluster [DBG] mgrmap e30: smithi172.viqcsa(active, since 34s), standbys: smithi067.mpnsbx 2024-09-10T18:57:38.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 11.44 MB/sec execute 26 sec latency 2777.918 ms 2024-09-10T18:57:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:37.929293+0000 mgr.smithi172.viqcsa (mgr.24479) 35 : cluster [DBG] pgmap v23: 129 pgs: 32 unknown, 97 active+clean; 309 MiB data, 938 MiB used, 706 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.7 MiB/s wr, 591 op/s 2024-09-10T18:57:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.380548+0000 mgr.smithi172.viqcsa (mgr.24479) 36 : cephadm [INF] Removing key for client.nfs.ganesha-foo.smithi067 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.380915+0000 mon.smithi172 (mon.1) 134 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067"}]: dispatch 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.381356+0000 mon.smithi067 (mon.0) 849 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067"}]: dispatch 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.384441+0000 mon.smithi067 (mon.0) 850 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067"}]': finished 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.392493+0000 mgr.smithi172.viqcsa (mgr.24479) 37 : cephadm [INF] Removing key for client.nfs.ganesha-foo.smithi067-rgw 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.392778+0000 mon.smithi172 (mon.1) 135 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067-rgw"}]: dispatch 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.393061+0000 mon.smithi067 (mon.0) 851 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067-rgw"}]: dispatch 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.396150+0000 mon.smithi067 (mon.0) 852 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067-rgw"}]': finished 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.788984+0000 mon.smithi172 (mon.1) 136 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172"}]: dispatch 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.789333+0000 mon.smithi067 (mon.0) 853 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172"}]: dispatch 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.792360+0000 mon.smithi067 (mon.0) 854 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172"}]': finished 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.793762+0000 mon.smithi172 (mon.1) 137 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172-rgw"}]: dispatch 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.793986+0000 mon.smithi067 (mon.0) 855 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172-rgw"}]: dispatch 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.796628+0000 mon.smithi067 (mon.0) 856 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172-rgw"}]': finished 2024-09-10T18:57:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.797783+0000 mon.smithi172 (mon.1) 138 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.821143+0000 mon.smithi172 (mon.1) 139 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' 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-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.821554+0000 mon.smithi067 (mon.0) 857 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 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-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.824643+0000 mon.smithi067 (mon.0) 858 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 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-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.832558+0000 mon.smithi067 (mon.0) 859 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.838545+0000 mon.smithi067 (mon.0) 860 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.844797+0000 mon.smithi067 (mon.0) 861 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.851504+0000 mon.smithi067 (mon.0) 862 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.860424+0000 mon.smithi067 (mon.0) 863 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.864304+0000 mon.smithi172 (mon.1) 140 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.868438+0000 mon.smithi067 (mon.0) 864 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.869898+0000 mon.smithi172 (mon.1) 141 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:57:39.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.870369+0000 mon.smithi067 (mon.0) 865 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.875176+0000 mon.smithi067 (mon.0) 866 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.876328+0000 mon.smithi172 (mon.1) 142 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.876671+0000 mon.smithi067 (mon.0) 867 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.879067+0000 mon.smithi067 (mon.0) 868 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.880256+0000 mon.smithi172 (mon.1) 143 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.915424+0000 mon.smithi172 (mon.1) 144 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.915652+0000 mon.smithi067 (mon.0) 869 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.920591+0000 mon.smithi067 (mon.0) 870 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.965402+0000 mon.smithi172 (mon.1) 145 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.966071+0000 mon.smithi067 (mon.0) 871 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.968917+0000 mon.smithi067 (mon.0) 872 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.974177+0000 mon.smithi172 (mon.1) 146 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:39.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.975610+0000 mon.smithi172 (mon.1) 147 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi067.mlsyrd","key": "container_image"}]: dispatch 2024-09-10T18:57:39.685 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:37.929293+0000 mgr.smithi172.viqcsa (mgr.24479) 35 : cluster [DBG] pgmap v23: 129 pgs: 32 unknown, 97 active+clean; 309 MiB data, 938 MiB used, 706 GiB / 715 GiB avail; 7.2 KiB/s rd, 6.7 MiB/s wr, 591 op/s 2024-09-10T18:57:39.685 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.380548+0000 mgr.smithi172.viqcsa (mgr.24479) 36 : cephadm [INF] Removing key for client.nfs.ganesha-foo.smithi067 2024-09-10T18:57:39.685 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.380915+0000 mon.smithi172 (mon.1) 134 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067"}]: dispatch 2024-09-10T18:57:39.685 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.381356+0000 mon.smithi067 (mon.0) 849 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067"}]: dispatch 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.384441+0000 mon.smithi067 (mon.0) 850 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067"}]': finished 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.392493+0000 mgr.smithi172.viqcsa (mgr.24479) 37 : cephadm [INF] Removing key for client.nfs.ganesha-foo.smithi067-rgw 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.392778+0000 mon.smithi172 (mon.1) 135 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067-rgw"}]: dispatch 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.393061+0000 mon.smithi067 (mon.0) 851 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067-rgw"}]: dispatch 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.396150+0000 mon.smithi067 (mon.0) 852 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi067-rgw"}]': finished 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.788984+0000 mon.smithi172 (mon.1) 136 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172"}]: dispatch 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.789333+0000 mon.smithi067 (mon.0) 853 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172"}]: dispatch 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.792360+0000 mon.smithi067 (mon.0) 854 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172"}]': finished 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.793762+0000 mon.smithi172 (mon.1) 137 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172-rgw"}]: dispatch 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.793986+0000 mon.smithi067 (mon.0) 855 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172-rgw"}]: dispatch 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.796628+0000 mon.smithi067 (mon.0) 856 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.ganesha-foo.smithi172-rgw"}]': finished 2024-09-10T18:57:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.797783+0000 mon.smithi172 (mon.1) 138 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.821143+0000 mon.smithi172 (mon.1) 139 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' 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-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.821554+0000 mon.smithi067 (mon.0) 857 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 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-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.824643+0000 mon.smithi067 (mon.0) 858 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 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-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.832558+0000 mon.smithi067 (mon.0) 859 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.838545+0000 mon.smithi067 (mon.0) 860 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.844797+0000 mon.smithi067 (mon.0) 861 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.851504+0000 mon.smithi067 (mon.0) 862 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.860424+0000 mon.smithi067 (mon.0) 863 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.864304+0000 mon.smithi172 (mon.1) 140 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T18:57:39.687 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.868438+0000 mon.smithi067 (mon.0) 864 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.869898+0000 mon.smithi172 (mon.1) 141 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.870369+0000 mon.smithi067 (mon.0) 865 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.875176+0000 mon.smithi067 (mon.0) 866 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.876328+0000 mon.smithi172 (mon.1) 142 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.876671+0000 mon.smithi067 (mon.0) 867 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.879067+0000 mon.smithi067 (mon.0) 868 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.880256+0000 mon.smithi172 (mon.1) 143 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.915424+0000 mon.smithi172 (mon.1) 144 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.915652+0000 mon.smithi067 (mon.0) 869 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:57:39.688 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.920591+0000 mon.smithi067 (mon.0) 870 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:57:39.689 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.965402+0000 mon.smithi172 (mon.1) 145 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:57:39.689 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.966071+0000 mon.smithi067 (mon.0) 871 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:57:39.689 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.968917+0000 mon.smithi067 (mon.0) 872 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:57:39.689 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.974177+0000 mon.smithi172 (mon.1) 146 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:39.689 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.975610+0000 mon.smithi172 (mon.1) 147 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi067.mlsyrd","key": "container_image"}]: dispatch 2024-09-10T18:57:39.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 11.02 MB/sec execute 27 sec latency 3777.947 ms 2024-09-10T18:57:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.788665+0000 mgr.smithi172.viqcsa (mgr.24479) 38 : cephadm [INF] Removing key for client.nfs.ganesha-foo.smithi172 2024-09-10T18:57:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.793577+0000 mgr.smithi172.viqcsa (mgr.24479) 39 : cephadm [INF] Removing key for client.nfs.ganesha-foo.smithi172-rgw 2024-09-10T18:57:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:38.798293+0000 mgr.smithi172.viqcsa (mgr.24479) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-10T18:57:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.829404+0000 mgr.smithi172.viqcsa (mgr.24479) 41 : cephadm [INF] Done migrating nfs.foo 2024-09-10T18:57:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.829463+0000 mgr.smithi172.viqcsa (mgr.24479) 42 : cephadm [INF] Done migrating all NFS services 2024-09-10T18:57:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.869639+0000 mgr.smithi172.viqcsa (mgr.24479) 43 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.mlsyrd 2024-09-10T18:57:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.876148+0000 mgr.smithi172.viqcsa (mgr.24479) 44 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T18:57:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.964944+0000 mgr.smithi172.viqcsa (mgr.24479) 45 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:57:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.965042+0000 mgr.smithi172.viqcsa (mgr.24479) 46 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.mlsyrd-rgw 2024-09-10T18:57:40.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.970224+0000 mgr.smithi172.viqcsa (mgr.24479) 47 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi067.mlsyrd's ganesha conf is defaulting to empty 2024-09-10T18:57:40.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:38.975242+0000 mgr.smithi172.viqcsa (mgr.24479) 48 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi067.mlsyrd on smithi067 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.788665+0000 mgr.smithi172.viqcsa (mgr.24479) 38 : cephadm [INF] Removing key for client.nfs.ganesha-foo.smithi172 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.793577+0000 mgr.smithi172.viqcsa (mgr.24479) 39 : cephadm [INF] Removing key for client.nfs.ganesha-foo.smithi172-rgw 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:38.798293+0000 mgr.smithi172.viqcsa (mgr.24479) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.829404+0000 mgr.smithi172.viqcsa (mgr.24479) 41 : cephadm [INF] Done migrating nfs.foo 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.829463+0000 mgr.smithi172.viqcsa (mgr.24479) 42 : cephadm [INF] Done migrating all NFS services 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.869639+0000 mgr.smithi172.viqcsa (mgr.24479) 43 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.mlsyrd 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.876148+0000 mgr.smithi172.viqcsa (mgr.24479) 44 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.964944+0000 mgr.smithi172.viqcsa (mgr.24479) 45 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.965042+0000 mgr.smithi172.viqcsa (mgr.24479) 46 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi067.mlsyrd-rgw 2024-09-10T18:57:40.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.970224+0000 mgr.smithi172.viqcsa (mgr.24479) 47 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi067.mlsyrd's ganesha conf is defaulting to empty 2024-09-10T18:57:40.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:38.975242+0000 mgr.smithi172.viqcsa (mgr.24479) 48 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi067.mlsyrd on smithi067 2024-09-10T18:57:40.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 10.62 MB/sec execute 28 sec latency 4777.974 ms 2024-09-10T18:57:41.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:39.930350+0000 mgr.smithi172.viqcsa (mgr.24479) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 294 MiB data, 889 MiB used, 706 GiB / 715 GiB avail; 8.5 KiB/s rd, 1.8 MiB/s wr, 243 op/s 2024-09-10T18:57:41.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:40.383841+0000 mon.smithi067 (mon.0) 873 : cluster [DBG] mgrmap e31: smithi172.viqcsa(active, since 38s), standbys: smithi067.mpnsbx 2024-09-10T18:57:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:39.930350+0000 mgr.smithi172.viqcsa (mgr.24479) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 294 MiB data, 889 MiB used, 706 GiB / 715 GiB avail; 8.5 KiB/s rd, 1.8 MiB/s wr, 243 op/s 2024-09-10T18:57:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:40.383841+0000 mon.smithi067 (mon.0) 873 : cluster [DBG] mgrmap e31: smithi172.viqcsa(active, since 38s), standbys: smithi067.mpnsbx 2024-09-10T18:57:41.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 10.26 MB/sec execute 29 sec latency 5778.096 ms 2024-09-10T18:57:42.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.428107+0000 mon.smithi172 (mon.1) 148 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:42.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.431836+0000 mon.smithi067 (mon.0) 874 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:42.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.437116+0000 mon.smithi067 (mon.0) 875 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:42.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.442250+0000 mon.smithi067 (mon.0) 876 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:42.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:41.443695+0000 mgr.smithi172.viqcsa (mgr.24479) 50 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi172.gogrkm 2024-09-10T18:57:42.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.443965+0000 mon.smithi172 (mon.1) 149 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:57:42.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.444215+0000 mon.smithi067 (mon.0) 877 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:57:42.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.446922+0000 mon.smithi067 (mon.0) 878 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T18:57:42.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:41.448103+0000 mgr.smithi172.viqcsa (mgr.24479) 51 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T18:57:42.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.448353+0000 mon.smithi172 (mon.1) 150 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:57:42.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.448649+0000 mon.smithi067 (mon.0) 879 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:57:42.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.451301+0000 mon.smithi067 (mon.0) 880 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:57:42.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:41.453005+0000 mon.smithi172 (mon.1) 151 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.428107+0000 mon.smithi172 (mon.1) 148 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.431836+0000 mon.smithi067 (mon.0) 874 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.437116+0000 mon.smithi067 (mon.0) 875 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.442250+0000 mon.smithi067 (mon.0) 876 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:41.443695+0000 mgr.smithi172.viqcsa (mgr.24479) 50 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi172.gogrkm 2024-09-10T18:57:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.443965+0000 mon.smithi172 (mon.1) 149 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:57:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.444215+0000 mon.smithi067 (mon.0) 877 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T18:57:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.446922+0000 mon.smithi067 (mon.0) 878 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-10T18:57:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:41.448103+0000 mgr.smithi172.viqcsa (mgr.24479) 51 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T18:57:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.448353+0000 mon.smithi172 (mon.1) 150 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:57:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.448649+0000 mon.smithi067 (mon.0) 879 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T18:57:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.451301+0000 mon.smithi067 (mon.0) 880 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T18:57:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:41.453005+0000 mon.smithi172 (mon.1) 151 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:42.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 9.92 MB/sec execute 30 sec latency 6778.216 ms 2024-09-10T18:57:43.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:41.930988+0000 mgr.smithi172.viqcsa (mgr.24479) 52 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 294 MiB data, 889 MiB used, 706 GiB / 715 GiB avail; 6.9 KiB/s rd, 1.5 MiB/s wr, 197 op/s 2024-09-10T18:57:43.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:41.930988+0000 mgr.smithi172.viqcsa (mgr.24479) 52 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 294 MiB data, 889 MiB used, 706 GiB / 715 GiB avail; 6.9 KiB/s rd, 1.5 MiB/s wr, 197 op/s 2024-09-10T18:57:43.835 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 9.60 MB/sec execute 31 sec latency 7778.338 ms 2024-09-10T18:57:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:44.276904+0000 mon.smithi172 (mon.1) 152 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:57:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:44.277273+0000 mon.smithi067 (mon.0) 881 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:57:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:44.281173+0000 mon.smithi067 (mon.0) 882 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:57:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:44.333826+0000 mon.smithi172 (mon.1) 153 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:57:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:44.334188+0000 mon.smithi067 (mon.0) 883 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:57:44.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:44.337785+0000 mon.smithi067 (mon.0) 884 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:57:44.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:44.341148+0000 mon.smithi172 (mon.1) 154 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:44.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:44 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:44.342609+0000 mon.smithi172 (mon.1) 155 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi172.gogrkm","key": "container_image"}]: dispatch 2024-09-10T18:57:44.756 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:44.276904+0000 mon.smithi172 (mon.1) 152 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:57:44.756 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:44.277273+0000 mon.smithi067 (mon.0) 881 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T18:57:44.756 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:44.281173+0000 mon.smithi067 (mon.0) 882 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T18:57:44.756 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:44.333826+0000 mon.smithi172 (mon.1) 153 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:57:44.757 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:44.334188+0000 mon.smithi067 (mon.0) 883 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T18:57:44.757 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:44.337785+0000 mon.smithi067 (mon.0) 884 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-10T18:57:44.757 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:44.341148+0000 mon.smithi172 (mon.1) 154 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:44.757 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:44.342609+0000 mon.smithi172 (mon.1) 155 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi172.gogrkm","key": "container_image"}]: dispatch 2024-09-10T18:57:44.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 9.30 MB/sec execute 32 sec latency 8778.430 ms 2024-09-10T18:57:45.715 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:43.931846+0000 mgr.smithi172.viqcsa (mgr.24479) 53 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 1.3 MiB/s wr, 180 op/s 2024-09-10T18:57:45.715 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:44.333371+0000 mgr.smithi172.viqcsa (mgr.24479) 54 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:57:45.716 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:44.333467+0000 mgr.smithi172.viqcsa (mgr.24479) 55 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi172.gogrkm-rgw 2024-09-10T18:57:45.716 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:44.340648+0000 mgr.smithi172.viqcsa (mgr.24479) 56 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi172.gogrkm's ganesha conf is defaulting to empty 2024-09-10T18:57:45.716 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:44.342206+0000 mgr.smithi172.viqcsa (mgr.24479) 57 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi172.gogrkm on smithi172 2024-09-10T18:57:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:43.931846+0000 mgr.smithi172.viqcsa (mgr.24479) 53 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 1.3 MiB/s wr, 180 op/s 2024-09-10T18:57:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:44.333371+0000 mgr.smithi172.viqcsa (mgr.24479) 54 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-10T18:57:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:44.333467+0000 mgr.smithi172.viqcsa (mgr.24479) 55 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi172.gogrkm-rgw 2024-09-10T18:57:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:44.340648+0000 mgr.smithi172.viqcsa (mgr.24479) 56 : cephadm [WRN] Bind address in nfs.foo.1.0.smithi172.gogrkm's ganesha conf is defaulting to empty 2024-09-10T18:57:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:44.342206+0000 mgr.smithi172.viqcsa (mgr.24479) 57 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi172.gogrkm on smithi172 2024-09-10T18:57:45.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 9.01 MB/sec execute 33 sec latency 9778.555 ms 2024-09-10T18:57:46.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 8.75 MB/sec execute 34 sec latency 10778.607 ms 2024-09-10T18:57:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:45.932226+0000 mgr.smithi172.viqcsa (mgr.24479) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.1 MiB/s wr, 151 op/s 2024-09-10T18:57:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:46.772138+0000 mon.smithi172 (mon.1) 156 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:46.776374+0000 mon.smithi067 (mon.0) 885 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:46.783595+0000 mon.smithi067 (mon.0) 886 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:46.790197+0000 mon.smithi067 (mon.0) 887 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:46.796498+0000 mon.smithi067 (mon.0) 888 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:46.875995+0000 mon.smithi172 (mon.1) 157 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:46.877604+0000 mon.smithi172 (mon.1) 158 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:46.878663+0000 mon.smithi172 (mon.1) 159 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:45.932226+0000 mgr.smithi172.viqcsa (mgr.24479) 58 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 6.5 KiB/s rd, 1.1 MiB/s wr, 151 op/s 2024-09-10T18:57:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:46.772138+0000 mon.smithi172 (mon.1) 156 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:46.776374+0000 mon.smithi067 (mon.0) 885 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:46.783595+0000 mon.smithi067 (mon.0) 886 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:46.790197+0000 mon.smithi067 (mon.0) 887 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:46.796498+0000 mon.smithi067 (mon.0) 888 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:46.875995+0000 mon.smithi172 (mon.1) 157 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T18:57:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:46.877604+0000 mon.smithi172 (mon.1) 158 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:47.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:46.878663+0000 mon.smithi172 (mon.1) 159 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:47.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 8.50 MB/sec execute 35 sec latency 11778.665 ms 2024-09-10T18:57:48.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 8.26 MB/sec execute 36 sec latency 12778.761 ms 2024-09-10T18:57:49.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:47.932567+0000 mgr.smithi172.viqcsa (mgr.24479) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 5.7 KiB/s rd, 1016 KiB/s wr, 132 op/s 2024-09-10T18:57:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:48.396191+0000 mon.smithi067 (mon.0) 889 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:49.674 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:47.932567+0000 mgr.smithi172.viqcsa (mgr.24479) 59 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 5.7 KiB/s rd, 1016 KiB/s wr, 132 op/s 2024-09-10T18:57:49.674 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:48.396191+0000 mon.smithi067 (mon.0) 889 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:49.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 8.04 MB/sec execute 37 sec latency 13778.818 ms 2024-09-10T18:57:50.645 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T18:57:50.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 7.83 MB/sec execute 38 sec latency 14778.842 ms 2024-09-10T18:57:51.284 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:57:51.284 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (6m) 22s ago 8m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:57:51.284 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (7m) 22s ago 7m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T18:57:51.284 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (7m) 0s ago 7m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T18:57:51.284 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (6m) 22s ago 7m 37.3M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:57:51.284 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (3m) 22s ago 3m 36.0M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (2m) 0s ago 2m 15.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (9m) 22s ago 9m 303M - 15.2.13 2cf504fded39 7aeceb75d19a 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (56s) 0s ago 7m 441M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (9m) 22s ago 9m 51.5M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (8m) 0s ago 8m 42.9M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 starting - - - - 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (5s) 0s ago 4s 14.7M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (7m) 22s ago 7m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (7m) 0s ago 7m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (7m) 22s ago 7m 393M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (6m) 22s ago 6m 288M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (6m) 22s ago 6m 220M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (5m) 22s ago 5m 354M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T18:57:51.285 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (5m) 0s ago 5m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T18:57:51.286 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (5m) 0s ago 5m 164M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T18:57:51.286 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (4m) 0s ago 4m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T18:57:51.286 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (4m) 0s ago 4m 247M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T18:57:51.286 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (6m) 22s ago 6m 40.3M - 2.18.1 de242295e225 fa958950966d 2024-09-10T18:57:51.561 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:49.933193+0000 mgr.smithi172.viqcsa (mgr.24479) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 7.0 KiB/s rd, 966 KiB/s wr, 128 op/s 2024-09-10T18:57:51.561 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:50.632495+0000 mgr.smithi172.viqcsa (mgr.24479) 61 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:51.561 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.081418+0000 mon.smithi172 (mon.1) 160 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.085292+0000 mon.smithi067 (mon.0) 890 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.092425+0000 mon.smithi067 (mon.0) 891 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.274142+0000 mon.smithi172 (mon.1) 161 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.274507+0000 mon.smithi172 (mon.1) 162 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.274824+0000 mon.smithi172 (mon.1) 163 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.275142+0000 mon.smithi172 (mon.1) 164 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.275430+0000 mon.smithi172 (mon.1) 165 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.276992+0000 mon.smithi172 (mon.1) 166 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.277329+0000 mon.smithi172 (mon.1) 167 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.277616+0000 mon.smithi172 (mon.1) 168 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.277888+0000 mon.smithi172 (mon.1) 169 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.278174+0000 mon.smithi172 (mon.1) 170 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.665 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:57:51.666 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T18:57:51.666 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:57:51.666 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:57:51.666 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T18:57:51.666 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-09-10T18:57:51.666 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:57:51.667 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:57:51.667 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T18:57:51.667 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T18:57:51.667 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:57:51.667 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T18:57:51.667 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:57:51.667 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:57:51.668 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T18:57:51.668 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-09-10T18:57:51.668 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:57:51.668 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T18:57:51.668 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:57:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:49.933193+0000 mgr.smithi172.viqcsa (mgr.24479) 60 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 7.0 KiB/s rd, 966 KiB/s wr, 128 op/s 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:50.632495+0000 mgr.smithi172.viqcsa (mgr.24479) 61 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.081418+0000 mon.smithi172 (mon.1) 160 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.085292+0000 mon.smithi067 (mon.0) 890 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.092425+0000 mon.smithi067 (mon.0) 891 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.274142+0000 mon.smithi172 (mon.1) 161 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.274507+0000 mon.smithi172 (mon.1) 162 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.274824+0000 mon.smithi172 (mon.1) 163 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.275142+0000 mon.smithi172 (mon.1) 164 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.275430+0000 mon.smithi172 (mon.1) 165 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.276992+0000 mon.smithi172 (mon.1) 166 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.277329+0000 mon.smithi172 (mon.1) 167 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.277616+0000 mon.smithi172 (mon.1) 168 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.277888+0000 mon.smithi172 (mon.1) 169 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.278174+0000 mon.smithi172 (mon.1) 170 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:57:51.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 7.63 MB/sec execute 39 sec latency 15778.892 ms 2024-09-10T18:57:52.012 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:57:52.013 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:57:52.013 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T18:57:52.013 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:57:52.013 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T18:57:52.013 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2024-09-10T18:57:52.013 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2024-09-10T18:57:52.013 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T18:57:52.013 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:57:52.675 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:50.957270+0000 mgr.smithi172.viqcsa (mgr.24479) 62 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:52.675 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.272189+0000 mgr.smithi172.viqcsa (mgr.24479) 63 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:52.675 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:51.664541+0000 mon.smithi067 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.67:0/2633756418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:52.771 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:50.957270+0000 mgr.smithi172.viqcsa (mgr.24479) 62 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:52.771 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.272189+0000 mgr.smithi172.viqcsa (mgr.24479) 63 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:52.771 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:51.664541+0000 mon.smithi067 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.67:0/2633756418' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:57:52.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 7.44 MB/sec execute 40 sec latency 16778.979 ms 2024-09-10T18:57:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:51.933559+0000 mgr.smithi172.viqcsa (mgr.24479) 64 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 2.7 KiB/s rd, 24 KiB/s wr, 6 op/s 2024-09-10T18:57:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:52.011431+0000 mgr.smithi172.viqcsa (mgr.24479) 65 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:53.077250+0000 mon.smithi172 (mon.1) 171 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:53.081461+0000 mon.smithi067 (mon.0) 893 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:53.087623+0000 mon.smithi067 (mon.0) 894 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:53.089527+0000 mon.smithi172 (mon.1) 172 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:53.090515+0000 mon.smithi172 (mon.1) 173 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:53.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:53.094484+0000 mon.smithi067 (mon.0) 895 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:53.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:53.098079+0000 mon.smithi172 (mon.1) 174 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T18:57:53.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:57:53.102408+0000 mon.smithi067 (mon.0) 896 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:53.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:51.933559+0000 mgr.smithi172.viqcsa (mgr.24479) 64 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 2.7 KiB/s rd, 24 KiB/s wr, 6 op/s 2024-09-10T18:57:53.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:52.011431+0000 mgr.smithi172.viqcsa (mgr.24479) 65 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:57:53.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:53.077250+0000 mon.smithi172 (mon.1) 171 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:53.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:53.081461+0000 mon.smithi067 (mon.0) 893 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:53.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:53.087623+0000 mon.smithi067 (mon.0) 894 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:53.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:53.089527+0000 mon.smithi172 (mon.1) 172 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:57:53.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:53.090515+0000 mon.smithi172 (mon.1) 173 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T18:57:53.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:53.094484+0000 mon.smithi067 (mon.0) 895 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:53.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:53.098079+0000 mon.smithi172 (mon.1) 174 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T18:57:53.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:57:53.102408+0000 mon.smithi067 (mon.0) 896 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:57:53.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 7.26 MB/sec execute 41 sec latency 17779.071 ms 2024-09-10T18:57:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:53.091277+0000 mgr.smithi172.viqcsa (mgr.24479) 66 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:53.179449+0000 mgr.smithi172.viqcsa (mgr.24479) 67 : cephadm [INF] Reconfiguring prometheus.smithi067 (dependencies changed)... 2024-09-10T18:57:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T18:57:53.187708+0000 mgr.smithi172.viqcsa (mgr.24479) 68 : cephadm [INF] Reconfiguring daemon prometheus.smithi067 on smithi067 2024-09-10T18:57:54.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:53.091277+0000 mgr.smithi172.viqcsa (mgr.24479) 66 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T18:57:54.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:53.179449+0000 mgr.smithi172.viqcsa (mgr.24479) 67 : cephadm [INF] Reconfiguring prometheus.smithi067 (dependencies changed)... 2024-09-10T18:57:54.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T18:57:53.187708+0000 mgr.smithi172.viqcsa (mgr.24479) 68 : cephadm [INF] Reconfiguring daemon prometheus.smithi067 on smithi067 2024-09-10T18:57:54.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 7.08 MB/sec execute 42 sec latency 18779.124 ms 2024-09-10T18:57:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:53.934361+0000 mgr.smithi172.viqcsa (mgr.24479) 69 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 3.0 KiB/s rd, 25 KiB/s wr, 7 op/s 2024-09-10T18:57:55.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:53.934361+0000 mgr.smithi172.viqcsa (mgr.24479) 69 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 3.0 KiB/s rd, 25 KiB/s wr, 7 op/s 2024-09-10T18:57:55.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 6.92 MB/sec execute 43 sec latency 19779.153 ms 2024-09-10T18:57:56.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 6.76 MB/sec execute 44 sec latency 20779.183 ms 2024-09-10T18:57:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:55.934763+0000 mgr.smithi172.viqcsa (mgr.24479) 70 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-10T18:57:57.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:55.934763+0000 mgr.smithi172.viqcsa (mgr.24479) 70 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-10T18:57:57.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 6.61 MB/sec execute 45 sec latency 21779.271 ms 2024-09-10T18:57:58.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 6.47 MB/sec execute 46 sec latency 22779.310 ms 2024-09-10T18:57:59.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:57:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:57.935162+0000 mgr.smithi172.viqcsa (mgr.24479) 71 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-10T18:57:59.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:57:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:57.935162+0000 mgr.smithi172.viqcsa (mgr.24479) 71 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-10T18:57:59.836 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 6.33 MB/sec execute 47 sec latency 23779.362 ms 2024-09-10T18:58:00.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 6.20 MB/sec execute 48 sec latency 24779.477 ms 2024-09-10T18:58:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:57:59.935866+0000 mgr.smithi172.viqcsa (mgr.24479) 72 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-10T18:58:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:57:59.935866+0000 mgr.smithi172.viqcsa (mgr.24479) 72 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.8 KiB/s wr, 3 op/s 2024-09-10T18:58:01.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 6.07 MB/sec execute 49 sec latency 25779.608 ms 2024-09-10T18:58:02.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.95 MB/sec execute 50 sec latency 26779.645 ms 2024-09-10T18:58:03.764 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:01.936321+0000 mgr.smithi172.viqcsa (mgr.24479) 73 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-09-10T18:58:03.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:01.936321+0000 mgr.smithi172.viqcsa (mgr.24479) 73 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 255 B/s rd, 853 B/s wr, 0 op/s 2024-09-10T18:58:03.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.83 MB/sec execute 51 sec latency 27779.755 ms 2024-09-10T18:58:04.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.72 MB/sec execute 52 sec latency 28779.871 ms 2024-09-10T18:58:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:03.936977+0000 mgr.smithi172.viqcsa (mgr.24479) 74 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-09-10T18:58:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:03.936977+0000 mgr.smithi172.viqcsa (mgr.24479) 74 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 426 B/s rd, 853 B/s wr, 1 op/s 2024-09-10T18:58:05.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.61 MB/sec execute 53 sec latency 29779.991 ms 2024-09-10T18:58:06.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.51 MB/sec execute 54 sec latency 30780.081 ms 2024-09-10T18:58:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:05.937402+0000 mgr.smithi172.viqcsa (mgr.24479) 75 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:07.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:05.937402+0000 mgr.smithi172.viqcsa (mgr.24479) 75 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:07.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.41 MB/sec execute 55 sec latency 31780.226 ms 2024-09-10T18:58:08.672 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:08.346683+0000 mon.smithi172 (mon.1) 175 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T18:58:08.672 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:08.346921+0000 mon.smithi172 (mon.1) 176 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:58:08.672 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:08.347135+0000 mon.smithi172 (mon.1) 177 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:58:08.672 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:08.347334+0000 mon.smithi172 (mon.1) 178 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:08.672 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:08.347457+0000 mon.smithi067 (mon.0) 897 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T18:58:08.672 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:08.348083+0000 mon.smithi067 (mon.0) 898 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:58:08.673 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:08.348501+0000 mon.smithi067 (mon.0) 899 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:58:08.673 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:08.348918+0000 mon.smithi067 (mon.0) 900 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:08.695 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:08.346683+0000 mon.smithi172 (mon.1) 175 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T18:58:08.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:08.346921+0000 mon.smithi172 (mon.1) 176 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:58:08.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:08.347135+0000 mon.smithi172 (mon.1) 177 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:58:08.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:08.347334+0000 mon.smithi172 (mon.1) 178 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:08.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:08.347457+0000 mon.smithi067 (mon.0) 897 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T18:58:08.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:08.348083+0000 mon.smithi067 (mon.0) 898 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T18:58:08.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:08.348501+0000 mon.smithi067 (mon.0) 899 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T18:58:08.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:08.348918+0000 mon.smithi067 (mon.0) 900 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:08.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.31 MB/sec execute 56 sec latency 32780.291 ms 2024-09-10T18:58:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:07.937812+0000 mgr.smithi172.viqcsa (mgr.24479) 76 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:09.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:07.937812+0000 mgr.smithi172.viqcsa (mgr.24479) 76 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:09.837 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.22 MB/sec execute 57 sec latency 33780.343 ms 2024-09-10T18:58:10.838 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.13 MB/sec execute 58 sec latency 34780.447 ms 2024-09-10T18:58:11.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:09.938527+0000 mgr.smithi172.viqcsa (mgr.24479) 77 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:11.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:09.938527+0000 mgr.smithi172.viqcsa (mgr.24479) 77 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:11.838 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 5.04 MB/sec execute 59 sec latency 35780.576 ms 2024-09-10T18:58:12.840 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.96 MB/sec execute 60 sec latency 36780.687 ms 2024-09-10T18:58:13.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:11.939033+0000 mgr.smithi172.viqcsa (mgr.24479) 78 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:13.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:11.939033+0000 mgr.smithi172.viqcsa (mgr.24479) 78 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:13.838 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.88 MB/sec execute 61 sec latency 37780.804 ms 2024-09-10T18:58:14.838 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.80 MB/sec execute 62 sec latency 38780.870 ms 2024-09-10T18:58:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:13.939700+0000 mgr.smithi172.viqcsa (mgr.24479) 79 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:58:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:15.336425+0000 mds.foofs.smithi067.njgdql (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 30.127827 secs 2024-09-10T18:58:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:15.336432+0000 mds.foofs.smithi067.njgdql (mds.0) 2 : cluster [WRN] slow request 30.127826 seconds old, received at 2024-09-10T18:57:45.208534+0000: client_request(client.14722:6 getattr pAsLsXsFs #0x100000049f3 2024-09-10T18:57:45.208495+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:58:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:13.939700+0000 mgr.smithi172.viqcsa (mgr.24479) 79 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:58:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:15.336425+0000 mds.foofs.smithi067.njgdql (mds.0) 1 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 30.127827 secs 2024-09-10T18:58:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:15.336432+0000 mds.foofs.smithi067.njgdql (mds.0) 2 : cluster [WRN] slow request 30.127826 seconds old, received at 2024-09-10T18:57:45.208534+0000: client_request(client.14722:6 getattr pAsLsXsFs #0x100000049f3 2024-09-10T18:57:45.208495+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:58:15.838 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.72 MB/sec execute 63 sec latency 39781.018 ms 2024-09-10T18:58:16.838 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.65 MB/sec execute 64 sec latency 40781.121 ms 2024-09-10T18:58:17.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:15.940151+0000 mgr.smithi172.viqcsa (mgr.24479) 80 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:15.940151+0000 mgr.smithi172.viqcsa (mgr.24479) 80 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:17.838 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.58 MB/sec execute 65 sec latency 41781.241 ms 2024-09-10T18:58:18.838 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.51 MB/sec execute 66 sec latency 42781.352 ms 2024-09-10T18:58:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:17.940483+0000 mgr.smithi172.viqcsa (mgr.24479) 81 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:19.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:17.940483+0000 mgr.smithi172.viqcsa (mgr.24479) 81 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:19.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.44 MB/sec execute 67 sec latency 43781.472 ms 2024-09-10T18:58:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:19.461291+0000 mon.smithi067 (mon.0) 901 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-10T18:58:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:19.465311+0000 mon.smithi067 (mon.0) 902 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T18:58:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:19.465362+0000 mon.smithi067 (mon.0) 903 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:58:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:20.336445+0000 mds.foofs.smithi067.njgdql (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 35.127892 secs 2024-09-10T18:58:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:19.461291+0000 mon.smithi067 (mon.0) 901 : cluster [WRN] Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) 2024-09-10T18:58:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:19.465311+0000 mon.smithi067 (mon.0) 902 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T18:58:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:19.465362+0000 mon.smithi067 (mon.0) 903 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:58:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:20.336445+0000 mds.foofs.smithi067.njgdql (mds.0) 3 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 35.127892 secs 2024-09-10T18:58:20.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.37 MB/sec execute 68 sec latency 44781.606 ms 2024-09-10T18:58:21.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:19.941363+0000 mgr.smithi172.viqcsa (mgr.24479) 82 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:21.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:19.941363+0000 mgr.smithi172.viqcsa (mgr.24479) 82 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:21.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.31 MB/sec execute 69 sec latency 45781.721 ms 2024-09-10T18:58:22.349 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T18:58:22.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.25 MB/sec execute 70 sec latency 46781.780 ms 2024-09-10T18:58:22.955 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:58:22.955 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (7m) 29s ago 8m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (8m) 29s ago 8m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (8m) 31s ago 8m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (6m) 29s ago 8m 37.4M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (3m) 29s ago 3m 35.8M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (3m) 31s ago 3m 15.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (9m) 29s ago 9m 304M - 15.2.13 2cf504fded39 7aeceb75d19a 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (87s) 31s ago 8m 441M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (9m) 29s ago 9m 47.3M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (8m) 31s ago 8m 42.9M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (42s) 29s ago 41s 47.7M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (36s) 31s ago 36s 14.7M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (7m) 29s ago 7m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (7m) 31s ago 7m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:58:22.956 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (7m) 29s ago 7m 139M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T18:58:22.957 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (7m) 29s ago 7m 307M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T18:58:22.957 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (6m) 29s ago 6m 247M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T18:58:22.957 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (6m) 29s ago 6m 387M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T18:58:22.957 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (6m) 31s ago 6m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T18:58:22.957 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (5m) 31s ago 5m 164M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T18:58:22.957 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (5m) 31s ago 5m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T18:58:22.957 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (5m) 31s ago 5m 247M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T18:58:22.957 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (7m) 29s ago 7m 40.3M - 2.18.1 de242295e225 fa958950966d 2024-09-10T18:58:23.326 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:58:23.327 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T18:58:23.328 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:58:23.328 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:58:23.328 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T18:58:23.328 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-09-10T18:58:23.328 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:58:23.328 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T18:58:23.328 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:58:23.638 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:58:23.638 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:58:23.638 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T18:58:23.638 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:58:23.638 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T18:58:23.638 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2024-09-10T18:58:23.638 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2024-09-10T18:58:23.639 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T18:58:23.639 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:58:23.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:21.941737+0000 mgr.smithi172.viqcsa (mgr.24479) 83 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:23.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.335395+0000 mgr.smithi172.viqcsa (mgr.24479) 84 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:23.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.943922+0000 mon.smithi172 (mon.1) 179 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:23.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.944452+0000 mon.smithi172 (mon.1) 180 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.944934+0000 mon.smithi172 (mon.1) 181 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.945386+0000 mon.smithi172 (mon.1) 182 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.639 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.945799+0000 mon.smithi172 (mon.1) 183 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.947853+0000 mon.smithi172 (mon.1) 184 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:23.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.948268+0000 mon.smithi172 (mon.1) 185 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.948664+0000 mon.smithi172 (mon.1) 186 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.949064+0000 mon.smithi172 (mon.1) 187 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.949448+0000 mon.smithi172 (mon.1) 188 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:23.326118+0000 mon.smithi067 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.67:0/58409959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:23.640 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:23.417334+0000 mon.smithi067 (mon.0) 905 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:58:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:21.941737+0000 mgr.smithi172.viqcsa (mgr.24479) 83 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.335395+0000 mgr.smithi172.viqcsa (mgr.24479) 84 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.943922+0000 mon.smithi172 (mon.1) 179 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.944452+0000 mon.smithi172 (mon.1) 180 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.944934+0000 mon.smithi172 (mon.1) 181 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.945386+0000 mon.smithi172 (mon.1) 182 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.945799+0000 mon.smithi172 (mon.1) 183 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.947853+0000 mon.smithi172 (mon.1) 184 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.948268+0000 mon.smithi172 (mon.1) 185 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.948664+0000 mon.smithi172 (mon.1) 186 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.949064+0000 mon.smithi172 (mon.1) 187 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.949448+0000 mon.smithi172 (mon.1) 188 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:23.326118+0000 mon.smithi067 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.67:0/58409959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:23.417334+0000 mon.smithi067 (mon.0) 905 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:58:23.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.19 MB/sec execute 71 sec latency 47781.858 ms 2024-09-10T18:58:24.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.645793+0000 mgr.smithi172.viqcsa (mgr.24479) 85 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:24.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:22.941334+0000 mgr.smithi172.viqcsa (mgr.24479) 86 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:24.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:23.636860+0000 mgr.smithi172.viqcsa (mgr.24479) 87 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:24.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.645793+0000 mgr.smithi172.viqcsa (mgr.24479) 85 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:24.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:22.941334+0000 mgr.smithi172.viqcsa (mgr.24479) 86 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:24.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:23.636860+0000 mgr.smithi172.viqcsa (mgr.24479) 87 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:24.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.13 MB/sec execute 72 sec latency 48781.936 ms 2024-09-10T18:58:25.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:23.942427+0000 mgr.smithi172.viqcsa (mgr.24479) 88 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:58:25.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:25.336595+0000 mds.foofs.smithi067.njgdql (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 40.128022 secs 2024-09-10T18:58:25.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:23.942427+0000 mgr.smithi172.viqcsa (mgr.24479) 88 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:58:25.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:25.336595+0000 mds.foofs.smithi067.njgdql (mds.0) 4 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 40.128022 secs 2024-09-10T18:58:25.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.08 MB/sec execute 73 sec latency 49781.996 ms 2024-09-10T18:58:26.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 4.02 MB/sec execute 74 sec latency 50782.045 ms 2024-09-10T18:58:27.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:25.942816+0000 mgr.smithi172.viqcsa (mgr.24479) 89 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:27.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:25.942816+0000 mgr.smithi172.viqcsa (mgr.24479) 89 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:27.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.97 MB/sec execute 75 sec latency 51782.154 ms 2024-09-10T18:58:28.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.91 MB/sec execute 76 sec latency 52782.253 ms 2024-09-10T18:58:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:27.943222+0000 mgr.smithi172.viqcsa (mgr.24479) 90 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:29.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:27.943222+0000 mgr.smithi172.viqcsa (mgr.24479) 90 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:29.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.86 MB/sec execute 77 sec latency 53782.343 ms 2024-09-10T18:58:30.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:30.336711+0000 mds.foofs.smithi067.njgdql (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 45.128156 secs 2024-09-10T18:58:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:30.336711+0000 mds.foofs.smithi067.njgdql (mds.0) 5 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 45.128156 secs 2024-09-10T18:58:30.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.81 MB/sec execute 78 sec latency 54782.451 ms 2024-09-10T18:58:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:29.943884+0000 mgr.smithi172.viqcsa (mgr.24479) 91 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:31.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:29.943884+0000 mgr.smithi172.viqcsa (mgr.24479) 91 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:31.839 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.77 MB/sec execute 79 sec latency 55782.565 ms 2024-09-10T18:58:32.840 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.72 MB/sec execute 80 sec latency 56782.649 ms 2024-09-10T18:58:33.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:31.944268+0000 mgr.smithi172.viqcsa (mgr.24479) 92 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:33.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:31.944268+0000 mgr.smithi172.viqcsa (mgr.24479) 92 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:33.840 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.67 MB/sec execute 81 sec latency 57782.746 ms 2024-09-10T18:58:34.840 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.63 MB/sec execute 82 sec latency 58782.852 ms 2024-09-10T18:58:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:33.945180+0000 mgr.smithi172.viqcsa (mgr.24479) 93 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:58:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:35.336843+0000 mds.foofs.smithi067.njgdql (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 50.128286 secs 2024-09-10T18:58:35.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:33.945180+0000 mgr.smithi172.viqcsa (mgr.24479) 93 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:58:35.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:35.336843+0000 mds.foofs.smithi067.njgdql (mds.0) 6 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 50.128286 secs 2024-09-10T18:58:35.840 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.58 MB/sec execute 83 sec latency 59782.972 ms 2024-09-10T18:58:36.840 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.54 MB/sec execute 84 sec latency 60783.030 ms 2024-09-10T18:58:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:35.945586+0000 mgr.smithi172.viqcsa (mgr.24479) 94 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:35.945586+0000 mgr.smithi172.viqcsa (mgr.24479) 94 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:37.840 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.50 MB/sec execute 85 sec latency 61783.103 ms 2024-09-10T18:58:38.840 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.46 MB/sec execute 86 sec latency 62783.219 ms 2024-09-10T18:58:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:37.945994+0000 mgr.smithi172.viqcsa (mgr.24479) 95 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:39.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:37.945994+0000 mgr.smithi172.viqcsa (mgr.24479) 95 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:39.840 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.42 MB/sec execute 87 sec latency 63783.330 ms 2024-09-10T18:58:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:40.336975+0000 mds.foofs.smithi067.njgdql (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 55.128406 secs 2024-09-10T18:58:40.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:40.336975+0000 mds.foofs.smithi067.njgdql (mds.0) 7 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 55.128406 secs 2024-09-10T18:58:40.841 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.38 MB/sec execute 88 sec latency 64783.415 ms 2024-09-10T18:58:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:39.946661+0000 mgr.smithi172.viqcsa (mgr.24479) 96 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:40.524747+0000 mon.smithi067 (mon.0) 906 : cluster [DBG] mgrmap e32: smithi172.viqcsa(active, since 98s), standbys: smithi067.mpnsbx 2024-09-10T18:58:41.841 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.34 MB/sec execute 89 sec latency 65783.546 ms 2024-09-10T18:58:42.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:39.946661+0000 mgr.smithi172.viqcsa (mgr.24479) 96 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:42.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:40.524747+0000 mon.smithi067 (mon.0) 906 : cluster [DBG] mgrmap e32: smithi172.viqcsa(active, since 98s), standbys: smithi067.mpnsbx 2024-09-10T18:58:42.841 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.31 MB/sec execute 90 sec latency 66783.635 ms 2024-09-10T18:58:43.841 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.27 MB/sec execute 91 sec latency 67783.734 ms 2024-09-10T18:58:44.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:41.947181+0000 mgr.smithi172.viqcsa (mgr.24479) 97 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:44.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:41.947181+0000 mgr.smithi172.viqcsa (mgr.24479) 97 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:44.841 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.23 MB/sec execute 92 sec latency 68783.839 ms 2024-09-10T18:58:45.844 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.20 MB/sec execute 93 sec latency 69783.891 ms 2024-09-10T18:58:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:43.947824+0000 mgr.smithi172.viqcsa (mgr.24479) 98 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:45.337065+0000 mds.foofs.smithi067.njgdql (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 60.128482 secs 2024-09-10T18:58:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:45.337073+0000 mds.foofs.smithi067.njgdql (mds.0) 9 : cluster [WRN] slow request 60.128481 seconds old, received at 2024-09-10T18:57:45.208534+0000: client_request(client.14722:6 getattr pAsLsXsFs #0x100000049f3 2024-09-10T18:57:45.208495+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:58:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:45.337108+0000 mds.foofs.smithi067.njgdql (mds.0) 10 : cluster [WRN] client.14516 isn't responding to mclientcaps(revoke), ino 0x100000049f3 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 60.128521 seconds ago 2024-09-10T18:58:46.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:43.947824+0000 mgr.smithi172.viqcsa (mgr.24479) 98 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:46.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:45.337065+0000 mds.foofs.smithi067.njgdql (mds.0) 8 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 60.128482 secs 2024-09-10T18:58:46.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:45.337073+0000 mds.foofs.smithi067.njgdql (mds.0) 9 : cluster [WRN] slow request 60.128481 seconds old, received at 2024-09-10T18:57:45.208534+0000: client_request(client.14722:6 getattr pAsLsXsFs #0x100000049f3 2024-09-10T18:57:45.208495+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:58:46.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:45.337108+0000 mds.foofs.smithi067.njgdql (mds.0) 10 : cluster [WRN] client.14516 isn't responding to mclientcaps(revoke), ino 0x100000049f3 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 60.128521 seconds ago 2024-09-10T18:58:46.841 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.16 MB/sec execute 94 sec latency 70783.984 ms 2024-09-10T18:58:47.841 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.13 MB/sec execute 95 sec latency 71784.098 ms 2024-09-10T18:58:48.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:45.948355+0000 mgr.smithi172.viqcsa (mgr.24479) 99 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:48.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:45.948355+0000 mgr.smithi172.viqcsa (mgr.24479) 99 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:48.841 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.10 MB/sec execute 96 sec latency 72784.237 ms 2024-09-10T18:58:49.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:47.530636+0000 mon.smithi067 (mon.0) 907 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-10T18:58:49.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:47.534682+0000 mon.smithi067 (mon.0) 908 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T18:58:49.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:47.534733+0000 mon.smithi067 (mon.0) 909 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:58:49.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:47.530636+0000 mon.smithi067 (mon.0) 907 : cluster [WRN] Health check failed: 1 clients failing to respond to capability release (MDS_CLIENT_LATE_RELEASE) 2024-09-10T18:58:49.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:47.534682+0000 mon.smithi067 (mon.0) 908 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T18:58:49.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:47.534733+0000 mon.smithi067 (mon.0) 909 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T18:58:49.841 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.07 MB/sec execute 97 sec latency 73784.331 ms 2024-09-10T18:58:50.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:47.948847+0000 mgr.smithi172.viqcsa (mgr.24479) 100 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:50.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:47.948847+0000 mgr.smithi172.viqcsa (mgr.24479) 100 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:50.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.04 MB/sec execute 98 sec latency 74784.448 ms 2024-09-10T18:58:51.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:50.337126+0000 mds.foofs.smithi067.njgdql (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 65.128557 secs 2024-09-10T18:58:51.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:50.337126+0000 mds.foofs.smithi067.njgdql (mds.0) 11 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 65.128557 secs 2024-09-10T18:58:51.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 3.00 MB/sec execute 99 sec latency 75784.575 ms 2024-09-10T18:58:52.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:49.949510+0000 mgr.smithi172.viqcsa (mgr.24479) 101 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:52.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:49.949510+0000 mgr.smithi172.viqcsa (mgr.24479) 101 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-10T18:58:52.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.97 MB/sec execute 100 sec latency 76784.700 ms 2024-09-10T18:58:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:51.949888+0000 mgr.smithi172.viqcsa (mgr.24479) 102 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:53.424878+0000 mon.smithi067 (mon.0) 910 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:58:53.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.95 MB/sec execute 101 sec latency 77784.766 ms 2024-09-10T18:58:53.971 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T18:58:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:51.949888+0000 mgr.smithi172.viqcsa (mgr.24479) 102 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:53.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:53.424878+0000 mon.smithi067 (mon.0) 910 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T18:58:54.577 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:58:54.577 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (7m) 61s ago 9m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:58:54.577 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (9m) 61s ago 9m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T18:58:54.577 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (8m) 63s ago 8m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T18:58:54.577 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (7m) 61s ago 8m 37.4M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:58:54.577 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (4m) 61s ago 4m 35.8M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T18:58:54.577 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (4m) 63s ago 4m 15.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T18:58:54.577 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (10m) 61s ago 10m 304M - 15.2.13 2cf504fded39 7aeceb75d19a 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (119s) 63s ago 8m 441M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (10m) 61s ago 10m 47.3M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (9m) 63s ago 9m 42.9M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (73s) 61s ago 73s 47.7M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (68s) 63s ago 67s 14.7M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (8m) 61s ago 8m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (8m) 63s ago 8m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (8m) 61s ago 8m 139M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (7m) 61s ago 7m 307M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (7m) 61s ago 7m 247M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (6m) 61s ago 6m 387M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (6m) 63s ago 6m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T18:58:54.578 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (6m) 63s ago 6m 164M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T18:58:54.579 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (6m) 63s ago 6m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T18:58:54.579 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (5m) 63s ago 5m 247M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T18:58:54.579 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (7m) 61s ago 7m 40.3M - 2.18.1 de242295e225 fa958950966d 2024-09-10T18:58:54.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.92 MB/sec execute 102 sec latency 78784.829 ms 2024-09-10T18:58:54.945 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:58:54.945 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T18:58:54.945 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:58:54.945 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:58:54.945 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T18:58:54.945 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-09-10T18:58:54.945 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:58:54.945 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T18:58:54.946 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:58:55.252 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:58:55.252 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:58:55.252 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T18:58:55.252 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:58:55.252 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T18:58:55.253 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2024-09-10T18:58:55.253 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2024-09-10T18:58:55.253 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T18:58:55.253 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:58:55.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.89 MB/sec execute 103 sec latency 79784.914 ms 2024-09-10T18:58:56.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:53.950538+0000 mgr.smithi172.viqcsa (mgr.24479) 103 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:58:56.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:53.958614+0000 mgr.smithi172.viqcsa (mgr.24479) 104 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:56.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.264972+0000 mgr.smithi172.viqcsa (mgr.24479) 105 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:56.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.562377+0000 mgr.smithi172.viqcsa (mgr.24479) 106 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.564961+0000 mon.smithi172 (mon.1) 189 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.565424+0000 mon.smithi172 (mon.1) 190 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.565836+0000 mon.smithi172 (mon.1) 191 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.566315+0000 mon.smithi172 (mon.1) 192 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.567077+0000 mon.smithi172 (mon.1) 193 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.569347+0000 mon.smithi172 (mon.1) 194 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.569713+0000 mon.smithi172 (mon.1) 195 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.570074+0000 mon.smithi172 (mon.1) 196 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.570408+0000 mon.smithi172 (mon.1) 197 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.570748+0000 mon.smithi172 (mon.1) 198 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:54.944314+0000 mon.smithi067 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.67:0/1938116097' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:56.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:55.337252+0000 mds.foofs.smithi067.njgdql (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 70.128679 secs 2024-09-10T18:58:56.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:53.950538+0000 mgr.smithi172.viqcsa (mgr.24479) 103 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:58:56.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:53.958614+0000 mgr.smithi172.viqcsa (mgr.24479) 104 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:56.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.264972+0000 mgr.smithi172.viqcsa (mgr.24479) 105 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:56.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.562377+0000 mgr.smithi172.viqcsa (mgr.24479) 106 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:56.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.564961+0000 mon.smithi172 (mon.1) 189 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.565424+0000 mon.smithi172 (mon.1) 190 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.565836+0000 mon.smithi172 (mon.1) 191 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.566315+0000 mon.smithi172 (mon.1) 192 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.567077+0000 mon.smithi172 (mon.1) 193 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.569347+0000 mon.smithi172 (mon.1) 194 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.569713+0000 mon.smithi172 (mon.1) 195 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.570074+0000 mon.smithi172 (mon.1) 196 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.570408+0000 mon.smithi172 (mon.1) 197 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.570748+0000 mon.smithi172 (mon.1) 198 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:54.944314+0000 mon.smithi067 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.67:0/1938116097' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:58:56.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:55.337252+0000 mds.foofs.smithi067.njgdql (mds.0) 12 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 70.128679 secs 2024-09-10T18:58:56.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.86 MB/sec execute 104 sec latency 80785.009 ms 2024-09-10T18:58:57.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:58:55.251286+0000 mgr.smithi172.viqcsa (mgr.24479) 107 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:57.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:58:55.251286+0000 mgr.smithi172.viqcsa (mgr.24479) 107 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:58:57.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.83 MB/sec execute 105 sec latency 81785.116 ms 2024-09-10T18:58:58.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:55.951109+0000 mgr.smithi172.viqcsa (mgr.24479) 108 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:58.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:55.951109+0000 mgr.smithi172.viqcsa (mgr.24479) 108 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:58:58.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.81 MB/sec execute 106 sec latency 82785.259 ms 2024-09-10T18:58:59.842 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.78 MB/sec execute 107 sec latency 83785.380 ms 2024-09-10T18:59:00.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:58:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:57.951432+0000 mgr.smithi172.viqcsa (mgr.24479) 109 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:00.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:58:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:57.951432+0000 mgr.smithi172.viqcsa (mgr.24479) 109 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:00.843 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.75 MB/sec execute 108 sec latency 84785.490 ms 2024-09-10T18:59:01.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:00.337369+0000 mds.foofs.smithi067.njgdql (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 75.128799 secs 2024-09-10T18:59:01.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:00.337369+0000 mds.foofs.smithi067.njgdql (mds.0) 13 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 75.128799 secs 2024-09-10T18:59:01.843 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.73 MB/sec execute 109 sec latency 85785.603 ms 2024-09-10T18:59:02.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:58:59.952150+0000 mgr.smithi172.viqcsa (mgr.24479) 110 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:02.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:58:59.952150+0000 mgr.smithi172.viqcsa (mgr.24479) 110 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:02.843 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.70 MB/sec execute 110 sec latency 86785.709 ms 2024-09-10T18:59:03.843 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.68 MB/sec execute 111 sec latency 87785.818 ms 2024-09-10T18:59:04.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:01.952588+0000 mgr.smithi172.viqcsa (mgr.24479) 111 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:04.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:01.952588+0000 mgr.smithi172.viqcsa (mgr.24479) 111 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:04.843 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.66 MB/sec execute 112 sec latency 88785.909 ms 2024-09-10T18:59:05.843 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.63 MB/sec execute 113 sec latency 89786.015 ms 2024-09-10T18:59:06.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:03.953338+0000 mgr.smithi172.viqcsa (mgr.24479) 112 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:06.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:05.337467+0000 mds.foofs.smithi067.njgdql (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 80.128909 secs 2024-09-10T18:59:06.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:03.953338+0000 mgr.smithi172.viqcsa (mgr.24479) 112 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:06.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:05.337467+0000 mds.foofs.smithi067.njgdql (mds.0) 14 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 80.128909 secs 2024-09-10T18:59:06.843 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.61 MB/sec execute 114 sec latency 90786.136 ms 2024-09-10T18:59:07.843 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.59 MB/sec execute 115 sec latency 91786.292 ms 2024-09-10T18:59:08.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:05.953736+0000 mgr.smithi172.viqcsa (mgr.24479) 113 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:08.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:05.953736+0000 mgr.smithi172.viqcsa (mgr.24479) 113 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:08.350972+0000 mon.smithi172 (mon.1) 199 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T18:59:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:08.351277+0000 mon.smithi172 (mon.1) 200 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:59:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:08.351505+0000 mon.smithi067 (mon.0) 912 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T18:59:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:08.351525+0000 mon.smithi172 (mon.1) 201 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:59:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:08.351763+0000 mon.smithi172 (mon.1) 202 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:59:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:08.352085+0000 mon.smithi067 (mon.0) 913 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:59:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:08.352421+0000 mon.smithi067 (mon.0) 914 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:59:08.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:08.352694+0000 mon.smithi067 (mon.0) 915 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:59:08.843 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.56 MB/sec execute 116 sec latency 92786.412 ms 2024-09-10T18:59:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:08.350972+0000 mon.smithi172 (mon.1) 199 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T18:59:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:08.351277+0000 mon.smithi172 (mon.1) 200 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:59:09.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:08.351505+0000 mon.smithi067 (mon.0) 912 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T18:59:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:08.351525+0000 mon.smithi172 (mon.1) 201 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:59:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:08.351763+0000 mon.smithi172 (mon.1) 202 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:59:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:08.352085+0000 mon.smithi067 (mon.0) 913 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:59:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:08.352421+0000 mon.smithi067 (mon.0) 914 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T18:59:09.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:08.352694+0000 mon.smithi067 (mon.0) 915 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T18:59:09.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.54 MB/sec execute 117 sec latency 93786.523 ms 2024-09-10T18:59:09.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:07.954261+0000 mgr.smithi172.viqcsa (mgr.24479) 114 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:10.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:07.954261+0000 mgr.smithi172.viqcsa (mgr.24479) 114 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:10.844 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.52 MB/sec execute 118 sec latency 94786.634 ms 2024-09-10T18:59:11.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:10.337565+0000 mds.foofs.smithi067.njgdql (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 85.129009 secs 2024-09-10T18:59:11.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:10.337565+0000 mds.foofs.smithi067.njgdql (mds.0) 15 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 85.129009 secs 2024-09-10T18:59:11.844 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.50 MB/sec execute 119 sec latency 95786.746 ms 2024-09-10T18:59:12.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:09.954909+0000 mgr.smithi172.viqcsa (mgr.24479) 115 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:12.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:09.954909+0000 mgr.smithi172.viqcsa (mgr.24479) 115 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:12.844 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.48 MB/sec execute 120 sec latency 96786.859 ms 2024-09-10T18:59:13.844 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.46 MB/sec execute 121 sec latency 97786.965 ms 2024-09-10T18:59:14.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:11.955365+0000 mgr.smithi172.viqcsa (mgr.24479) 116 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:14.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:11.955365+0000 mgr.smithi172.viqcsa (mgr.24479) 116 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:14.844 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.44 MB/sec execute 122 sec latency 98787.069 ms 2024-09-10T18:59:15.844 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.42 MB/sec execute 123 sec latency 99787.170 ms 2024-09-10T18:59:16.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:13.956317+0000 mgr.smithi172.viqcsa (mgr.24479) 117 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:16.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:15.337652+0000 mds.foofs.smithi067.njgdql (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 90.129097 secs 2024-09-10T18:59:16.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:13.956317+0000 mgr.smithi172.viqcsa (mgr.24479) 117 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:16.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:15.337652+0000 mds.foofs.smithi067.njgdql (mds.0) 16 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 90.129097 secs 2024-09-10T18:59:16.844 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.40 MB/sec execute 124 sec latency 100787.274 ms 2024-09-10T18:59:17.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.38 MB/sec execute 125 sec latency 101787.385 ms 2024-09-10T18:59:18.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:15.956755+0000 mgr.smithi172.viqcsa (mgr.24479) 118 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:18.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:15.956755+0000 mgr.smithi172.viqcsa (mgr.24479) 118 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:18.844 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.36 MB/sec execute 126 sec latency 102787.489 ms 2024-09-10T18:59:19.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.34 MB/sec execute 127 sec latency 103787.607 ms 2024-09-10T18:59:20.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:17.957140+0000 mgr.smithi172.viqcsa (mgr.24479) 119 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:20.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:17.957140+0000 mgr.smithi172.viqcsa (mgr.24479) 119 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:20.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.32 MB/sec execute 128 sec latency 104787.725 ms 2024-09-10T18:59:21.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:20.337787+0000 mds.foofs.smithi067.njgdql (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 95.129232 secs 2024-09-10T18:59:21.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:20.337787+0000 mds.foofs.smithi067.njgdql (mds.0) 17 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 95.129232 secs 2024-09-10T18:59:21.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.31 MB/sec execute 129 sec latency 105787.855 ms 2024-09-10T18:59:22.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:19.957822+0000 mgr.smithi172.viqcsa (mgr.24479) 120 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:22.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:19.957822+0000 mgr.smithi172.viqcsa (mgr.24479) 120 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:22.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.29 MB/sec execute 130 sec latency 106787.954 ms 2024-09-10T18:59:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:21.958230+0000 mgr.smithi172.viqcsa (mgr.24479) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:23.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.27 MB/sec execute 131 sec latency 107788.071 ms 2024-09-10T18:59:24.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:21.958230+0000 mgr.smithi172.viqcsa (mgr.24479) 121 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:24.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.25 MB/sec execute 132 sec latency 108788.149 ms 2024-09-10T18:59:25.588 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T18:59:25.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.24 MB/sec execute 133 sec latency 109788.218 ms 2024-09-10T18:59:26.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:23.959119+0000 mgr.smithi172.viqcsa (mgr.24479) 122 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:26.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:25.337892+0000 mds.foofs.smithi067.njgdql (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 100.129320 secs 2024-09-10T18:59:26.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:23.959119+0000 mgr.smithi172.viqcsa (mgr.24479) 122 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:26.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:25.337892+0000 mds.foofs.smithi067.njgdql (mds.0) 18 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 100.129320 secs 2024-09-10T18:59:26.197 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:59:26.197 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (8m) 93s ago 9m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:59:26.197 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (9m) 93s ago 9m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T18:59:26.197 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (9m) 95s ago 9m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T18:59:26.197 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (7m) 93s ago 9m 37.4M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (4m) 93s ago 4m 35.8M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (4m) 95s ago 4m 15.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (10m) 93s ago 10m 304M - 15.2.13 2cf504fded39 7aeceb75d19a 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (2m) 95s ago 9m 441M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (10m) 93s ago 10m 47.3M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (9m) 95s ago 9m 42.9M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (105s) 93s ago 104s 47.7M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (99s) 95s ago 99s 14.7M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (8m) 93s ago 8m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (8m) 95s ago 8m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (8m) 93s ago 8m 139M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (8m) 93s ago 8m 307M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T18:59:26.198 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (7m) 93s ago 7m 247M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T18:59:26.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (7m) 93s ago 7m 387M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T18:59:26.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (7m) 95s ago 7m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T18:59:26.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (6m) 95s ago 6m 164M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T18:59:26.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (6m) 95s ago 6m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T18:59:26.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (6m) 95s ago 6m 247M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T18:59:26.199 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (8m) 93s ago 8m 40.3M - 2.18.1 de242295e225 fa958950966d 2024-09-10T18:59:26.565 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:59:26.565 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T18:59:26.565 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:59:26.565 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:59:26.565 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T18:59:26.566 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:59:26.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.22 MB/sec execute 134 sec latency 110788.273 ms 2024-09-10T18:59:26.879 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:59:26.879 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:59:26.879 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T18:59:26.879 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:59:26.879 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T18:59:26.879 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2024-09-10T18:59:26.879 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2024-09-10T18:59:26.879 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T18:59:26.880 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:59:26.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:25.575788+0000 mgr.smithi172.viqcsa (mgr.24479) 123 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:26.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.185880+0000 mon.smithi172 (mon.1) 203 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:26.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.186398+0000 mon.smithi172 (mon.1) 204 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:26.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.186794+0000 mon.smithi172 (mon.1) 205 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:26.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.187190+0000 mon.smithi172 (mon.1) 206 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:26.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.187539+0000 mon.smithi172 (mon.1) 207 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:26.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.189563+0000 mon.smithi172 (mon.1) 208 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:26.880 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.189980+0000 mon.smithi172 (mon.1) 209 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:26.881 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.190367+0000 mon.smithi172 (mon.1) 210 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:26.881 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.190763+0000 mon.smithi172 (mon.1) 211 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:26.881 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.191140+0000 mon.smithi172 (mon.1) 212 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:26.881 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.564694+0000 mon.smithi067 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.67:0/50791307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:27.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:25.575788+0000 mgr.smithi172.viqcsa (mgr.24479) 123 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:27.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.185880+0000 mon.smithi172 (mon.1) 203 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:27.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.186398+0000 mon.smithi172 (mon.1) 204 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:27.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.186794+0000 mon.smithi172 (mon.1) 205 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:27.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.187190+0000 mon.smithi172 (mon.1) 206 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:27.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.187539+0000 mon.smithi172 (mon.1) 207 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:27.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.189563+0000 mon.smithi172 (mon.1) 208 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:27.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.189980+0000 mon.smithi172 (mon.1) 209 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:27.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.190367+0000 mon.smithi172 (mon.1) 210 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:27.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.190763+0000 mon.smithi172 (mon.1) 211 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:27.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.191140+0000 mon.smithi172 (mon.1) 212 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:27.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.564694+0000 mon.smithi067 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.67:0/50791307' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:27.845 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.20 MB/sec execute 135 sec latency 111788.358 ms 2024-09-10T18:59:28.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:25.885905+0000 mgr.smithi172.viqcsa (mgr.24479) 124 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:25.959618+0000 mgr.smithi172.viqcsa (mgr.24479) 125 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:28.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.183280+0000 mgr.smithi172.viqcsa (mgr.24479) 126 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:25.885905+0000 mgr.smithi172.viqcsa (mgr.24479) 124 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:25.959618+0000 mgr.smithi172.viqcsa (mgr.24479) 125 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.183280+0000 mgr.smithi172.viqcsa (mgr.24479) 126 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.846 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.19 MB/sec execute 136 sec latency 112788.479 ms 2024-09-10T18:59:29.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:26.878398+0000 mgr.smithi172.viqcsa (mgr.24479) 127 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:29.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:26.878398+0000 mgr.smithi172.viqcsa (mgr.24479) 127 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:29.846 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.17 MB/sec execute 137 sec latency 113788.591 ms 2024-09-10T18:59:30.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:27.960050+0000 mgr.smithi172.viqcsa (mgr.24479) 128 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:27.960050+0000 mgr.smithi172.viqcsa (mgr.24479) 128 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:30.846 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.16 MB/sec execute 138 sec latency 114788.728 ms 2024-09-10T18:59:31.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:30.338034+0000 mds.foofs.smithi067.njgdql (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 105.129461 secs 2024-09-10T18:59:31.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:30.338034+0000 mds.foofs.smithi067.njgdql (mds.0) 19 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 105.129461 secs 2024-09-10T18:59:31.846 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.14 MB/sec execute 139 sec latency 115788.840 ms 2024-09-10T18:59:32.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:29.960768+0000 mgr.smithi172.viqcsa (mgr.24479) 129 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:32.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:29.960768+0000 mgr.smithi172.viqcsa (mgr.24479) 129 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:32.846 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.12 MB/sec execute 140 sec latency 116788.895 ms 2024-09-10T18:59:33.846 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.11 MB/sec execute 141 sec latency 117788.957 ms 2024-09-10T18:59:34.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:31.961159+0000 mgr.smithi172.viqcsa (mgr.24479) 130 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:34.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:31.961159+0000 mgr.smithi172.viqcsa (mgr.24479) 130 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:34.846 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.09 MB/sec execute 142 sec latency 118789.045 ms 2024-09-10T18:59:35.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:33.962013+0000 mgr.smithi172.viqcsa (mgr.24479) 131 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:35.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:33.962013+0000 mgr.smithi172.viqcsa (mgr.24479) 131 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:35.846 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.08 MB/sec execute 143 sec latency 119789.152 ms 2024-09-10T18:59:36.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:35.338147+0000 mds.foofs.smithi067.njgdql (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 110.129579 secs 2024-09-10T18:59:36.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:35.338147+0000 mds.foofs.smithi067.njgdql (mds.0) 20 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 110.129579 secs 2024-09-10T18:59:36.846 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.07 MB/sec execute 144 sec latency 120789.242 ms 2024-09-10T18:59:37.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:35.962500+0000 mgr.smithi172.viqcsa (mgr.24479) 132 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:37.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:35.962500+0000 mgr.smithi172.viqcsa (mgr.24479) 132 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:37.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.05 MB/sec execute 145 sec latency 121789.333 ms 2024-09-10T18:59:38.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.04 MB/sec execute 146 sec latency 122789.439 ms 2024-09-10T18:59:39.728 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:37.962905+0000 mgr.smithi172.viqcsa (mgr.24479) 133 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:37.962905+0000 mgr.smithi172.viqcsa (mgr.24479) 133 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:39.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.02 MB/sec execute 147 sec latency 123789.553 ms 2024-09-10T18:59:40.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:40.338225+0000 mds.foofs.smithi067.njgdql (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 115.129670 secs 2024-09-10T18:59:40.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:40.338225+0000 mds.foofs.smithi067.njgdql (mds.0) 21 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 115.129670 secs 2024-09-10T18:59:40.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.01 MB/sec execute 148 sec latency 124789.672 ms 2024-09-10T18:59:41.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:39.963590+0000 mgr.smithi172.viqcsa (mgr.24479) 134 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:39.963590+0000 mgr.smithi172.viqcsa (mgr.24479) 134 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:41.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 2.00 MB/sec execute 149 sec latency 125789.814 ms 2024-09-10T18:59:42.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.98 MB/sec execute 150 sec latency 126789.918 ms 2024-09-10T18:59:43.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:41.964044+0000 mgr.smithi172.viqcsa (mgr.24479) 135 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:43.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:41.964044+0000 mgr.smithi172.viqcsa (mgr.24479) 135 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:43.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.97 MB/sec execute 151 sec latency 127789.959 ms 2024-09-10T18:59:44.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.96 MB/sec execute 152 sec latency 128790.068 ms 2024-09-10T18:59:45.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:43.964703+0000 mgr.smithi172.viqcsa (mgr.24479) 136 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:45.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:45.338400+0000 mds.foofs.smithi067.njgdql (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 120.129815 secs 2024-09-10T18:59:45.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:45.338407+0000 mds.foofs.smithi067.njgdql (mds.0) 23 : cluster [WRN] slow request 120.129814 seconds old, received at 2024-09-10T18:57:45.208534+0000: client_request(client.14722:6 getattr pAsLsXsFs #0x100000049f3 2024-09-10T18:57:45.208495+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:59:45.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:45.338441+0000 mds.foofs.smithi067.njgdql (mds.0) 24 : cluster [WRN] client.14516 isn't responding to mclientcaps(revoke), ino 0x100000049f3 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 120.129854 seconds ago 2024-09-10T18:59:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:43.964703+0000 mgr.smithi172.viqcsa (mgr.24479) 136 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:45.338400+0000 mds.foofs.smithi067.njgdql (mds.0) 22 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 120.129815 secs 2024-09-10T18:59:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:45.338407+0000 mds.foofs.smithi067.njgdql (mds.0) 23 : cluster [WRN] slow request 120.129814 seconds old, received at 2024-09-10T18:57:45.208534+0000: client_request(client.14722:6 getattr pAsLsXsFs #0x100000049f3 2024-09-10T18:57:45.208495+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T18:59:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:45.338441+0000 mds.foofs.smithi067.njgdql (mds.0) 24 : cluster [WRN] client.14516 isn't responding to mclientcaps(revoke), ino 0x100000049f3 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 120.129854 seconds ago 2024-09-10T18:59:45.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.94 MB/sec execute 153 sec latency 129790.178 ms 2024-09-10T18:59:46.847 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.93 MB/sec execute 154 sec latency 130790.294 ms 2024-09-10T18:59:47.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:45.965215+0000 mgr.smithi172.viqcsa (mgr.24479) 137 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:45.965215+0000 mgr.smithi172.viqcsa (mgr.24479) 137 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:47.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.92 MB/sec execute 155 sec latency 131790.396 ms 2024-09-10T18:59:48.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.91 MB/sec execute 156 sec latency 132790.498 ms 2024-09-10T18:59:49.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:47.965618+0000 mgr.smithi172.viqcsa (mgr.24479) 138 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:49.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:47.965618+0000 mgr.smithi172.viqcsa (mgr.24479) 138 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:49.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.89 MB/sec execute 157 sec latency 133790.595 ms 2024-09-10T18:59:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:50.338452+0000 mds.foofs.smithi067.njgdql (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 125.129883 secs 2024-09-10T18:59:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:50.338452+0000 mds.foofs.smithi067.njgdql (mds.0) 25 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 125.129883 secs 2024-09-10T18:59:50.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.88 MB/sec execute 158 sec latency 134790.690 ms 2024-09-10T18:59:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:49.966407+0000 mgr.smithi172.viqcsa (mgr.24479) 139 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:51.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:49.966407+0000 mgr.smithi172.viqcsa (mgr.24479) 139 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:51.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.87 MB/sec execute 159 sec latency 135790.803 ms 2024-09-10T18:59:52.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.86 MB/sec execute 160 sec latency 136790.899 ms 2024-09-10T18:59:53.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:51.967003+0000 mgr.smithi172.viqcsa (mgr.24479) 140 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:53.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:51.967003+0000 mgr.smithi172.viqcsa (mgr.24479) 140 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:53.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.85 MB/sec execute 161 sec latency 137790.998 ms 2024-09-10T18:59:54.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.84 MB/sec execute 162 sec latency 138791.118 ms 2024-09-10T18:59:55.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:53.967662+0000 mgr.smithi172.viqcsa (mgr.24479) 141 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:55.338568+0000 mds.foofs.smithi067.njgdql (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 130.130012 secs 2024-09-10T18:59:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:53.967662+0000 mgr.smithi172.viqcsa (mgr.24479) 141 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T18:59:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:55.338568+0000 mds.foofs.smithi067.njgdql (mds.0) 26 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 130.130012 secs 2024-09-10T18:59:55.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.83 MB/sec execute 163 sec latency 139791.222 ms 2024-09-10T18:59:56.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.81 MB/sec execute 164 sec latency 140791.272 ms 2024-09-10T18:59:57.209 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T18:59:57.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:55.968042+0000 mgr.smithi172.viqcsa (mgr.24479) 142 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:55.968042+0000 mgr.smithi172.viqcsa (mgr.24479) 142 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:57.816 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:59:57.816 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (8m) 2m ago 10m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T18:59:57.816 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (10m) 2m ago 10m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (10m) 2m ago 10m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (8m) 2m ago 9m 37.4M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (5m) 2m ago 5m 35.8M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (5m) 2m ago 5m 15.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 running (11m) 2m ago 11m 304M - 15.2.13 2cf504fded39 7aeceb75d19a 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (3m) 2m ago 9m 441M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (11m) 2m ago 11m 47.3M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (10m) 2m ago 10m 42.9M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (2m) 2m ago 2m 47.7M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (2m) 2m ago 2m 14.7M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (9m) 2m ago 9m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T18:59:57.817 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (9m) 2m ago 9m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T18:59:57.818 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (9m) 2m ago 9m 139M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T18:59:57.818 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (8m) 2m ago 8m 307M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T18:59:57.818 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (8m) 2m ago 8m 247M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T18:59:57.818 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (8m) 2m ago 8m 387M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T18:59:57.818 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (7m) 2m ago 7m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T18:59:57.818 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (7m) 2m ago 7m 164M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T18:59:57.818 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (7m) 2m ago 7m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T18:59:57.818 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (6m) 2m ago 6m 247M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T18:59:57.818 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (9m) 2m ago 9m 40.3M - 2.18.1 de242295e225 fa958950966d 2024-09-10T18:59:57.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.80 MB/sec execute 165 sec latency 141791.313 ms 2024-09-10T18:59:58.183 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:59:58.184 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T18:59:58.185 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T18:59:58.185 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T18:59:58.185 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T18:59:58.185 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 13, 2024-09-10T18:59:58.185 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:59:58.185 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T18:59:58.185 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:59:58.495 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T18:59:58.495 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", 2024-09-10T18:59:58.495 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T18:59:58.495 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T18:59:58.495 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T18:59:58.496 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2024-09-10T18:59:58.496 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "", 2024-09-10T18:59:58.496 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T18:59:58.496 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T18:59:58.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.197495+0000 mgr.smithi172.viqcsa (mgr.24479) 143 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:58.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.503062+0000 mgr.smithi172.viqcsa (mgr.24479) 144 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:58.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.804782+0000 mon.smithi172 (mon.1) 213 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:58.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.805325+0000 mon.smithi172 (mon.1) 214 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.805755+0000 mon.smithi172 (mon.1) 215 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.806120+0000 mon.smithi172 (mon.1) 216 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.806548+0000 mon.smithi172 (mon.1) 217 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.808550+0000 mon.smithi172 (mon.1) 218 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:58.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.809004+0000 mon.smithi172 (mon.1) 219 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.809441+0000 mon.smithi172 (mon.1) 220 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.809814+0000 mon.smithi172 (mon.1) 221 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.810171+0000 mon.smithi172 (mon.1) 222 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:58.182771+0000 mon.smithi067 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.67:0/3567685672' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.197495+0000 mgr.smithi172.viqcsa (mgr.24479) 143 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.503062+0000 mgr.smithi172.viqcsa (mgr.24479) 144 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.804782+0000 mon.smithi172 (mon.1) 213 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.805325+0000 mon.smithi172 (mon.1) 214 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.805755+0000 mon.smithi172 (mon.1) 215 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.806120+0000 mon.smithi172 (mon.1) 216 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.806548+0000 mon.smithi172 (mon.1) 217 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.808550+0000 mon.smithi172 (mon.1) 218 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.809004+0000 mon.smithi172 (mon.1) 219 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.809441+0000 mon.smithi172 (mon.1) 220 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.809814+0000 mon.smithi172 (mon.1) 221 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.810171+0000 mon.smithi172 (mon.1) 222 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:58.182771+0000 mon.smithi067 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.67:0/3567685672' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:59:58.848 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.79 MB/sec execute 166 sec latency 142791.414 ms 2024-09-10T18:59:59.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:57.802192+0000 mgr.smithi172.viqcsa (mgr.24479) 145 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:59.968 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:57.968462+0000 mgr.smithi172.viqcsa (mgr.24479) 146 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:59.968 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 18:59:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T18:59:58.494501+0000 mgr.smithi172.viqcsa (mgr.24479) 147 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:59.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:57.802192+0000 mgr.smithi172.viqcsa (mgr.24479) 145 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:59.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:57.968462+0000 mgr.smithi172.viqcsa (mgr.24479) 146 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T18:59:59.969 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 18:59:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T18:59:58.494501+0000 mgr.smithi172.viqcsa (mgr.24479) 147 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:59.969 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.78 MB/sec execute 167 sec latency 143791.553 ms 2024-09-10T19:00:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:00.000165+0000 mon.smithi067 (mon.0) 918 : cluster [WRN] Health detail: HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-10T19:00:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:00.000216+0000 mon.smithi067 (mon.0) 919 : cluster [WRN] [WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-10T19:00:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:00.000224+0000 mon.smithi067 (mon.0) 920 : cluster [WRN] mds.foofs.smithi067.njgdql(mds.0): Client smithi067:foo1 failing to respond to capability release client_id: 14516 2024-09-10T19:00:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:00.000235+0000 mon.smithi067 (mon.0) 921 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-10T19:00:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:00.000246+0000 mon.smithi067 (mon.0) 922 : cluster [WRN] mds.foofs.smithi067.njgdql(mds.0): 1 slow requests are blocked > 30 secs 2024-09-10T19:00:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:00.338716+0000 mds.foofs.smithi067.njgdql (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 135.130142 secs 2024-09-10T19:00:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:00.000165+0000 mon.smithi067 (mon.0) 918 : cluster [WRN] Health detail: HEALTH_WARN 1 clients failing to respond to capability release; 1 MDSs report slow requests 2024-09-10T19:00:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:00.000216+0000 mon.smithi067 (mon.0) 919 : cluster [WRN] [WRN] MDS_CLIENT_LATE_RELEASE: 1 clients failing to respond to capability release 2024-09-10T19:00:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:00.000224+0000 mon.smithi067 (mon.0) 920 : cluster [WRN] mds.foofs.smithi067.njgdql(mds.0): Client smithi067:foo1 failing to respond to capability release client_id: 14516 2024-09-10T19:00:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:00.000235+0000 mon.smithi067 (mon.0) 921 : cluster [WRN] [WRN] MDS_SLOW_REQUEST: 1 MDSs report slow requests 2024-09-10T19:00:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:00.000246+0000 mon.smithi067 (mon.0) 922 : cluster [WRN] mds.foofs.smithi067.njgdql(mds.0): 1 slow requests are blocked > 30 secs 2024-09-10T19:00:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:00.338716+0000 mds.foofs.smithi067.njgdql (mds.0) 27 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 135.130142 secs 2024-09-10T19:00:00.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.77 MB/sec execute 168 sec latency 144791.681 ms 2024-09-10T19:00:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T18:59:59.969246+0000 mgr.smithi172.viqcsa (mgr.24479) 148 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:00:01.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T18:59:59.969246+0000 mgr.smithi172.viqcsa (mgr.24479) 148 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:00:01.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.76 MB/sec execute 169 sec latency 145791.808 ms 2024-09-10T19:00:02.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.75 MB/sec execute 170 sec latency 146791.926 ms 2024-09-10T19:00:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:01.969652+0000 mgr.smithi172.viqcsa (mgr.24479) 149 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:00:03.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:01.969652+0000 mgr.smithi172.viqcsa (mgr.24479) 149 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:00:03.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.74 MB/sec execute 171 sec latency 147792.031 ms 2024-09-10T19:00:04.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.73 MB/sec execute 172 sec latency 148792.078 ms 2024-09-10T19:00:05.655 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:03.970515+0000 mgr.smithi172.viqcsa (mgr.24479) 150 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:00:05.655 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.264064+0000 mon.smithi172 (mon.1) 223 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:05.655 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.267857+0000 mon.smithi067 (mon.0) 923 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:05.655 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.275249+0000 mon.smithi067 (mon.0) 924 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:05.655 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.282308+0000 mon.smithi172 (mon.1) 224 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:00:05.655 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.283882+0000 mon.smithi172 (mon.1) 225 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:00:05.656 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.287445+0000 mon.smithi067 (mon.0) 925 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:05.656 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:05.338773+0000 mds.foofs.smithi067.njgdql (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 140.130217 secs 2024-09-10T19:00:05.656 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.346415+0000 mon.smithi172 (mon.1) 226 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.ganesha-foo"}]: dispatch 2024-09-10T19:00:05.656 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.346819+0000 mon.smithi067 (mon.0) 926 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.ganesha-foo"}]: dispatch 2024-09-10T19:00:05.656 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.351280+0000 mon.smithi067 (mon.0) 927 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.ganesha-foo"}]': finished 2024-09-10T19:00:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:03.970515+0000 mgr.smithi172.viqcsa (mgr.24479) 150 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:00:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.264064+0000 mon.smithi172 (mon.1) 223 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.267857+0000 mon.smithi067 (mon.0) 923 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.275249+0000 mon.smithi067 (mon.0) 924 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.282308+0000 mon.smithi172 (mon.1) 224 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:00:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.283882+0000 mon.smithi172 (mon.1) 225 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:00:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.287445+0000 mon.smithi067 (mon.0) 925 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:05.338773+0000 mds.foofs.smithi067.njgdql (mds.0) 28 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 140.130217 secs 2024-09-10T19:00:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.346415+0000 mon.smithi172 (mon.1) 226 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.ganesha-foo"}]: dispatch 2024-09-10T19:00:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.346819+0000 mon.smithi067 (mon.0) 926 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.ganesha-foo"}]: dispatch 2024-09-10T19:00:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.351280+0000 mon.smithi067 (mon.0) 927 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.ganesha-foo"}]': finished 2024-09-10T19:00:05.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.72 MB/sec execute 173 sec latency 149792.130 ms 2024-09-10T19:00:06.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.282752+0000 mgr.smithi172.viqcsa (mgr.24479) 151 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:00:06.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:05.284233+0000 mgr.smithi172.viqcsa (mgr.24479) 152 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:00:06.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:00:05.294952+0000 mgr.smithi172.viqcsa (mgr.24479) 153 : cephadm [INF] Purge service nfs.ganesha-foo 2024-09-10T19:00:06.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:00:05.296600+0000 mgr.smithi172.viqcsa (mgr.24479) 154 : cephadm [INF] Removing grace file for nfs.ganesha-foo 2024-09-10T19:00:06.671 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:00:05.352721+0000 mgr.smithi172.viqcsa (mgr.24479) 155 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:00:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.282752+0000 mgr.smithi172.viqcsa (mgr.24479) 151 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:00:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:05.284233+0000 mgr.smithi172.viqcsa (mgr.24479) 152 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi067.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T19:00:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:00:05.294952+0000 mgr.smithi172.viqcsa (mgr.24479) 153 : cephadm [INF] Purge service nfs.ganesha-foo 2024-09-10T19:00:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:00:05.296600+0000 mgr.smithi172.viqcsa (mgr.24479) 154 : cephadm [INF] Removing grace file for nfs.ganesha-foo 2024-09-10T19:00:06.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:00:05.352721+0000 mgr.smithi172.viqcsa (mgr.24479) 155 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:00:06.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.71 MB/sec execute 174 sec latency 150792.176 ms 2024-09-10T19:00:07.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:05.971063+0000 mgr.smithi172.viqcsa (mgr.24479) 156 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:00:07.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:07.333892+0000 mon.smithi067 (mon.0) 928 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:07.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:07.336320+0000 mon.smithi172 (mon.1) 227 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:07.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:07.342303+0000 mon.smithi067 (mon.0) 929 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:05.971063+0000 mgr.smithi172.viqcsa (mgr.24479) 156 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:00:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:07.333892+0000 mon.smithi067 (mon.0) 928 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:07.336320+0000 mon.smithi172 (mon.1) 227 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:07.342303+0000 mon.smithi067 (mon.0) 929 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:07.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.70 MB/sec execute 175 sec latency 151792.219 ms 2024-09-10T19:00:08.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:00:07.335273+0000 mgr.smithi172.viqcsa (mgr.24479) 157 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:00:08.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:00:07.335343+0000 mgr.smithi172.viqcsa (mgr.24479) 158 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:00:08.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:00:07.344240+0000 mgr.smithi172.viqcsa (mgr.24479) 159 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:00:08.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:00:07.344753+0000 mgr.smithi172.viqcsa (mgr.24479) 160 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:00:08.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.355384+0000 mon.smithi172 (mon.1) 228 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:00:08.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.355698+0000 mon.smithi172 (mon.1) 229 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:00:08.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.355953+0000 mon.smithi172 (mon.1) 230 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:08.655 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.356057+0000 mon.smithi067 (mon.0) 930 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:00:08.655 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.356196+0000 mon.smithi172 (mon.1) 231 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:00:08.655 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.356689+0000 mon.smithi067 (mon.0) 931 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:00:08.655 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.356946+0000 mon.smithi067 (mon.0) 932 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:08.655 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.357196+0000 mon.smithi067 (mon.0) 933 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:00:07.335273+0000 mgr.smithi172.viqcsa (mgr.24479) 157 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:00:07.335343+0000 mgr.smithi172.viqcsa (mgr.24479) 158 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:00:07.344240+0000 mgr.smithi172.viqcsa (mgr.24479) 159 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:00:07.344753+0000 mgr.smithi172.viqcsa (mgr.24479) 160 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.355384+0000 mon.smithi172 (mon.1) 228 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.355698+0000 mon.smithi172 (mon.1) 229 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.355953+0000 mon.smithi172 (mon.1) 230 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.356057+0000 mon.smithi067 (mon.0) 930 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.0", "id": [7, 2]}]: dispatch 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.356196+0000 mon.smithi172 (mon.1) 231 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:00:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.356689+0000 mon.smithi067 (mon.0) 931 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:00:08.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.356946+0000 mon.smithi067 (mon.0) 932 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:08.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.357196+0000 mon.smithi067 (mon.0) 933 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:00:08.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.69 MB/sec execute 176 sec latency 152792.281 ms 2024-09-10T19:00:09.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:07.971493+0000 mgr.smithi172.viqcsa (mgr.24479) 161 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:00:09.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.683444+0000 mon.smithi067 (mon.0) 934 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:09.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.685310+0000 mon.smithi172 (mon.1) 232 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.mpnsbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:00:09.684 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.686010+0000 mon.smithi067 (mon.0) 935 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.mpnsbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:00:09.685 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.687083+0000 mon.smithi172 (mon.1) 233 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:00:09.685 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.687944+0000 mon.smithi172 (mon.1) 234 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:09.685 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:08.689236+0000 mon.smithi172 (mon.1) 235 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mgr.smithi067.mpnsbx","key": "container_image"}]: dispatch 2024-09-10T19:00:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:07.971493+0000 mgr.smithi172.viqcsa (mgr.24479) 161 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:00:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.683444+0000 mon.smithi067 (mon.0) 934 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.685310+0000 mon.smithi172 (mon.1) 232 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.mpnsbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:00:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.686010+0000 mon.smithi067 (mon.0) 935 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.mpnsbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:00:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.687083+0000 mon.smithi172 (mon.1) 233 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:00:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.687944+0000 mon.smithi172 (mon.1) 234 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:00:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:08.689236+0000 mon.smithi172 (mon.1) 235 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mgr.smithi067.mpnsbx","key": "container_image"}]: dispatch 2024-09-10T19:00:09.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.68 MB/sec execute 177 sec latency 153792.381 ms 2024-09-10T19:00:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:00:08.678821+0000 mgr.smithi172.viqcsa (mgr.24479) 162 : cephadm [INF] Upgrade: Updating mgr.smithi067.mpnsbx 2024-09-10T19:00:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:00:08.688799+0000 mgr.smithi172.viqcsa (mgr.24479) 163 : cephadm [INF] Deploying daemon mgr.smithi067.mpnsbx on smithi067 2024-09-10T19:00:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:10.338911+0000 mds.foofs.smithi067.njgdql (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 145.130343 secs 2024-09-10T19:00:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:00:08.678821+0000 mgr.smithi172.viqcsa (mgr.24479) 162 : cephadm [INF] Upgrade: Updating mgr.smithi067.mpnsbx 2024-09-10T19:00:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:00:08.688799+0000 mgr.smithi172.viqcsa (mgr.24479) 163 : cephadm [INF] Deploying daemon mgr.smithi067.mpnsbx on smithi067 2024-09-10T19:00:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:10.338911+0000 mds.foofs.smithi067.njgdql (mds.0) 29 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 145.130343 secs 2024-09-10T19:00:10.849 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.67 MB/sec execute 178 sec latency 154792.481 ms 2024-09-10T19:00:11.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:09.972329+0000 mgr.smithi172.viqcsa (mgr.24479) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T19:00:11.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:09.972329+0000 mgr.smithi172.viqcsa (mgr.24479) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T19:00:11.850 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.66 MB/sec execute 179 sec latency 155792.587 ms 2024-09-10T19:00:12.850 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.65 MB/sec execute 180 sec latency 156792.701 ms 2024-09-10T19:00:13.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:11.972856+0000 mgr.smithi172.viqcsa (mgr.24479) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T19:00:13.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:11.972856+0000 mgr.smithi172.viqcsa (mgr.24479) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T19:00:13.850 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.64 MB/sec execute 181 sec latency 157792.741 ms 2024-09-10T19:00:14.850 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.63 MB/sec execute 182 sec latency 158792.867 ms 2024-09-10T19:00:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:13.973542+0000 mgr.smithi172.viqcsa (mgr.24479) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T19:00:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:15.339011+0000 mds.foofs.smithi067.njgdql (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 150.130455 secs 2024-09-10T19:00:15.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:13.973542+0000 mgr.smithi172.viqcsa (mgr.24479) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-10T19:00:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:15.339011+0000 mds.foofs.smithi067.njgdql (mds.0) 30 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 150.130455 secs 2024-09-10T19:00:15.850 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.63 MB/sec execute 183 sec latency 159792.963 ms 2024-09-10T19:00:16.850 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.62 MB/sec execute 184 sec latency 160793.063 ms 2024-09-10T19:00:17.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:15.974059+0000 mgr.smithi172.viqcsa (mgr.24479) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T19:00:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:15.974059+0000 mgr.smithi172.viqcsa (mgr.24479) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T19:00:17.850 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.61 MB/sec execute 185 sec latency 161793.156 ms 2024-09-10T19:00:18.850 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.60 MB/sec execute 186 sec latency 162793.285 ms 2024-09-10T19:00:19.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:17.974602+0000 mgr.smithi172.viqcsa (mgr.24479) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T19:00:19.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:17.974602+0000 mgr.smithi172.viqcsa (mgr.24479) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T19:00:19.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.59 MB/sec execute 187 sec latency 163793.412 ms 2024-09-10T19:00:20.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:20.339096+0000 mds.foofs.smithi067.njgdql (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 155.130537 secs 2024-09-10T19:00:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:20.339096+0000 mds.foofs.smithi067.njgdql (mds.0) 31 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 155.130537 secs 2024-09-10T19:00:20.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.58 MB/sec execute 188 sec latency 164793.538 ms 2024-09-10T19:00:21.747 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:19.975496+0000 mgr.smithi172.viqcsa (mgr.24479) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T19:00:21.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:19.975496+0000 mgr.smithi172.viqcsa (mgr.24479) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-10T19:00:21.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.57 MB/sec execute 189 sec latency 165793.597 ms 2024-09-10T19:00:22.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.57 MB/sec execute 190 sec latency 166793.627 ms 2024-09-10T19:00:23.545 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:21.975982+0000 mgr.smithi172.viqcsa (mgr.24479) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:23.545 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:22.604585+0000 mon.smithi172 (mon.1) 236 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:23.545 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:22.608519+0000 mon.smithi067 (mon.0) 936 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:23.545 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:22.614115+0000 mon.smithi067 (mon.0) 937 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:23.545 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:22.615884+0000 mon.smithi172 (mon.1) 237 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:23.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:22.618877+0000 mon.smithi172 (mon.1) 238 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:23.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:22.924549+0000 mon.smithi172 (mon.1) 239 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:23.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:22.928486+0000 mon.smithi067 (mon.0) 938 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:23.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:22.935972+0000 mon.smithi067 (mon.0) 939 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:23.546 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:22.937500+0000 mon.smithi172 (mon.1) 240 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:21.975982+0000 mgr.smithi172.viqcsa (mgr.24479) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:22.604585+0000 mon.smithi172 (mon.1) 236 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:22.608519+0000 mon.smithi067 (mon.0) 936 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:22.614115+0000 mon.smithi067 (mon.0) 937 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:23.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:22.615884+0000 mon.smithi172 (mon.1) 237 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:00:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:22.618877+0000 mon.smithi172 (mon.1) 238 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:22.924549+0000 mon.smithi172 (mon.1) 239 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:22.928486+0000 mon.smithi067 (mon.0) 938 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:22.935972+0000 mon.smithi067 (mon.0) 939 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:22.937500+0000 mon.smithi172 (mon.1) 240 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:23.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.56 MB/sec execute 191 sec latency 167793.655 ms 2024-09-10T19:00:24.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.55 MB/sec execute 192 sec latency 168793.685 ms 2024-09-10T19:00:25.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:23.976551+0000 mgr.smithi172.viqcsa (mgr.24479) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:25.562 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:25.339181+0000 mds.foofs.smithi067.njgdql (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 160.130621 secs 2024-09-10T19:00:25.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:23.976551+0000 mgr.smithi172.viqcsa (mgr.24479) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:25.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:25.339181+0000 mds.foofs.smithi067.njgdql (mds.0) 32 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 160.130621 secs 2024-09-10T19:00:25.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.54 MB/sec execute 193 sec latency 169793.736 ms 2024-09-10T19:00:26.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.53 MB/sec execute 194 sec latency 170793.789 ms 2024-09-10T19:00:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:25.976907+0000 mgr.smithi172.viqcsa (mgr.24479) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:26.869371+0000 mon.smithi172 (mon.1) 241 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:26.873535+0000 mon.smithi067 (mon.0) 940 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:26.878734+0000 mon.smithi067 (mon.0) 941 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:27.267918+0000 mon.smithi067 (mon.0) 942 : cluster [DBG] Standby manager daemon smithi067.mpnsbx restarted 2024-09-10T19:00:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:27.268047+0000 mon.smithi067 (mon.0) 943 : cluster [DBG] Standby manager daemon smithi067.mpnsbx started 2024-09-10T19:00:27.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:27.270074+0000 mon.smithi067 (mon.0) 944 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi067.mpnsbx/crt"}]: dispatch 2024-09-10T19:00:27.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:27.270478+0000 mon.smithi067 (mon.0) 945 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:00:27.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:27.271983+0000 mon.smithi067 (mon.0) 946 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi067.mpnsbx/key"}]: dispatch 2024-09-10T19:00:27.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:27.273119+0000 mon.smithi067 (mon.0) 947 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:25.976907+0000 mgr.smithi172.viqcsa (mgr.24479) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:26.869371+0000 mon.smithi172 (mon.1) 241 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:26.873535+0000 mon.smithi067 (mon.0) 940 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:26.878734+0000 mon.smithi067 (mon.0) 941 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:27.267918+0000 mon.smithi067 (mon.0) 942 : cluster [DBG] Standby manager daemon smithi067.mpnsbx restarted 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:27.268047+0000 mon.smithi067 (mon.0) 943 : cluster [DBG] Standby manager daemon smithi067.mpnsbx started 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:27.270074+0000 mon.smithi067 (mon.0) 944 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi067.mpnsbx/crt"}]: dispatch 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:27.270478+0000 mon.smithi067 (mon.0) 945 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:27.271983+0000 mon.smithi067 (mon.0) 946 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi067.mpnsbx/key"}]: dispatch 2024-09-10T19:00:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:27.273119+0000 mon.smithi067 (mon.0) 947 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:00:27.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.53 MB/sec execute 195 sec latency 171793.830 ms 2024-09-10T19:00:28.826 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:00:28.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.52 MB/sec execute 196 sec latency 172793.875 ms 2024-09-10T19:00:29.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:27.886245+0000 mon.smithi067 (mon.0) 948 : cluster [DBG] mgrmap e33: smithi172.viqcsa(active, since 3m), standbys: smithi067.mpnsbx 2024-09-10T19:00:29.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:27.977352+0000 mgr.smithi172.viqcsa (mgr.24479) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:29.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:27.886245+0000 mon.smithi067 (mon.0) 948 : cluster [DBG] mgrmap e33: smithi172.viqcsa(active, since 3m), standbys: smithi067.mpnsbx 2024-09-10T19:00:29.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:27.977352+0000 mgr.smithi172.viqcsa (mgr.24479) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:29.477 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:00:29.477 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (9m) 2m ago 10m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:00:29.477 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (10m) 2m ago 10m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T19:00:29.477 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (10m) 2s ago 10m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T19:00:29.477 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (9m) 2m ago 10m 37.4M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (5m) 2m ago 5m 35.8M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (5m) 2s ago 5m 16.1M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 starting - - - - 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (3m) 2s ago 10m 446M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (11m) 2m ago 12m 47.3M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (10m) 2s ago 10m 45.8M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (2m) 2m ago 2m 47.7M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (2m) 2s ago 2m 75.4M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (10m) 2m ago 9m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (9m) 2s ago 9m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (9m) 2m ago 9m 139M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (9m) 2m ago 9m 307M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (8m) 2m ago 8m 247M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:00:29.478 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (8m) 2m ago 8m 387M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:00:29.479 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (8m) 2s ago 8m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:00:29.479 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (7m) 2s ago 7m 165M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:00:29.479 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (7m) 2s ago 7m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:00:29.479 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (7m) 2s ago 7m 248M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:00:29.479 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 starting - - - - 2024-09-10T19:00:29.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.51 MB/sec execute 197 sec latency 173793.902 ms 2024-09-10T19:00:29.868 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:00:29.868 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:00:29.868 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:00:29.868 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:00:29.868 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:00:29.868 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:00:29.869 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:28.813950+0000 mgr.smithi172.viqcsa (mgr.24479) 174 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.148477+0000 mgr.smithi172.viqcsa (mgr.24479) 175 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.464126+0000 mgr.smithi172.viqcsa (mgr.24479) 176 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.466509+0000 mon.smithi172 (mon.1) 242 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.467037+0000 mon.smithi172 (mon.1) 243 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.467423+0000 mon.smithi172 (mon.1) 244 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.467791+0000 mon.smithi172 (mon.1) 245 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.468143+0000 mon.smithi172 (mon.1) 246 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.470151+0000 mon.smithi172 (mon.1) 247 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.470526+0000 mon.smithi172 (mon.1) 248 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.470877+0000 mon.smithi172 (mon.1) 249 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.145 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.471228+0000 mon.smithi172 (mon.1) 250 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.471550+0000 mon.smithi172 (mon.1) 251 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.146 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:29.867795+0000 mon.smithi067 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.67:0/3018790099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:30.175 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:00:30.175 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:00:30.175 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:00:30.175 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:00:30.175 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [], 2024-09-10T19:00:30.176 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "", 2024-09-10T19:00:30.176 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T19:00:30.176 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:00:30.176 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:00:30.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:28.813950+0000 mgr.smithi172.viqcsa (mgr.24479) 174 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:30.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.148477+0000 mgr.smithi172.viqcsa (mgr.24479) 175 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:30.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.464126+0000 mgr.smithi172.viqcsa (mgr.24479) 176 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:30.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.466509+0000 mon.smithi172 (mon.1) 242 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:30.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.467037+0000 mon.smithi172 (mon.1) 243 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.467423+0000 mon.smithi172 (mon.1) 244 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.467791+0000 mon.smithi172 (mon.1) 245 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.468143+0000 mon.smithi172 (mon.1) 246 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.470151+0000 mon.smithi172 (mon.1) 247 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:00:30.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.470526+0000 mon.smithi172 (mon.1) 248 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.470877+0000 mon.smithi172 (mon.1) 249 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.471228+0000 mon.smithi172 (mon.1) 250 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.471550+0000 mon.smithi172 (mon.1) 251 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:00:30.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:29.867795+0000 mon.smithi067 (mon.0) 949 : audit [DBG] from='client.? 172.21.15.67:0/3018790099' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:00:30.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.50 MB/sec execute 198 sec latency 174793.937 ms 2024-09-10T19:00:31.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:29.978259+0000 mgr.smithi172.viqcsa (mgr.24479) 177 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:31.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:30.174560+0000 mgr.smithi172.viqcsa (mgr.24479) 178 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:31.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:30.339325+0000 mds.foofs.smithi067.njgdql (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 165.130754 secs 2024-09-10T19:00:31.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:30.501652+0000 mon.smithi172 (mon.1) 252 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:31.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:30.505784+0000 mon.smithi067 (mon.0) 950 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:31.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:30.511859+0000 mon.smithi067 (mon.0) 951 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:31.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:30.877535+0000 mon.smithi172 (mon.1) 253 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:29.978259+0000 mgr.smithi172.viqcsa (mgr.24479) 177 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:30.174560+0000 mgr.smithi172.viqcsa (mgr.24479) 178 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:00:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:30.339325+0000 mds.foofs.smithi067.njgdql (mds.0) 33 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 165.130754 secs 2024-09-10T19:00:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:30.501652+0000 mon.smithi172 (mon.1) 252 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:30.505784+0000 mon.smithi067 (mon.0) 950 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:30.511859+0000 mon.smithi067 (mon.0) 951 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:30.877535+0000 mon.smithi172 (mon.1) 253 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:31.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.49 MB/sec execute 199 sec latency 175794.011 ms 2024-09-10T19:00:32.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:31.139237+0000 mon.smithi172 (mon.1) 254 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:32.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:31.145365+0000 mon.smithi067 (mon.0) 952 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:32.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:31.153181+0000 mon.smithi067 (mon.0) 953 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:32.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:00:31.155416+0000 mon.smithi172 (mon.1) 255 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:00:32.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:31.139237+0000 mon.smithi172 (mon.1) 254 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:32.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:31.145365+0000 mon.smithi067 (mon.0) 952 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:32.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:31.153181+0000 mon.smithi067 (mon.0) 953 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:00:32.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:00:31.155416+0000 mon.smithi172 (mon.1) 255 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:00:32.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.49 MB/sec execute 200 sec latency 176794.054 ms 2024-09-10T19:00:33.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:31.978710+0000 mgr.smithi172.viqcsa (mgr.24479) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:33.144 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:31.978710+0000 mgr.smithi172.viqcsa (mgr.24479) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:33.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.48 MB/sec execute 201 sec latency 177794.100 ms 2024-09-10T19:00:34.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.47 MB/sec execute 202 sec latency 178794.185 ms 2024-09-10T19:00:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:33.979400+0000 mgr.smithi172.viqcsa (mgr.24479) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:35.339421+0000 mds.foofs.smithi067.njgdql (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 170.130865 secs 2024-09-10T19:00:35.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:33.979400+0000 mgr.smithi172.viqcsa (mgr.24479) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:35.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:35.339421+0000 mds.foofs.smithi067.njgdql (mds.0) 34 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 170.130865 secs 2024-09-10T19:00:35.851 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.47 MB/sec execute 203 sec latency 179794.297 ms 2024-09-10T19:00:36.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.46 MB/sec execute 204 sec latency 180794.419 ms 2024-09-10T19:00:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:35.979775+0000 mgr.smithi172.viqcsa (mgr.24479) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:35.979775+0000 mgr.smithi172.viqcsa (mgr.24479) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:37.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.45 MB/sec execute 205 sec latency 181794.553 ms 2024-09-10T19:00:38.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.44 MB/sec execute 206 sec latency 182794.661 ms 2024-09-10T19:00:39.686 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:37.980273+0000 mgr.smithi172.viqcsa (mgr.24479) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:37.980273+0000 mgr.smithi172.viqcsa (mgr.24479) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:39.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.44 MB/sec execute 207 sec latency 183794.716 ms 2024-09-10T19:00:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:40.339505+0000 mds.foofs.smithi067.njgdql (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 175.130948 secs 2024-09-10T19:00:40.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:40.339505+0000 mds.foofs.smithi067.njgdql (mds.0) 35 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 175.130948 secs 2024-09-10T19:00:40.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.43 MB/sec execute 208 sec latency 184794.796 ms 2024-09-10T19:00:41.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:39.980970+0000 mgr.smithi172.viqcsa (mgr.24479) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:39.980970+0000 mgr.smithi172.viqcsa (mgr.24479) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:41.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.42 MB/sec execute 209 sec latency 185794.899 ms 2024-09-10T19:00:42.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.42 MB/sec execute 210 sec latency 186795.020 ms 2024-09-10T19:00:43.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:41.981482+0000 mgr.smithi172.viqcsa (mgr.24479) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:43.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:41.981482+0000 mgr.smithi172.viqcsa (mgr.24479) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:43.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.41 MB/sec execute 211 sec latency 187795.091 ms 2024-09-10T19:00:44.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.40 MB/sec execute 212 sec latency 188795.186 ms 2024-09-10T19:00:45.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:43.982254+0000 mgr.smithi172.viqcsa (mgr.24479) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:45.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:45.339644+0000 mds.foofs.smithi067.njgdql (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 180.131067 secs 2024-09-10T19:00:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:43.982254+0000 mgr.smithi172.viqcsa (mgr.24479) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:45.339644+0000 mds.foofs.smithi067.njgdql (mds.0) 36 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 180.131067 secs 2024-09-10T19:00:45.852 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.40 MB/sec execute 213 sec latency 189795.311 ms 2024-09-10T19:00:46.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.39 MB/sec execute 214 sec latency 190795.440 ms 2024-09-10T19:00:47.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:45.982691+0000 mgr.smithi172.viqcsa (mgr.24479) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:45.982691+0000 mgr.smithi172.viqcsa (mgr.24479) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:47.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.38 MB/sec execute 215 sec latency 191795.563 ms 2024-09-10T19:00:48.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.38 MB/sec execute 216 sec latency 192795.686 ms 2024-09-10T19:00:49.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:47.983215+0000 mgr.smithi172.viqcsa (mgr.24479) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:49.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:47.983215+0000 mgr.smithi172.viqcsa (mgr.24479) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:49.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.37 MB/sec execute 217 sec latency 193795.796 ms 2024-09-10T19:00:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:50.339780+0000 mds.foofs.smithi067.njgdql (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 185.131196 secs 2024-09-10T19:00:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:50.339780+0000 mds.foofs.smithi067.njgdql (mds.0) 37 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 185.131196 secs 2024-09-10T19:00:50.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.36 MB/sec execute 218 sec latency 194795.859 ms 2024-09-10T19:00:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:49.983991+0000 mgr.smithi172.viqcsa (mgr.24479) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:51.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:49.983991+0000 mgr.smithi172.viqcsa (mgr.24479) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:51.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.36 MB/sec execute 219 sec latency 195795.927 ms 2024-09-10T19:00:52.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.35 MB/sec execute 220 sec latency 196795.989 ms 2024-09-10T19:00:53.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:51.984511+0000 mgr.smithi172.viqcsa (mgr.24479) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:53.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:51.984511+0000 mgr.smithi172.viqcsa (mgr.24479) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:53.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.35 MB/sec execute 221 sec latency 197796.072 ms 2024-09-10T19:00:54.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.34 MB/sec execute 222 sec latency 198796.185 ms 2024-09-10T19:00:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:53.985342+0000 mgr.smithi172.viqcsa (mgr.24479) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:55.339893+0000 mds.foofs.smithi067.njgdql (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 190.131326 secs 2024-09-10T19:00:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:53.985342+0000 mgr.smithi172.viqcsa (mgr.24479) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:55.339893+0000 mds.foofs.smithi067.njgdql (mds.0) 38 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 190.131326 secs 2024-09-10T19:00:55.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.33 MB/sec execute 223 sec latency 199796.302 ms 2024-09-10T19:00:56.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.33 MB/sec execute 224 sec latency 200796.397 ms 2024-09-10T19:00:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:55.985766+0000 mgr.smithi172.viqcsa (mgr.24479) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:57.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:55.985766+0000 mgr.smithi172.viqcsa (mgr.24479) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:57.853 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.32 MB/sec execute 225 sec latency 201796.494 ms 2024-09-10T19:00:58.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.32 MB/sec execute 226 sec latency 202796.607 ms 2024-09-10T19:00:59.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:00:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:57.986320+0000 mgr.smithi172.viqcsa (mgr.24479) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:59.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:00:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:57.986320+0000 mgr.smithi172.viqcsa (mgr.24479) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:00:59.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.31 MB/sec execute 227 sec latency 203796.670 ms 2024-09-10T19:01:00.509 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:01:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:00.339969+0000 mds.foofs.smithi067.njgdql (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 195.131411 secs 2024-09-10T19:01:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:00.339969+0000 mds.foofs.smithi067.njgdql (mds.0) 39 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 195.131411 secs 2024-09-10T19:01:00.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.30 MB/sec execute 228 sec latency 204796.728 ms 2024-09-10T19:01:01.116 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:01:01.116 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (9m) 30s ago 11m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:01:01.116 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (11m) 30s ago 11m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T19:01:01.116 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (11m) 34s ago 11m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (9m) 30s ago 10m 37.7M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (6m) 30s ago 6m 35.9M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (6m) 34s ago 6m 16.1M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (39s) 30s ago 12m 81.0M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (4m) 34s ago 10m 446M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (12m) 30s ago 12m 49.4M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (11m) 34s ago 11m 45.8M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (3m) 30s ago 3m 74.0M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (3m) 34s ago 3m 75.4M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (10m) 30s ago 10m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (10m) 34s ago 10m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:01:01.117 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (10m) 30s ago 10m 140M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:01:01.118 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (9m) 30s ago 9m 307M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:01:01.118 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (9m) 30s ago 9m 247M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:01:01.118 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (9m) 30s ago 9m 388M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:01:01.118 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (8m) 34s ago 8m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:01:01.118 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (8m) 34s ago 8m 165M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:01:01.118 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (8m) 34s ago 8m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:01:01.118 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (7m) 34s ago 7m 248M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:01:01.118 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (56s) 30s ago 10m 34.4M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:01:01.481 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:01:01.481 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:01:01.481 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:01:01.481 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:01:01.481 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:01:01.481 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:01:01.481 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:01:01.481 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:01:01.481 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:01:01.482 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:01:01.482 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:01:01.482 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:01:01.482 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:01:01.482 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:01:01.482 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-09-10T19:01:01.482 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:01:01.482 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:01:01.482 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:01:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:00:59.987090+0000 mgr.smithi172.viqcsa (mgr.24479) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:00.495657+0000 mgr.smithi172.viqcsa (mgr.24479) 194 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.104805+0000 mon.smithi172 (mon.1) 256 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.105290+0000 mon.smithi172 (mon.1) 257 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.105689+0000 mon.smithi172 (mon.1) 258 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.106066+0000 mon.smithi172 (mon.1) 259 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.106426+0000 mon.smithi172 (mon.1) 260 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.108500+0000 mon.smithi172 (mon.1) 261 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.108941+0000 mon.smithi172 (mon.1) 262 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.109332+0000 mon.smithi172 (mon.1) 263 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.109692+0000 mon.smithi172 (mon.1) 264 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.110072+0000 mon.smithi172 (mon.1) 265 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:00:59.987090+0000 mgr.smithi172.viqcsa (mgr.24479) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:00.495657+0000 mgr.smithi172.viqcsa (mgr.24479) 194 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.104805+0000 mon.smithi172 (mon.1) 256 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.105290+0000 mon.smithi172 (mon.1) 257 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.105689+0000 mon.smithi172 (mon.1) 258 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.106066+0000 mon.smithi172 (mon.1) 259 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.106426+0000 mon.smithi172 (mon.1) 260 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.108500+0000 mon.smithi172 (mon.1) 261 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.108941+0000 mon.smithi172 (mon.1) 262 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.109332+0000 mon.smithi172 (mon.1) 263 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.109692+0000 mon.smithi172 (mon.1) 264 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.110072+0000 mon.smithi172 (mon.1) 265 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T19:01:01.791 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:01:01.792 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:01:01.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.30 MB/sec execute 229 sec latency 205796.810 ms 2024-09-10T19:01:02.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:00.802379+0000 mgr.smithi172.viqcsa (mgr.24479) 195 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:02.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.102196+0000 mgr.smithi172.viqcsa (mgr.24479) 196 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:02.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.480465+0000 mon.smithi067 (mon.0) 954 : audit [DBG] from='client.? 172.21.15.67:0/1307150101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:02.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:00.802379+0000 mgr.smithi172.viqcsa (mgr.24479) 195 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:02.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.102196+0000 mgr.smithi172.viqcsa (mgr.24479) 196 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:02.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.480465+0000 mon.smithi067 (mon.0) 954 : audit [DBG] from='client.? 172.21.15.67:0/1307150101' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:02.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.29 MB/sec execute 230 sec latency 206796.875 ms 2024-09-10T19:01:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:01.790153+0000 mgr.smithi172.viqcsa (mgr.24479) 197 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:01.987545+0000 mgr.smithi172.viqcsa (mgr.24479) 198 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:01.790153+0000 mgr.smithi172.viqcsa (mgr.24479) 197 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:01.987545+0000 mgr.smithi172.viqcsa (mgr.24479) 198 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:03.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.29 MB/sec execute 231 sec latency 207796.974 ms 2024-09-10T19:01:04.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.28 MB/sec execute 232 sec latency 208797.025 ms 2024-09-10T19:01:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:03.988366+0000 mgr.smithi172.viqcsa (mgr.24479) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:05.340098+0000 mds.foofs.smithi067.njgdql (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 200.131529 secs 2024-09-10T19:01:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:03.988366+0000 mgr.smithi172.viqcsa (mgr.24479) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:05.340098+0000 mds.foofs.smithi067.njgdql (mds.0) 40 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 200.131529 secs 2024-09-10T19:01:05.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.28 MB/sec execute 233 sec latency 209797.079 ms 2024-09-10T19:01:06.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.27 MB/sec execute 234 sec latency 210797.212 ms 2024-09-10T19:01:07.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:05.988853+0000 mgr.smithi172.viqcsa (mgr.24479) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:07.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:05.988853+0000 mgr.smithi172.viqcsa (mgr.24479) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:07.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.27 MB/sec execute 235 sec latency 211797.325 ms 2024-09-10T19:01:08.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:08.359839+0000 mon.smithi172 (mon.1) 266 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:08.360107+0000 mon.smithi172 (mon.1) 267 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:01:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:08.360320+0000 mon.smithi172 (mon.1) 268 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:01:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:08.360533+0000 mon.smithi172 (mon.1) 269 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T19:01:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:08.360559+0000 mon.smithi067 (mon.0) 955 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:08.360978+0000 mon.smithi067 (mon.0) 956 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:01:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:08.361233+0000 mon.smithi067 (mon.0) 957 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:01:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:08.361477+0000 mon.smithi067 (mon.0) 958 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T19:01:08.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:08.359839+0000 mon.smithi172 (mon.1) 266 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:08.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:08.360107+0000 mon.smithi172 (mon.1) 267 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:01:08.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:08.360320+0000 mon.smithi172 (mon.1) 268 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:01:08.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:08.360533+0000 mon.smithi172 (mon.1) 269 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T19:01:08.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:08.360559+0000 mon.smithi067 (mon.0) 955 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:08.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:08.360978+0000 mon.smithi067 (mon.0) 956 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:01:08.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:08.361233+0000 mon.smithi067 (mon.0) 957 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-09-10T19:01:08.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:08.361477+0000 mon.smithi067 (mon.0) 958 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T19:01:08.854 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.26 MB/sec execute 236 sec latency 212797.426 ms 2024-09-10T19:01:09.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:07.989254+0000 mgr.smithi172.viqcsa (mgr.24479) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:09.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:07.989254+0000 mgr.smithi172.viqcsa (mgr.24479) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:09.855 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.26 MB/sec execute 237 sec latency 213797.521 ms 2024-09-10T19:01:10.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:10.340227+0000 mds.foofs.smithi067.njgdql (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 205.131655 secs 2024-09-10T19:01:10.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:10.340227+0000 mds.foofs.smithi067.njgdql (mds.0) 41 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 205.131655 secs 2024-09-10T19:01:10.855 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.25 MB/sec execute 238 sec latency 214797.642 ms 2024-09-10T19:01:11.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:09.989876+0000 mgr.smithi172.viqcsa (mgr.24479) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:11.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:09.989876+0000 mgr.smithi172.viqcsa (mgr.24479) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:11.855 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.24 MB/sec execute 239 sec latency 215797.713 ms 2024-09-10T19:01:12.855 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.24 MB/sec execute 240 sec latency 216797.828 ms 2024-09-10T19:01:13.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:11.990450+0000 mgr.smithi172.viqcsa (mgr.24479) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:13.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:11.990450+0000 mgr.smithi172.viqcsa (mgr.24479) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:13.855 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.23 MB/sec execute 241 sec latency 217797.886 ms 2024-09-10T19:01:14.855 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.23 MB/sec execute 242 sec latency 218797.935 ms 2024-09-10T19:01:15.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:13.991096+0000 mgr.smithi172.viqcsa (mgr.24479) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:15.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:15.340343+0000 mds.foofs.smithi067.njgdql (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 210.131787 secs 2024-09-10T19:01:15.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:13.991096+0000 mgr.smithi172.viqcsa (mgr.24479) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:15.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:15.340343+0000 mds.foofs.smithi067.njgdql (mds.0) 42 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 210.131787 secs 2024-09-10T19:01:15.855 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.22 MB/sec execute 243 sec latency 219798.059 ms 2024-09-10T19:01:16.855 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.22 MB/sec execute 244 sec latency 220798.187 ms 2024-09-10T19:01:17.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:15.991597+0000 mgr.smithi172.viqcsa (mgr.24479) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:15.991597+0000 mgr.smithi172.viqcsa (mgr.24479) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:17.855 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.21 MB/sec execute 245 sec latency 221798.301 ms 2024-09-10T19:01:18.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.21 MB/sec execute 246 sec latency 222798.407 ms 2024-09-10T19:01:19.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:17.992021+0000 mgr.smithi172.viqcsa (mgr.24479) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:19.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:17.992021+0000 mgr.smithi172.viqcsa (mgr.24479) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:19.856 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.20 MB/sec execute 247 sec latency 223798.519 ms 2024-09-10T19:01:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:20.340482+0000 mds.foofs.smithi067.njgdql (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 215.131912 secs 2024-09-10T19:01:20.856 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.20 MB/sec execute 248 sec latency 224798.659 ms 2024-09-10T19:01:21.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:20.340482+0000 mds.foofs.smithi067.njgdql (mds.0) 43 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 215.131912 secs 2024-09-10T19:01:21.856 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.19 MB/sec execute 249 sec latency 225798.800 ms 2024-09-10T19:01:22.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:19.992748+0000 mgr.smithi172.viqcsa (mgr.24479) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:22.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:19.992748+0000 mgr.smithi172.viqcsa (mgr.24479) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:22.856 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.19 MB/sec execute 250 sec latency 226798.926 ms 2024-09-10T19:01:23.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:21.993325+0000 mgr.smithi172.viqcsa (mgr.24479) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:23.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:21.993325+0000 mgr.smithi172.viqcsa (mgr.24479) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:23.856 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.19 MB/sec execute 251 sec latency 227799.051 ms 2024-09-10T19:01:24.856 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.18 MB/sec execute 252 sec latency 228799.143 ms 2024-09-10T19:01:25.856 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.18 MB/sec execute 253 sec latency 229799.240 ms 2024-09-10T19:01:26.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:23.994261+0000 mgr.smithi172.viqcsa (mgr.24479) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:26.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:25.340583+0000 mds.foofs.smithi067.njgdql (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 220.132026 secs 2024-09-10T19:01:26.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:23.994261+0000 mgr.smithi172.viqcsa (mgr.24479) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:26.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:25.340583+0000 mds.foofs.smithi067.njgdql (mds.0) 44 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 220.132026 secs 2024-09-10T19:01:26.856 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.17 MB/sec execute 254 sec latency 230799.373 ms 2024-09-10T19:01:27.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.17 MB/sec execute 255 sec latency 231799.466 ms 2024-09-10T19:01:28.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:25.994799+0000 mgr.smithi172.viqcsa (mgr.24479) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:25.994799+0000 mgr.smithi172.viqcsa (mgr.24479) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:28.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.16 MB/sec execute 256 sec latency 232799.567 ms 2024-09-10T19:01:29.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.16 MB/sec execute 257 sec latency 233799.664 ms 2024-09-10T19:01:30.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:27.995313+0000 mgr.smithi172.viqcsa (mgr.24479) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:27.995313+0000 mgr.smithi172.viqcsa (mgr.24479) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:30.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.15 MB/sec execute 258 sec latency 234799.765 ms 2024-09-10T19:01:31.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:30.340723+0000 mds.foofs.smithi067.njgdql (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 225.132153 secs 2024-09-10T19:01:31.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:30.340723+0000 mds.foofs.smithi067.njgdql (mds.0) 45 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 225.132153 secs 2024-09-10T19:01:31.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.15 MB/sec execute 259 sec latency 235799.831 ms 2024-09-10T19:01:32.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:29.996292+0000 mgr.smithi172.viqcsa (mgr.24479) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:32.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:29.996292+0000 mgr.smithi172.viqcsa (mgr.24479) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:32.120 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:01:32.728 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:01:32.728 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (10m) 62s ago 11m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (11m) 62s ago 11m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (11m) 65s ago 11m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (10m) 62s ago 11m 37.7M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (6m) 62s ago 6m 35.9M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (6m) 65s ago 6m 16.1M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (70s) 62s ago 12m 81.0M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (4m) 65s ago 11m 446M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (12m) 62s ago 13m 49.4M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (11m) 65s ago 11m 45.8M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (3m) 62s ago 3m 74.0M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (3m) 65s ago 3m 75.4M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (11m) 62s ago 11m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:01:32.729 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (10m) 65s ago 10m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:01:32.730 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (10m) 62s ago 10m 140M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:01:32.730 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (10m) 62s ago 10m 307M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:01:32.730 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (9m) 62s ago 9m 247M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:01:32.730 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (9m) 62s ago 9m 388M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:01:32.730 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (9m) 65s ago 9m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:01:32.730 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (9m) 65s ago 9m 165M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:01:32.730 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (8m) 65s ago 8m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:01:32.730 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (8m) 65s ago 8m 248M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:01:32.730 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (87s) 62s ago 10m 34.4M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:01:32.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.14 MB/sec execute 260 sec latency 236799.883 ms 2024-09-10T19:01:33.094 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:01:33.094 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:01:33.094 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:01:33.094 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:01:33.095 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:01:33.407 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:01:33.407 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:01:33.407 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:01:33.407 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:01:33.407 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:01:33.407 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:01:33.407 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:01:33.408 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T19:01:33.408 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T19:01:33.408 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:01:33.408 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:01:33.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:31.996757+0000 mgr.smithi172.viqcsa (mgr.24479) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.108118+0000 mgr.smithi172.viqcsa (mgr.24479) 214 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.416006+0000 mgr.smithi172.viqcsa (mgr.24479) 215 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.717088+0000 mon.smithi172 (mon.1) 270 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.717553+0000 mon.smithi172 (mon.1) 271 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.717961+0000 mon.smithi172 (mon.1) 272 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.718357+0000 mon.smithi172 (mon.1) 273 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.718725+0000 mon.smithi172 (mon.1) 274 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.720680+0000 mon.smithi172 (mon.1) 275 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.721110+0000 mon.smithi172 (mon.1) 276 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.721513+0000 mon.smithi172 (mon.1) 277 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.721871+0000 mon.smithi172 (mon.1) 278 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:33.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.722270+0000 mon.smithi172 (mon.1) 279 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:33.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:33.093787+0000 mon.smithi067 (mon.0) 959 : audit [DBG] from='client.? 172.21.15.67:0/1573118364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:33.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.14 MB/sec execute 261 sec latency 237799.966 ms 2024-09-10T19:01:34.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:31.996757+0000 mgr.smithi172.viqcsa (mgr.24479) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:34.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.108118+0000 mgr.smithi172.viqcsa (mgr.24479) 214 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:34.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.416006+0000 mgr.smithi172.viqcsa (mgr.24479) 215 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:34.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.717088+0000 mon.smithi172 (mon.1) 270 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:34.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.717553+0000 mon.smithi172 (mon.1) 271 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:34.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.717961+0000 mon.smithi172 (mon.1) 272 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:34.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.718357+0000 mon.smithi172 (mon.1) 273 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:34.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.718725+0000 mon.smithi172 (mon.1) 274 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:34.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.720680+0000 mon.smithi172 (mon.1) 275 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:01:34.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.721110+0000 mon.smithi172 (mon.1) 276 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:34.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.721513+0000 mon.smithi172 (mon.1) 277 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:34.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.721871+0000 mon.smithi172 (mon.1) 278 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:34.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.722270+0000 mon.smithi172 (mon.1) 279 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:01:34.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:33.093787+0000 mon.smithi067 (mon.0) 959 : audit [DBG] from='client.? 172.21.15.67:0/1573118364' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:01:34.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.14 MB/sec execute 262 sec latency 238800.022 ms 2024-09-10T19:01:35.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:32.714494+0000 mgr.smithi172.viqcsa (mgr.24479) 216 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:35.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:01:33.406123+0000 mgr.smithi172.viqcsa (mgr.24479) 217 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:35.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:32.714494+0000 mgr.smithi172.viqcsa (mgr.24479) 216 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:35.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:01:33.406123+0000 mgr.smithi172.viqcsa (mgr.24479) 217 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:01:35.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.13 MB/sec execute 263 sec latency 239800.135 ms 2024-09-10T19:01:36.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:33.997565+0000 mgr.smithi172.viqcsa (mgr.24479) 218 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:36.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:35.340849+0000 mds.foofs.smithi067.njgdql (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 230.132277 secs 2024-09-10T19:01:36.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:33.997565+0000 mgr.smithi172.viqcsa (mgr.24479) 218 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:36.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:35.340849+0000 mds.foofs.smithi067.njgdql (mds.0) 46 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 230.132277 secs 2024-09-10T19:01:36.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.13 MB/sec execute 264 sec latency 240800.241 ms 2024-09-10T19:01:37.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.12 MB/sec execute 265 sec latency 241800.356 ms 2024-09-10T19:01:38.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:35.998088+0000 mgr.smithi172.viqcsa (mgr.24479) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:38.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:35.998088+0000 mgr.smithi172.viqcsa (mgr.24479) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:38.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.12 MB/sec execute 266 sec latency 242800.445 ms 2024-09-10T19:01:39.827 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:37.998515+0000 mgr.smithi172.viqcsa (mgr.24479) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:39.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.11 MB/sec execute 267 sec latency 243800.532 ms 2024-09-10T19:01:40.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:37.998515+0000 mgr.smithi172.viqcsa (mgr.24479) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:40.841 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:40.340980+0000 mds.foofs.smithi067.njgdql (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 235.132410 secs 2024-09-10T19:01:40.857 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.11 MB/sec execute 268 sec latency 244800.601 ms 2024-09-10T19:01:41.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:40.340980+0000 mds.foofs.smithi067.njgdql (mds.0) 47 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 235.132410 secs 2024-09-10T19:01:41.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.11 MB/sec execute 269 sec latency 245800.652 ms 2024-09-10T19:01:42.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:39.999216+0000 mgr.smithi172.viqcsa (mgr.24479) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:42.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:39.999216+0000 mgr.smithi172.viqcsa (mgr.24479) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:42.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.10 MB/sec execute 270 sec latency 246800.746 ms 2024-09-10T19:01:43.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:41.999566+0000 mgr.smithi172.viqcsa (mgr.24479) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:43.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.10 MB/sec execute 271 sec latency 247800.854 ms 2024-09-10T19:01:44.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:41.999566+0000 mgr.smithi172.viqcsa (mgr.24479) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:44.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.09 MB/sec execute 272 sec latency 248800.948 ms 2024-09-10T19:01:45.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.09 MB/sec execute 273 sec latency 249801.053 ms 2024-09-10T19:01:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:44.000261+0000 mgr.smithi172.viqcsa (mgr.24479) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:45.341118+0000 mds.foofs.smithi067.njgdql (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 240.132537 secs 2024-09-10T19:01:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:45.341122+0000 mds.foofs.smithi067.njgdql (mds.0) 49 : cluster [WRN] slow request 240.132536 seconds old, received at 2024-09-10T18:57:45.208534+0000: client_request(client.14722:6 getattr pAsLsXsFs #0x100000049f3 2024-09-10T18:57:45.208495+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T19:01:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:45.341149+0000 mds.foofs.smithi067.njgdql (mds.0) 50 : cluster [WRN] client.14516 isn't responding to mclientcaps(revoke), ino 0x100000049f3 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 240.132568 seconds ago 2024-09-10T19:01:46.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:44.000261+0000 mgr.smithi172.viqcsa (mgr.24479) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:46.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:45.341118+0000 mds.foofs.smithi067.njgdql (mds.0) 48 : cluster [WRN] 1 slow requests, 1 included below; oldest blocked for > 240.132537 secs 2024-09-10T19:01:46.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:45.341122+0000 mds.foofs.smithi067.njgdql (mds.0) 49 : cluster [WRN] slow request 240.132536 seconds old, received at 2024-09-10T18:57:45.208534+0000: client_request(client.14722:6 getattr pAsLsXsFs #0x100000049f3 2024-09-10T18:57:45.208495+0000 caller_uid=0, caller_gid=0{0,}) currently failed to rdlock, waiting 2024-09-10T19:01:46.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:45.341149+0000 mds.foofs.smithi067.njgdql (mds.0) 50 : cluster [WRN] client.14516 isn't responding to mclientcaps(revoke), ino 0x100000049f3 pending pAsxLsXsxFcb issued pAsxLsXsxFsxcrwb, sent 240.132568 seconds ago 2024-09-10T19:01:46.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.09 MB/sec execute 274 sec latency 250801.181 ms 2024-09-10T19:01:47.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.08 MB/sec execute 275 sec latency 251801.289 ms 2024-09-10T19:01:48.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:46.000714+0000 mgr.smithi172.viqcsa (mgr.24479) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:48.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:46.000714+0000 mgr.smithi172.viqcsa (mgr.24479) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:48.858 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.08 MB/sec execute 276 sec latency 252801.401 ms 2024-09-10T19:01:49.859 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.07 MB/sec execute 277 sec latency 253801.528 ms 2024-09-10T19:01:50.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:48.001210+0000 mgr.smithi172.viqcsa (mgr.24479) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:50.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:49 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:48.001210+0000 mgr.smithi172.viqcsa (mgr.24479) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:50.859 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.07 MB/sec execute 278 sec latency 254801.625 ms 2024-09-10T19:01:51.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:50.341199+0000 mds.foofs.smithi067.njgdql (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 245.132643 secs 2024-09-10T19:01:51.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:50.341199+0000 mds.foofs.smithi067.njgdql (mds.0) 51 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 245.132643 secs 2024-09-10T19:01:51.859 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.07 MB/sec execute 279 sec latency 255801.793 ms 2024-09-10T19:01:52.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:50.002025+0000 mgr.smithi172.viqcsa (mgr.24479) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:52.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:50.002025+0000 mgr.smithi172.viqcsa (mgr.24479) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:52.859 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.06 MB/sec execute 280 sec latency 256801.905 ms 2024-09-10T19:01:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:52.002514+0000 mgr.smithi172.viqcsa (mgr.24479) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:53.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:52.002514+0000 mgr.smithi172.viqcsa (mgr.24479) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:53.859 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.06 MB/sec execute 281 sec latency 257802.037 ms 2024-09-10T19:01:54.859 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.05 MB/sec execute 282 sec latency 258802.147 ms 2024-09-10T19:01:55.859 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.05 MB/sec execute 283 sec latency 259802.259 ms 2024-09-10T19:01:56.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:54.003241+0000 mgr.smithi172.viqcsa (mgr.24479) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:56.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:55.341328+0000 mds.foofs.smithi067.njgdql (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 250.132772 secs 2024-09-10T19:01:56.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:54.003241+0000 mgr.smithi172.viqcsa (mgr.24479) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:56.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:55 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:55.341328+0000 mds.foofs.smithi067.njgdql (mds.0) 52 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 250.132772 secs 2024-09-10T19:01:56.859 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.05 MB/sec execute 284 sec latency 260802.365 ms 2024-09-10T19:01:57.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.04 MB/sec execute 285 sec latency 261802.477 ms 2024-09-10T19:01:58.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:56.003643+0000 mgr.smithi172.viqcsa (mgr.24479) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:58.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:56.003643+0000 mgr.smithi172.viqcsa (mgr.24479) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:01:58.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.04 MB/sec execute 286 sec latency 262802.582 ms 2024-09-10T19:01:59.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.04 MB/sec execute 287 sec latency 263802.721 ms 2024-09-10T19:02:00.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:01:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:01:58.004012+0000 mgr.smithi172.viqcsa (mgr.24479) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:00.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:01:59 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:01:58.004012+0000 mgr.smithi172.viqcsa (mgr.24479) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:00.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.03 MB/sec execute 288 sec latency 264802.831 ms 2024-09-10T19:02:01.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:00.341471+0000 mds.foofs.smithi067.njgdql (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 255.132901 secs 2024-09-10T19:02:01.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:00.341471+0000 mds.foofs.smithi067.njgdql (mds.0) 53 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 255.132901 secs 2024-09-10T19:02:01.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.03 MB/sec execute 289 sec latency 265802.969 ms 2024-09-10T19:02:02.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:00.004782+0000 mgr.smithi172.viqcsa (mgr.24479) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:02.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:00.004782+0000 mgr.smithi172.viqcsa (mgr.24479) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:02.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.03 MB/sec execute 290 sec latency 266803.079 ms 2024-09-10T19:02:03.740 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:02:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:02.005277+0000 mgr.smithi172.viqcsa (mgr.24479) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:03.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.02 MB/sec execute 291 sec latency 267803.144 ms 2024-09-10T19:02:04.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:02.005277+0000 mgr.smithi172.viqcsa (mgr.24479) 232 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:04.353 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:02:04.353 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (10m) 93s ago 12m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:02:04.353 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (12m) 93s ago 12m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T19:02:04.353 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (12m) 97s ago 12m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T19:02:04.354 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (10m) 93s ago 11m 37.7M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:02:04.354 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (7m) 93s ago 7m 35.9M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:02:04.354 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (7m) 97s ago 7m 16.1M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:02:04.354 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (102s) 93s ago 13m 81.0M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:02:04.354 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (5m) 97s ago 11m 446M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T19:02:04.354 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (13m) 93s ago 13m 49.4M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T19:02:04.355 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (12m) 97s ago 12m 45.8M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T19:02:04.355 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (4m) 93s ago 4m 74.0M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:02:04.355 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (4m) 97s ago 4m 75.4M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:02:04.355 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (11m) 93s ago 11m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:02:04.355 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (11m) 97s ago 11m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:02:04.355 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (11m) 93s ago 11m 140M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:02:04.356 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (10m) 93s ago 10m 307M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:02:04.356 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (10m) 93s ago 10m 247M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:02:04.356 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (10m) 93s ago 10m 388M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:02:04.356 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (9m) 97s ago 9m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:02:04.356 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (9m) 97s ago 9m 165M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:02:04.356 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (9m) 97s ago 9m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:02:04.357 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (8m) 97s ago 8m 248M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:02:04.357 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (119s) 93s ago 11m 34.4M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:02:04.723 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:02:04.724 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:02:04.725 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:02:04.725 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:02:04.725 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:02:04.725 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-09-10T19:02:04.725 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:02:04.725 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:02:04.725 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:02:04.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.02 MB/sec execute 292 sec latency 268803.194 ms 2024-09-10T19:02:05.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.341230+0000 mon.smithi172 (mon.1) 280 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:05.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.341818+0000 mon.smithi172 (mon.1) 281 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.342307+0000 mon.smithi172 (mon.1) 282 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.342765+0000 mon.smithi172 (mon.1) 283 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.343229+0000 mon.smithi172 (mon.1) 284 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.345234+0000 mon.smithi172 (mon.1) 285 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:05.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.345699+0000 mon.smithi172 (mon.1) 286 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.346168+0000 mon.smithi172 (mon.1) 287 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.346553+0000 mon.smithi172 (mon.1) 288 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.346917+0000 mon.smithi172 (mon.1) 289 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.341230+0000 mon.smithi172 (mon.1) 280 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:05.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.341818+0000 mon.smithi172 (mon.1) 281 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.342307+0000 mon.smithi172 (mon.1) 282 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.342765+0000 mon.smithi172 (mon.1) 283 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.343229+0000 mon.smithi172 (mon.1) 284 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.345234+0000 mon.smithi172 (mon.1) 285 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:05.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.345699+0000 mon.smithi172 (mon.1) 286 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.346168+0000 mon.smithi172 (mon.1) 287 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.346553+0000 mon.smithi172 (mon.1) 288 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.346917+0000 mon.smithi172 (mon.1) 289 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:05.029 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:02:05.029 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:02:05.029 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:02:05.029 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:02:05.030 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:02:05.030 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:02:05.030 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:02:05.030 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T19:02:05.030 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T19:02:05.030 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:02:05.030 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:02:05.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.02 MB/sec execute 293 sec latency 269803.275 ms 2024-09-10T19:02:06.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:03.727534+0000 mgr.smithi172.viqcsa (mgr.24479) 233 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:06.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:04.006106+0000 mgr.smithi172.viqcsa (mgr.24479) 234 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:06.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.037146+0000 mgr.smithi172.viqcsa (mgr.24479) 235 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:06.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.338670+0000 mgr.smithi172.viqcsa (mgr.24479) 236 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:06.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:04.723062+0000 mon.smithi067 (mon.0) 960 : audit [DBG] from='client.? 172.21.15.67:0/1136015308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:06.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:05.341598+0000 mds.foofs.smithi067.njgdql (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 260.133032 secs 2024-09-10T19:02:06.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:03.727534+0000 mgr.smithi172.viqcsa (mgr.24479) 233 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:06.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:04.006106+0000 mgr.smithi172.viqcsa (mgr.24479) 234 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:06.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.037146+0000 mgr.smithi172.viqcsa (mgr.24479) 235 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:06.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.338670+0000 mgr.smithi172.viqcsa (mgr.24479) 236 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:06.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:04.723062+0000 mon.smithi067 (mon.0) 960 : audit [DBG] from='client.? 172.21.15.67:0/1136015308' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:06.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:05.341598+0000 mds.foofs.smithi067.njgdql (mds.0) 54 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 260.133032 secs 2024-09-10T19:02:06.860 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.01 MB/sec execute 294 sec latency 270803.370 ms 2024-09-10T19:02:07.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:05.028599+0000 mgr.smithi172.viqcsa (mgr.24479) 237 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:07.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:05.028599+0000 mgr.smithi172.viqcsa (mgr.24479) 237 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:07.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.01 MB/sec execute 295 sec latency 271803.464 ms 2024-09-10T19:02:08.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:06.006562+0000 mgr.smithi172.viqcsa (mgr.24479) 238 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:08.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:07 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:06.006562+0000 mgr.smithi172.viqcsa (mgr.24479) 238 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:08.363805+0000 mon.smithi172 (mon.1) 290 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:02:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:08.364145+0000 mon.smithi172 (mon.1) 291 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:02:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:08.364352+0000 mon.smithi172 (mon.1) 292 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:02:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:08.364551+0000 mon.smithi172 (mon.1) 293 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:02:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:08.364713+0000 mon.smithi067 (mon.0) 961 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:02:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:08.365345+0000 mon.smithi067 (mon.0) 962 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:02:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:08.365753+0000 mon.smithi067 (mon.0) 963 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:02:08.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:08.366172+0000 mon.smithi067 (mon.0) 964 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:02:08.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.00 MB/sec execute 296 sec latency 272803.569 ms 2024-09-10T19:02:09.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:08.363805+0000 mon.smithi172 (mon.1) 290 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:02:09.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:08.364145+0000 mon.smithi172 (mon.1) 291 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:02:09.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:08.364352+0000 mon.smithi172 (mon.1) 292 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:02:09.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:08.364551+0000 mon.smithi172 (mon.1) 293 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:02:09.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:08.364713+0000 mon.smithi067 (mon.0) 961 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-09-10T19:02:09.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:08.365345+0000 mon.smithi067 (mon.0) 962 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:02:09.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:08.365753+0000 mon.smithi067 (mon.0) 963 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:02:09.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:08.366172+0000 mon.smithi067 (mon.0) 964 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:02:09.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.00 MB/sec execute 297 sec latency 273803.674 ms 2024-09-10T19:02:09.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:08.007127+0000 mgr.smithi172.viqcsa (mgr.24479) 239 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:10.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:08.007127+0000 mgr.smithi172.viqcsa (mgr.24479) 239 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:10.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 1.00 MB/sec execute 298 sec latency 274803.762 ms 2024-09-10T19:02:11.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:10.341744+0000 mds.foofs.smithi067.njgdql (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 265.133175 secs 2024-09-10T19:02:11.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:10.341744+0000 mds.foofs.smithi067.njgdql (mds.0) 55 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 265.133175 secs 2024-09-10T19:02:11.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.99 MB/sec execute 299 sec latency 275803.871 ms 2024-09-10T19:02:12.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:10.008009+0000 mgr.smithi172.viqcsa (mgr.24479) 240 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:12.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:10.008009+0000 mgr.smithi172.viqcsa (mgr.24479) 240 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:12.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.99 MB/sec execute 300 sec latency 276803.945 ms 2024-09-10T19:02:13.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:12.008559+0000 mgr.smithi172.viqcsa (mgr.24479) 241 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:13.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.99 MB/sec execute 301 sec latency 277804.003 ms 2024-09-10T19:02:14.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:13 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:12.008559+0000 mgr.smithi172.viqcsa (mgr.24479) 241 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:14.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.99 MB/sec execute 302 sec latency 278804.058 ms 2024-09-10T19:02:15.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.98 MB/sec execute 303 sec latency 279804.099 ms 2024-09-10T19:02:16.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:14.009233+0000 mgr.smithi172.viqcsa (mgr.24479) 242 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:16.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:15 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:15.341858+0000 mds.foofs.smithi067.njgdql (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 270.133295 secs 2024-09-10T19:02:16.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:14.009233+0000 mgr.smithi172.viqcsa (mgr.24479) 242 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:16.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:15.341858+0000 mds.foofs.smithi067.njgdql (mds.0) 56 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 270.133295 secs 2024-09-10T19:02:16.861 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.98 MB/sec execute 304 sec latency 280804.194 ms 2024-09-10T19:02:17.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.98 MB/sec execute 305 sec latency 281804.307 ms 2024-09-10T19:02:18.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:16.009692+0000 mgr.smithi172.viqcsa (mgr.24479) 243 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:18.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:16.009692+0000 mgr.smithi172.viqcsa (mgr.24479) 243 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:18.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.97 MB/sec execute 306 sec latency 282804.428 ms 2024-09-10T19:02:19.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.97 MB/sec execute 307 sec latency 283804.490 ms 2024-09-10T19:02:20.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:18.010302+0000 mgr.smithi172.viqcsa (mgr.24479) 244 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:20.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:18.010302+0000 mgr.smithi172.viqcsa (mgr.24479) 244 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:20.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.97 MB/sec execute 308 sec latency 284804.615 ms 2024-09-10T19:02:21.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:20.341994+0000 mds.foofs.smithi067.njgdql (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 275.133424 secs 2024-09-10T19:02:21.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:20.341994+0000 mds.foofs.smithi067.njgdql (mds.0) 57 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 275.133424 secs 2024-09-10T19:02:21.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.96 MB/sec execute 309 sec latency 285804.710 ms 2024-09-10T19:02:22.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:20.011025+0000 mgr.smithi172.viqcsa (mgr.24479) 245 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:22.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:20.011025+0000 mgr.smithi172.viqcsa (mgr.24479) 245 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:22.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.96 MB/sec execute 310 sec latency 286804.844 ms 2024-09-10T19:02:23.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:22.011372+0000 mgr.smithi172.viqcsa (mgr.24479) 246 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:23.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:23 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:22.011372+0000 mgr.smithi172.viqcsa (mgr.24479) 246 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:23.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.96 MB/sec execute 311 sec latency 287804.953 ms 2024-09-10T19:02:24.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.95 MB/sec execute 312 sec latency 288805.083 ms 2024-09-10T19:02:25.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:24.012129+0000 mgr.smithi172.viqcsa (mgr.24479) 247 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:25.024 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:24.012129+0000 mgr.smithi172.viqcsa (mgr.24479) 247 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:25.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.95 MB/sec execute 313 sec latency 289805.239 ms 2024-09-10T19:02:26.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:25.342119+0000 mds.foofs.smithi067.njgdql (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 280.133550 secs 2024-09-10T19:02:26.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:25.342119+0000 mds.foofs.smithi067.njgdql (mds.0) 58 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 280.133550 secs 2024-09-10T19:02:26.862 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.95 MB/sec execute 314 sec latency 290805.345 ms 2024-09-10T19:02:27.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:26.012470+0000 mgr.smithi172.viqcsa (mgr.24479) 248 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:27.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:26.012470+0000 mgr.smithi172.viqcsa (mgr.24479) 248 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:27.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.94 MB/sec execute 315 sec latency 291805.455 ms 2024-09-10T19:02:28.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.94 MB/sec execute 316 sec latency 292805.556 ms 2024-09-10T19:02:29.693 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:28.012880+0000 mgr.smithi172.viqcsa (mgr.24479) 249 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:29.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:28.012880+0000 mgr.smithi172.viqcsa (mgr.24479) 249 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:29.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.94 MB/sec execute 317 sec latency 293805.678 ms 2024-09-10T19:02:30.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:30.342189+0000 mds.foofs.smithi067.njgdql (mds.0) 59 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 285.133634 secs 2024-09-10T19:02:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:30.342189+0000 mds.foofs.smithi067.njgdql (mds.0) 59 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 285.133634 secs 2024-09-10T19:02:30.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.94 MB/sec execute 318 sec latency 294805.791 ms 2024-09-10T19:02:31.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:30.013742+0000 mgr.smithi172.viqcsa (mgr.24479) 250 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:31.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:30.013742+0000 mgr.smithi172.viqcsa (mgr.24479) 250 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:31.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.93 MB/sec execute 319 sec latency 295805.919 ms 2024-09-10T19:02:32.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.93 MB/sec execute 320 sec latency 296805.978 ms 2024-09-10T19:02:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:32.014212+0000 mgr.smithi172.viqcsa (mgr.24479) 251 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:33.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:33 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:32.014212+0000 mgr.smithi172.viqcsa (mgr.24479) 251 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:33.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.93 MB/sec execute 321 sec latency 297806.120 ms 2024-09-10T19:02:34.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.92 MB/sec execute 322 sec latency 298806.207 ms 2024-09-10T19:02:35.362 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:02:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:34.014836+0000 mgr.smithi172.viqcsa (mgr.24479) 252 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:35.342272+0000 mds.foofs.smithi067.njgdql (mds.0) 60 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 290.133716 secs 2024-09-10T19:02:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:35.342297+0000 mds.foofs.smithi067.njgdql (mds.0) 61 : cluster [WRN] evicting unresponsive client smithi172:foo1 (24379), after 300.246 seconds 2024-09-10T19:02:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:35.342314+0000 mds.foofs.smithi067.njgdql (mds.0) 62 : cluster [INF] Evicting (and blacklisting) client session 24379 (172.21.15.172:0/2893447606) 2024-09-10T19:02:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.342526+0000 mon.smithi067 (mon.0) 965 : audit [INF] from='mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816]' entity='mds.foofs.smithi067.njgdql' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.172:0/2893447606"}]: dispatch 2024-09-10T19:02:35.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:34.014836+0000 mgr.smithi172.viqcsa (mgr.24479) 252 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:35.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:35.342272+0000 mds.foofs.smithi067.njgdql (mds.0) 60 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 290.133716 secs 2024-09-10T19:02:35.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:35.342297+0000 mds.foofs.smithi067.njgdql (mds.0) 61 : cluster [WRN] evicting unresponsive client smithi172:foo1 (24379), after 300.246 seconds 2024-09-10T19:02:35.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:35.342314+0000 mds.foofs.smithi067.njgdql (mds.0) 62 : cluster [INF] Evicting (and blacklisting) client session 24379 (172.21.15.172:0/2893447606) 2024-09-10T19:02:35.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.342526+0000 mon.smithi067 (mon.0) 965 : audit [INF] from='mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816]' entity='mds.foofs.smithi067.njgdql' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.172:0/2893447606"}]: dispatch 2024-09-10T19:02:35.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.92 MB/sec execute 323 sec latency 299806.260 ms 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (11m) 2m ago 12m 17.0M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (12m) 2m ago 12m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (12m) 2m ago 12m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (11m) 2m ago 12m 37.7M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (7m) 2m ago 7m 35.9M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (7m) 2m ago 7m 16.1M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (2m) 2m ago 14m 81.0M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (5m) 2m ago 12m 446M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (14m) 2m ago 14m 49.4M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T19:02:35.978 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (12m) 2m ago 12m 45.8M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (4m) 2m ago 4m 74.0M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (4m) 2m ago 4m 75.4M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (12m) 2m ago 12m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (11m) 2m ago 11m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (12m) 2m ago 12m 140M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (11m) 2m ago 11m 307M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (11m) 2m ago 11m 247M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (10m) 2m ago 10m 388M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (10m) 2m ago 10m 390M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (10m) 2m ago 10m 165M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (9m) 2m ago 9m 348M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (9m) 2m ago 9m 248M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:02:35.979 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (2m) 2m ago 11m 34.4M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:02:36.346 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:02:36.346 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:02:36.346 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:02:36.346 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:02:36.346 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:02:36.346 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:02:36.347 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:02:36.652 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:02:36.653 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.349650+0000 mgr.smithi172.viqcsa (mgr.24479) 253 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.454173+0000 mon.smithi067 (mon.0) 966 : audit [INF] from='mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816]' entity='mds.foofs.smithi067.njgdql' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.172:0/2893447606"}]': finished 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:35.454222+0000 mon.smithi067 (mon.0) 967 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.662313+0000 mgr.smithi172.viqcsa (mgr.24479) 254 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.966320+0000 mon.smithi172 (mon.1) 294 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.966885+0000 mon.smithi172 (mon.1) 295 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.967350+0000 mon.smithi172 (mon.1) 296 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.967752+0000 mon.smithi172 (mon.1) 297 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.968150+0000 mon.smithi172 (mon.1) 298 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.970172+0000 mon.smithi172 (mon.1) 299 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:36.654 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.970612+0000 mon.smithi172 (mon.1) 300 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.655 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.971024+0000 mon.smithi172 (mon.1) 301 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.655 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.971409+0000 mon.smithi172 (mon.1) 302 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.655 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.971783+0000 mon.smithi172 (mon.1) 303 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.655 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:36.345516+0000 mon.smithi067 (mon.0) 968 : audit [DBG] from='client.? 172.21.15.67:0/53591447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.349650+0000 mgr.smithi172.viqcsa (mgr.24479) 253 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.454173+0000 mon.smithi067 (mon.0) 966 : audit [INF] from='mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816]' entity='mds.foofs.smithi067.njgdql' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.172:0/2893447606"}]': finished 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:35.454222+0000 mon.smithi067 (mon.0) 967 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.662313+0000 mgr.smithi172.viqcsa (mgr.24479) 254 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.966320+0000 mon.smithi172 (mon.1) 294 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.966885+0000 mon.smithi172 (mon.1) 295 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.967350+0000 mon.smithi172 (mon.1) 296 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.967752+0000 mon.smithi172 (mon.1) 297 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.968150+0000 mon.smithi172 (mon.1) 298 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.970172+0000 mon.smithi172 (mon.1) 299 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.970612+0000 mon.smithi172 (mon.1) 300 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.971024+0000 mon.smithi172 (mon.1) 301 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.971409+0000 mon.smithi172 (mon.1) 302 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.971783+0000 mon.smithi172 (mon.1) 303 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:36.345516+0000 mon.smithi067 (mon.0) 968 : audit [DBG] from='client.? 172.21.15.67:0/53591447' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:36.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.92 MB/sec execute 324 sec latency 300806.360 ms 2024-09-10T19:02:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:35.963778+0000 mgr.smithi172.viqcsa (mgr.24479) 255 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:36.015207+0000 mgr.smithi172.viqcsa (mgr.24479) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:36.651604+0000 mgr.smithi172.viqcsa (mgr.24479) 257 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:35.963778+0000 mgr.smithi172.viqcsa (mgr.24479) 255 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:36.015207+0000 mgr.smithi172.viqcsa (mgr.24479) 256 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:36.651604+0000 mgr.smithi172.viqcsa (mgr.24479) 257 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:37.863 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.92 MB/sec execute 325 sec latency 301806.471 ms 2024-09-10T19:02:38.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.91 MB/sec execute 326 sec latency 302806.583 ms 2024-09-10T19:02:39.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:38.015684+0000 mgr.smithi172.viqcsa (mgr.24479) 258 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:39.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:39 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:38.015684+0000 mgr.smithi172.viqcsa (mgr.24479) 258 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:39.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.91 MB/sec execute 327 sec latency 303806.698 ms 2024-09-10T19:02:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:40.342391+0000 mds.foofs.smithi067.njgdql (mds.0) 63 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 295.133836 secs 2024-09-10T19:02:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:40.342410+0000 mds.foofs.smithi067.njgdql (mds.0) 64 : cluster [WRN] evicting unresponsive client smithi067:foo1 (14516), after 312.401 seconds 2024-09-10T19:02:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:40.342419+0000 mds.foofs.smithi067.njgdql (mds.0) 65 : cluster [INF] Evicting (and blacklisting) client session 14516 (172.21.15.67:0/1753176189) 2024-09-10T19:02:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:40.342708+0000 mon.smithi067 (mon.0) 969 : audit [INF] from='mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816]' entity='mds.foofs.smithi067.njgdql' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.67:0/1753176189"}]: dispatch 2024-09-10T19:02:40.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:40.342391+0000 mds.foofs.smithi067.njgdql (mds.0) 63 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 295.133836 secs 2024-09-10T19:02:40.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:40.342410+0000 mds.foofs.smithi067.njgdql (mds.0) 64 : cluster [WRN] evicting unresponsive client smithi067:foo1 (14516), after 312.401 seconds 2024-09-10T19:02:40.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:40.342419+0000 mds.foofs.smithi067.njgdql (mds.0) 65 : cluster [INF] Evicting (and blacklisting) client session 14516 (172.21.15.67:0/1753176189) 2024-09-10T19:02:40.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:40 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:40.342708+0000 mon.smithi067 (mon.0) 969 : audit [INF] from='mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816]' entity='mds.foofs.smithi067.njgdql' cmd=[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.67:0/1753176189"}]: dispatch 2024-09-10T19:02:40.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.91 MB/sec execute 328 sec latency 304806.818 ms 2024-09-10T19:02:41.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:40.016350+0000 mgr.smithi172.viqcsa (mgr.24479) 259 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-10T19:02:41.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:40.477280+0000 mon.smithi067 (mon.0) 970 : audit [INF] from='mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816]' entity='mds.foofs.smithi067.njgdql' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.67:0/1753176189"}]': finished 2024-09-10T19:02:41.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:40.477379+0000 mon.smithi067 (mon.0) 971 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T19:02:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:40.016350+0000 mgr.smithi172.viqcsa (mgr.24479) 259 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2024-09-10T19:02:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:40.477280+0000 mon.smithi067 (mon.0) 970 : audit [INF] from='mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816]' entity='mds.foofs.smithi067.njgdql' cmd='[{"prefix":"osd blacklist", "blacklistop":"add","addr":"172.21.15.67:0/1753176189"}]': finished 2024-09-10T19:02:41.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:41 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:40.477379+0000 mon.smithi067 (mon.0) 971 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T19:02:41.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.90 MB/sec execute 329 sec latency 305806.877 ms 2024-09-10T19:02:42.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.90 MB/sec execute 330 sec latency 306806.957 ms 2024-09-10T19:02:43.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:42.016778+0000 mgr.smithi172.viqcsa (mgr.24479) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-09-10T19:02:43.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:43 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:42.016778+0000 mgr.smithi172.viqcsa (mgr.24479) 260 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 255 B/s wr, 0 op/s 2024-09-10T19:02:43.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.90 MB/sec execute 331 sec latency 307807.089 ms 2024-09-10T19:02:44.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104404 0.90 MB/sec execute 332 sec latency 308807.137 ms 2024-09-10T19:02:45.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:44.017630+0000 mgr.smithi172.viqcsa (mgr.24479) 261 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 119 B/s rd, 597 B/s wr, 5 op/s 2024-09-10T19:02:45.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:45.342521+0000 mds.foofs.smithi067.njgdql (mds.0) 66 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 300.133947 secs 2024-09-10T19:02:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:44.017630+0000 mgr.smithi172.viqcsa (mgr.24479) 261 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 119 B/s rd, 597 B/s wr, 5 op/s 2024-09-10T19:02:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:45 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:45.342521+0000 mds.foofs.smithi067.njgdql (mds.0) 66 : cluster [WRN] 1 slow requests, 0 included below; oldest blocked for > 300.133947 secs 2024-09-10T19:02:45.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 104591 0.92 MB/sec execute 333 sec latency 309371.043 ms 2024-09-10T19:02:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.369333+0000 mon.smithi172 (mon.1) 304 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.373405+0000 mon.smithi067 (mon.0) 972 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:02:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.380325+0000 mon.smithi067 (mon.0) 973 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:02:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.382832+0000 mon.smithi172 (mon.1) 305 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.383460+0000 mon.smithi172 (mon.1) 306 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:02:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.388456+0000 mon.smithi067 (mon.0) 974 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:02:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.391116+0000 mon.smithi172 (mon.1) 307 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:02:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.396527+0000 mon.smithi067 (mon.0) 975 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:02:46.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.474581+0000 mon.smithi172 (mon.1) 308 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:02:46.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.479455+0000 mon.smithi172 (mon.1) 309 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr fail", "who": "smithi172.viqcsa"}]: dispatch 2024-09-10T19:02:46.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:46.479800+0000 mon.smithi067 (mon.0) 976 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr fail", "who": "smithi172.viqcsa"}]: dispatch 2024-09-10T19:02:46.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.369333+0000 mon.smithi172 (mon.1) 304 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:46.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.373405+0000 mon.smithi067 (mon.0) 972 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:02:46.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.380325+0000 mon.smithi067 (mon.0) 973 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.382832+0000 mon.smithi172 (mon.1) 305 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.383460+0000 mon.smithi172 (mon.1) 306 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.388456+0000 mon.smithi067 (mon.0) 974 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.391116+0000 mon.smithi172 (mon.1) 307 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.396527+0000 mon.smithi067 (mon.0) 975 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.474581+0000 mon.smithi172 (mon.1) 308 : audit [DBG] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.479455+0000 mon.smithi172 (mon.1) 309 : audit [INF] from='mgr.24479 172.21.15.172:0/982303511' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr fail", "who": "smithi172.viqcsa"}]: dispatch 2024-09-10T19:02:46.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:46.479800+0000 mon.smithi067 (mon.0) 976 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "mgr fail", "who": "smithi172.viqcsa"}]: dispatch 2024-09-10T19:02:46.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 105188 0.94 MB/sec execute 334 sec latency 55.299 ms 2024-09-10T19:02:47.723 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:46.017956+0000 mgr.smithi172.viqcsa (mgr.24479) 262 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 102 B/s rd, 511 B/s wr, 5 op/s 2024-09-10T19:02:47.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:02:46.384039+0000 mgr.smithi172.viqcsa (mgr.24479) 263 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:02:47.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:02:46.476395+0000 mgr.smithi172.viqcsa (mgr.24479) 264 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:02:47.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:02:46.476786+0000 mgr.smithi172.viqcsa (mgr.24479) 265 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:02:47.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:02:46.479190+0000 mgr.smithi172.viqcsa (mgr.24479) 266 : cephadm [INF] Failing over to other MGR 2024-09-10T19:02:47.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:46.486391+0000 mon.smithi067 (mon.0) 977 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T19:02:47.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:46.904290+0000 mon.smithi067 (mon.0) 978 : cluster [INF] MDS health message cleared (mds.?): Client smithi067:foo1 failing to respond to capability release 2024-09-10T19:02:47.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:47.400378+0000 mon.smithi067 (mon.0) 979 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "mgr fail", "who": "smithi172.viqcsa"}]': finished 2024-09-10T19:02:47.724 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:47.400454+0000 mon.smithi067 (mon.0) 980 : cluster [DBG] mgrmap e34: smithi067.mpnsbx(active, starting, since 0.920007s) 2024-09-10T19:02:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:46.017956+0000 mgr.smithi172.viqcsa (mgr.24479) 262 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 290 MiB data, 877 MiB used, 706 GiB / 715 GiB avail; 102 B/s rd, 511 B/s wr, 5 op/s 2024-09-10T19:02:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:02:46.384039+0000 mgr.smithi172.viqcsa (mgr.24479) 263 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:02:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:02:46.476395+0000 mgr.smithi172.viqcsa (mgr.24479) 264 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:02:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:02:46.476786+0000 mgr.smithi172.viqcsa (mgr.24479) 265 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:02:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:02:46.479190+0000 mgr.smithi172.viqcsa (mgr.24479) 266 : cephadm [INF] Failing over to other MGR 2024-09-10T19:02:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:46.486391+0000 mon.smithi067 (mon.0) 977 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T19:02:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:46.904290+0000 mon.smithi067 (mon.0) 978 : cluster [INF] MDS health message cleared (mds.?): Client smithi067:foo1 failing to respond to capability release 2024-09-10T19:02:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:47.400378+0000 mon.smithi067 (mon.0) 979 : audit [INF] from='mgr.24479 ' entity='mgr.smithi172.viqcsa' cmd='[{"prefix": "mgr fail", "who": "smithi172.viqcsa"}]': finished 2024-09-10T19:02:47.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:47 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:47.400454+0000 mon.smithi067 (mon.0) 980 : cluster [DBG] mgrmap e34: smithi067.mpnsbx(active, starting, since 0.920007s) 2024-09-10T19:02:47.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 105721 0.99 MB/sec execute 335 sec latency 22.332 ms 2024-09-10T19:02:48.711 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:47.490013+0000 mon.smithi067 (mon.0) 981 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-10T19:02:48.711 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:47.498386+0000 mon.smithi067 (mon.0) 982 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T19:02:48.711 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:47.498429+0000 mon.smithi067 (mon.0) 983 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:02:48.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:47.490013+0000 mon.smithi067 (mon.0) 981 : cluster [INF] Health check cleared: MDS_CLIENT_LATE_RELEASE (was: 1 clients failing to respond to capability release) 2024-09-10T19:02:48.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:47.498386+0000 mon.smithi067 (mon.0) 982 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T19:02:48.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:47.498429+0000 mon.smithi067 (mon.0) 983 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:02:48.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 106279 1.05 MB/sec execute 336 sec latency 29.600 ms 2024-09-10T19:02:49.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 106698 1.10 MB/sec execute 337 sec latency 51.984 ms 2024-09-10T19:02:50.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 106927 1.11 MB/sec execute 338 sec latency 51.239 ms 2024-09-10T19:02:51.236 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:50.904360+0000 mon.smithi067 (mon.0) 984 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-10T19:02:51.236 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:50.954579+0000 mon.smithi067 (mon.0) 985 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-10T19:02:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:50.904360+0000 mon.smithi067 (mon.0) 984 : cluster [INF] MDS health message cleared (mds.?): 1 slow requests are blocked > 30 secs 2024-09-10T19:02:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:50.954579+0000 mon.smithi067 (mon.0) 985 : cluster [INF] Health check cleared: MDS_SLOW_REQUEST (was: 1 MDSs report slow requests) 2024-09-10T19:02:51.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 107277 1.11 MB/sec execute 339 sec latency 59.171 ms 2024-09-10T19:02:52.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:50.954619+0000 mon.smithi067 (mon.0) 986 : cluster [INF] Cluster is now healthy 2024-09-10T19:02:52.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:50.957890+0000 mon.smithi067 (mon.0) 987 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T19:02:52.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:51 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:50.957947+0000 mon.smithi067 (mon.0) 988 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:02:52.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:50.954619+0000 mon.smithi067 (mon.0) 986 : cluster [INF] Cluster is now healthy 2024-09-10T19:02:52.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:50.957890+0000 mon.smithi067 (mon.0) 987 : cluster [DBG] mds.? [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] up:active 2024-09-10T19:02:52.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:51 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:50.957947+0000 mon.smithi067 (mon.0) 988 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:02:52.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 107889 1.15 MB/sec execute 340 sec latency 31.547 ms 2024-09-10T19:02:53.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:52.825167+0000 mon.smithi067 (mon.0) 989 : cluster [DBG] Standby manager daemon smithi172.viqcsa started 2024-09-10T19:02:53.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:52.825428+0000 mon.smithi172 (mon.1) 310 : audit [DBG] from='mgr.? 172.21.15.172:0/3456451903' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T19:02:53.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:52.825863+0000 mon.smithi172 (mon.1) 311 : audit [DBG] from='mgr.? 172.21.15.172:0/3456451903' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:53.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:52.827461+0000 mon.smithi172 (mon.1) 312 : audit [DBG] from='mgr.? 172.21.15.172:0/3456451903' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T19:02:53.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:52 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:52.828965+0000 mon.smithi172 (mon.1) 313 : audit [DBG] from='mgr.? 172.21.15.172:0/3456451903' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:52.825167+0000 mon.smithi067 (mon.0) 989 : cluster [DBG] Standby manager daemon smithi172.viqcsa started 2024-09-10T19:02:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:52.825428+0000 mon.smithi172 (mon.1) 310 : audit [DBG] from='mgr.? 172.21.15.172:0/3456451903' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T19:02:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:52.825863+0000 mon.smithi172 (mon.1) 311 : audit [DBG] from='mgr.? 172.21.15.172:0/3456451903' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:52.827461+0000 mon.smithi172 (mon.1) 312 : audit [DBG] from='mgr.? 172.21.15.172:0/3456451903' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T19:02:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:52.828965+0000 mon.smithi172 (mon.1) 313 : audit [DBG] from='mgr.? 172.21.15.172:0/3456451903' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:53.864 INFO:teuthology.orchestra.run.smithi067.stdout: 5 108619 1.20 MB/sec execute 341 sec latency 35.996 ms 2024-09-10T19:02:54.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:52.973481+0000 mon.smithi067 (mon.0) 990 : cluster [DBG] mgrmap e35: smithi067.mpnsbx(active, starting, since 6s), standbys: smithi172.viqcsa 2024-09-10T19:02:54.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:52.973818+0000 mon.smithi067 (mon.0) 991 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T19:02:54.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:52.974091+0000 mon.smithi067 (mon.0) 992 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi172.viqcsa", "id": "smithi172.viqcsa"}]: dispatch 2024-09-10T19:02:54.205 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.401099+0000 mon.smithi067 (mon.0) 993 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.401242+0000 mon.smithi067 (mon.0) 994 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.401683+0000 mon.smithi067 (mon.0) 995 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.401954+0000 mon.smithi067 (mon.0) 996 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.403471+0000 mon.smithi067 (mon.0) 997 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.403777+0000 mon.smithi067 (mon.0) 998 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.404096+0000 mon.smithi067 (mon.0) 999 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.404378+0000 mon.smithi067 (mon.0) 1000 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.404659+0000 mon.smithi067 (mon.0) 1001 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.404946+0000 mon.smithi067 (mon.0) 1002 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.405230+0000 mon.smithi067 (mon.0) 1003 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.405510+0000 mon.smithi067 (mon.0) 1004 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.405824+0000 mon.smithi067 (mon.0) 1005 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:02:54.206 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.406147+0000 mon.smithi067 (mon.0) 1006 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.406612+0000 mon.smithi067 (mon.0) 1007 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.407592+0000 mon.smithi067 (mon.0) 1008 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.408657+0000 mon.smithi067 (mon.0) 1009 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53440042400BGN"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.409023+0000 mon.smithi067 (mon.0) 1010 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6233005M400BGN"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.409338+0000 mon.smithi067 (mon.0) 1011 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.409668+0000 mon.smithi067 (mon.0) 1012 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.410028+0000 mon.smithi067 (mon.0) 1013 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.410426+0000 mon.smithi067 (mon.0) 1014 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.410744+0000 mon.smithi067 (mon.0) 1015 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.411102+0000 mon.smithi067 (mon.0) 1016 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067"}]: dispatch 2024-09-10T19:02:54.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.411489+0000 mon.smithi067 (mon.0) 1017 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067.devices.0"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.411807+0000 mon.smithi067 (mon.0) 1018 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.412200+0000 mon.smithi067 (mon.0) 1019 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172.devices.0"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.412539+0000 mon.smithi067 (mon.0) 1020 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.412904+0000 mon.smithi067 (mon.0) 1021 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.413241+0000 mon.smithi067 (mon.0) 1022 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.413678+0000 mon.smithi067 (mon.0) 1023 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.414089+0000 mon.smithi067 (mon.0) 1024 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.414541+0000 mon.smithi067 (mon.0) 1025 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.414958+0000 mon.smithi067 (mon.0) 1026 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.415309+0000 mon.smithi067 (mon.0) 1027 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.415672+0000 mon.smithi067 (mon.0) 1028 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.416296+0000 mon.smithi067 (mon.0) 1029 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.416849+0000 mon.smithi067 (mon.0) 1030 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:02:54.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.417768+0000 mon.smithi067 (mon.0) 1031 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.418429+0000 mon.smithi067 (mon.0) 1032 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.418984+0000 mon.smithi067 (mon.0) 1033 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.419415+0000 mon.smithi067 (mon.0) 1034 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.419827+0000 mon.smithi067 (mon.0) 1035 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.420218+0000 mon.smithi067 (mon.0) 1036 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.420516+0000 mon.smithi067 (mon.0) 1037 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.420805+0000 mon.smithi067 (mon.0) 1038 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.421171+0000 mon.smithi067 (mon.0) 1039 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.421528+0000 mon.smithi067 (mon.0) 1040 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.421890+0000 mon.smithi067 (mon.0) 1041 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.422248+0000 mon.smithi067 (mon.0) 1042 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.422765+0000 mon.smithi067 (mon.0) 1043 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.423201+0000 mon.smithi067 (mon.0) 1044 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:02:54.209 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:53.825201+0000 mon.smithi067 (mon.0) 1045 : cluster [INF] Manager daemon smithi067.mpnsbx is now available 2024-09-10T19:02:54.210 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.841936+0000 mon.smithi067 (mon.0) 1046 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:54.210 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.854225+0000 mon.smithi067 (mon.0) 1047 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:02:54.210 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.885226+0000 mon.smithi067 (mon.0) 1048 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:54.210 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.896341+0000 mon.smithi067 (mon.0) 1049 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:02:54.210 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:53.903407+0000 mon.smithi067 (mon.0) 1050 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T19:02:54.264 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:52.973481+0000 mon.smithi067 (mon.0) 990 : cluster [DBG] mgrmap e35: smithi067.mpnsbx(active, starting, since 6s), standbys: smithi172.viqcsa 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:52.973818+0000 mon.smithi067 (mon.0) 991 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:52.974091+0000 mon.smithi067 (mon.0) 992 : audit [DBG] from='mgr.? 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi172.viqcsa", "id": "smithi172.viqcsa"}]: dispatch 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.401099+0000 mon.smithi067 (mon.0) 993 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.401242+0000 mon.smithi067 (mon.0) 994 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.401683+0000 mon.smithi067 (mon.0) 995 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.401954+0000 mon.smithi067 (mon.0) 996 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.403471+0000 mon.smithi067 (mon.0) 997 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.403777+0000 mon.smithi067 (mon.0) 998 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.404096+0000 mon.smithi067 (mon.0) 999 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:02:54.265 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.404378+0000 mon.smithi067 (mon.0) 1000 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:02:54.266 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.404659+0000 mon.smithi067 (mon.0) 1001 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:02:54.266 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.404946+0000 mon.smithi067 (mon.0) 1002 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:02:54.266 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.405230+0000 mon.smithi067 (mon.0) 1003 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:02:54.266 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.405510+0000 mon.smithi067 (mon.0) 1004 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:02:54.266 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.405824+0000 mon.smithi067 (mon.0) 1005 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.406147+0000 mon.smithi067 (mon.0) 1006 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.406612+0000 mon.smithi067 (mon.0) 1007 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.407592+0000 mon.smithi067 (mon.0) 1008 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.408657+0000 mon.smithi067 (mon.0) 1009 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53440042400BGN"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.409023+0000 mon.smithi067 (mon.0) 1010 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6233005M400BGN"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.409338+0000 mon.smithi067 (mon.0) 1011 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.409668+0000 mon.smithi067 (mon.0) 1012 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.410028+0000 mon.smithi067 (mon.0) 1013 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.410426+0000 mon.smithi067 (mon.0) 1014 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.410744+0000 mon.smithi067 (mon.0) 1015 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.411102+0000 mon.smithi067 (mon.0) 1016 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.411489+0000 mon.smithi067 (mon.0) 1017 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067.devices.0"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.411807+0000 mon.smithi067 (mon.0) 1018 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172"}]: dispatch 2024-09-10T19:02:54.267 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.412200+0000 mon.smithi067 (mon.0) 1019 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172.devices.0"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.412539+0000 mon.smithi067 (mon.0) 1020 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.412904+0000 mon.smithi067 (mon.0) 1021 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.413241+0000 mon.smithi067 (mon.0) 1022 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.413678+0000 mon.smithi067 (mon.0) 1023 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.414089+0000 mon.smithi067 (mon.0) 1024 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.414541+0000 mon.smithi067 (mon.0) 1025 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.414958+0000 mon.smithi067 (mon.0) 1026 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.415309+0000 mon.smithi067 (mon.0) 1027 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.415672+0000 mon.smithi067 (mon.0) 1028 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.416296+0000 mon.smithi067 (mon.0) 1029 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.416849+0000 mon.smithi067 (mon.0) 1030 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:02:54.268 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.417768+0000 mon.smithi067 (mon.0) 1031 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.418429+0000 mon.smithi067 (mon.0) 1032 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.418984+0000 mon.smithi067 (mon.0) 1033 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.419415+0000 mon.smithi067 (mon.0) 1034 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.419827+0000 mon.smithi067 (mon.0) 1035 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.420218+0000 mon.smithi067 (mon.0) 1036 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.420516+0000 mon.smithi067 (mon.0) 1037 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.420805+0000 mon.smithi067 (mon.0) 1038 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.421171+0000 mon.smithi067 (mon.0) 1039 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.421528+0000 mon.smithi067 (mon.0) 1040 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.421890+0000 mon.smithi067 (mon.0) 1041 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.422248+0000 mon.smithi067 (mon.0) 1042 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.422765+0000 mon.smithi067 (mon.0) 1043 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:02:54.269 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.423201+0000 mon.smithi067 (mon.0) 1044 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:02:54.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:53.825201+0000 mon.smithi067 (mon.0) 1045 : cluster [INF] Manager daemon smithi067.mpnsbx is now available 2024-09-10T19:02:54.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.841936+0000 mon.smithi067 (mon.0) 1046 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:54.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.854225+0000 mon.smithi067 (mon.0) 1047 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:02:54.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.885226+0000 mon.smithi067 (mon.0) 1048 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:54.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.896341+0000 mon.smithi067 (mon.0) 1049 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:02:54.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:53.903407+0000 mon.smithi067 (mon.0) 1050 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T19:02:54.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 109037 1.22 MB/sec execute 342 sec latency 66.106 ms 2024-09-10T19:02:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:02:53.839119+0000 mgr.smithi067.mpnsbx (mgr.14844) 1 : cephadm [INF] inventory: adjusted host smithi172 addr 'smithi172' -> '172.21.15.172' 2024-09-10T19:02:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:54.275267+0000 mon.smithi067 (mon.0) 1051 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:54.454102+0000 mon.smithi067 (mon.0) 1052 : cluster [DBG] mgrmap e36: smithi067.mpnsbx(active, since 7s), standbys: smithi172.viqcsa 2024-09-10T19:02:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:54.464825+0000 mgr.smithi067.mpnsbx (mgr.14844) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 302 MiB data, 912 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:54.679842+0000 mon.smithi067 (mon.0) 1053 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:54.684070+0000 mon.smithi067 (mon.0) 1054 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:54.690145+0000 mon.smithi067 (mon.0) 1055 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:54.691435+0000 mon.smithi067 (mon.0) 1056 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:02:53.839119+0000 mgr.smithi067.mpnsbx (mgr.14844) 1 : cephadm [INF] inventory: adjusted host smithi172 addr 'smithi172' -> '172.21.15.172' 2024-09-10T19:02:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:54.275267+0000 mon.smithi067 (mon.0) 1051 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:54.454102+0000 mon.smithi067 (mon.0) 1052 : cluster [DBG] mgrmap e36: smithi067.mpnsbx(active, since 7s), standbys: smithi172.viqcsa 2024-09-10T19:02:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:54.464825+0000 mgr.smithi067.mpnsbx (mgr.14844) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 302 MiB data, 912 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:54.679842+0000 mon.smithi067 (mon.0) 1053 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:54.684070+0000 mon.smithi067 (mon.0) 1054 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:55.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:54.690145+0000 mon.smithi067 (mon.0) 1055 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:55.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:54 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:54.691435+0000 mon.smithi067 (mon.0) 1056 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 109566 1.28 MB/sec execute 343 sec latency 83.799 ms 2024-09-10T19:02:56.448 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:55.404852+0000 mgr.smithi067.mpnsbx (mgr.14844) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 302 MiB data, 912 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:56.448 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:55.978931+0000 mon.smithi067 (mon.0) 1057 : cluster [DBG] mgrmap e37: smithi067.mpnsbx(active, since 9s), standbys: smithi172.viqcsa 2024-09-10T19:02:56.448 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:56.051249+0000 mon.smithi067 (mon.0) 1058 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:55.404852+0000 mgr.smithi067.mpnsbx (mgr.14844) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 302 MiB data, 912 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:55.978931+0000 mon.smithi067 (mon.0) 1057 : cluster [DBG] mgrmap e37: smithi067.mpnsbx(active, since 9s), standbys: smithi172.viqcsa 2024-09-10T19:02:56.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:56 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:56.051249+0000 mon.smithi067 (mon.0) 1058 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:02:56.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 109993 1.32 MB/sec execute 344 sec latency 45.033 ms 2024-09-10T19:02:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:02:55.923031+0000 mgr.smithi067.mpnsbx (mgr.14844) 4 : cephadm [INF] [10/Sep/2024:19:02:55] ENGINE Bus STARTING 2024-09-10T19:02:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:02:56.046764+0000 mgr.smithi067.mpnsbx (mgr.14844) 5 : cephadm [INF] [10/Sep/2024:19:02:56] ENGINE Serving on https://172.21.15.67:7150 2024-09-10T19:02:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:02:56.046855+0000 mgr.smithi067.mpnsbx (mgr.14844) 6 : cephadm [INF] [10/Sep/2024:19:02:56] ENGINE Bus STARTED 2024-09-10T19:02:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:02:56.048438+0000 mgr.smithi067.mpnsbx (mgr.14844) 7 : cephadm [ERR] [10/Sep/2024:19:02:56] ENGINE Error in HTTPServer.serve 2024-09-10T19:02:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: Traceback (most recent call last): 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self._connections.run(self.expiration_interval) 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self._run(expiration_interval) 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: s = self.context.wrap_socket( 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: return self.sslsocket_class._create( 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:02:57.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self.do_handshake() 2024-09-10T19:02:57.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:02:57.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self._sslobj.do_handshake() 2024-09-10T19:02:57.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:02:57.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:57 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:02:55.923031+0000 mgr.smithi067.mpnsbx (mgr.14844) 4 : cephadm [INF] [10/Sep/2024:19:02:55] ENGINE Bus STARTING 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:02:56.046764+0000 mgr.smithi067.mpnsbx (mgr.14844) 5 : cephadm [INF] [10/Sep/2024:19:02:56] ENGINE Serving on https://172.21.15.67:7150 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:02:56.046855+0000 mgr.smithi067.mpnsbx (mgr.14844) 6 : cephadm [INF] [10/Sep/2024:19:02:56] ENGINE Bus STARTED 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:02:56.048438+0000 mgr.smithi067.mpnsbx (mgr.14844) 7 : cephadm [ERR] [10/Sep/2024:19:02:56] ENGINE Error in HTTPServer.serve 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: Traceback (most recent call last): 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: self._connections.run(self.expiration_interval) 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: self._run(expiration_interval) 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:02:57.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: s = self.context.wrap_socket( 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: return self.sslsocket_class._create( 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: self.do_handshake() 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: self._sslobj.do_handshake() 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:02:57.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:57 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: 2024-09-10T19:02:57.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 110416 1.36 MB/sec execute 345 sec latency 59.357 ms 2024-09-10T19:02:58.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:57.405263+0000 mgr.smithi067.mpnsbx (mgr.14844) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 302 MiB data, 912 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:58.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:02:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:57.460790+0000 mon.smithi067 (mon.0) 1059 : cluster [DBG] mgrmap e38: smithi067.mpnsbx(active, since 10s), standbys: smithi172.viqcsa 2024-09-10T19:02:58.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:57.405263+0000 mgr.smithi067.mpnsbx (mgr.14844) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 302 MiB data, 912 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:02:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:02:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:57.460790+0000 mon.smithi067 (mon.0) 1059 : cluster [DBG] mgrmap e38: smithi067.mpnsbx(active, since 10s), standbys: smithi172.viqcsa 2024-09-10T19:02:58.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 110789 1.37 MB/sec execute 346 sec latency 57.135 ms 2024-09-10T19:02:59.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 111172 1.38 MB/sec execute 347 sec latency 46.601 ms 2024-09-10T19:03:00.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:02:59.405667+0000 mgr.smithi067.mpnsbx (mgr.14844) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 302 MiB data, 912 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:03:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:59.774961+0000 mon.smithi067 (mon.0) 1060 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:59.778701+0000 mon.smithi067 (mon.0) 1061 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:02:59.784878+0000 mon.smithi067 (mon.0) 1062 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:00.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.181829+0000 mon.smithi067 (mon.0) 1063 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:02:59.405667+0000 mgr.smithi067.mpnsbx (mgr.14844) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 302 MiB data, 912 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:03:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:59.774961+0000 mon.smithi067 (mon.0) 1060 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:59.778701+0000 mon.smithi067 (mon.0) 1061 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:02:59.784878+0000 mon.smithi067 (mon.0) 1062 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:00.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:00 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.181829+0000 mon.smithi067 (mon.0) 1063 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:00.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 111545 1.41 MB/sec execute 348 sec latency 46.856 ms 2024-09-10T19:03:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.476279+0000 mon.smithi067 (mon.0) 1064 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.480842+0000 mon.smithi067 (mon.0) 1065 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.486276+0000 mon.smithi067 (mon.0) 1066 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.487476+0000 mon.smithi067 (mon.0) 1067 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.487954+0000 mon.smithi067 (mon.0) 1068 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.488352+0000 mon.smithi067 (mon.0) 1069 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.488703+0000 mon.smithi067 (mon.0) 1070 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.489085+0000 mon.smithi067 (mon.0) 1071 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.489447+0000 mon.smithi067 (mon.0) 1072 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.489902+0000 mon.smithi067 (mon.0) 1073 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.490455+0000 mon.smithi067 (mon.0) 1074 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.491055+0000 mon.smithi067 (mon.0) 1075 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:03:01.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:01 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:00.491427+0000 mon.smithi067 (mon.0) 1076 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.476279+0000 mon.smithi067 (mon.0) 1064 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.480842+0000 mon.smithi067 (mon.0) 1065 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.486276+0000 mon.smithi067 (mon.0) 1066 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.487476+0000 mon.smithi067 (mon.0) 1067 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.487954+0000 mon.smithi067 (mon.0) 1068 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.488352+0000 mon.smithi067 (mon.0) 1069 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.488703+0000 mon.smithi067 (mon.0) 1070 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.489085+0000 mon.smithi067 (mon.0) 1071 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.489447+0000 mon.smithi067 (mon.0) 1072 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.489902+0000 mon.smithi067 (mon.0) 1073 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.490455+0000 mon.smithi067 (mon.0) 1074 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.491055+0000 mon.smithi067 (mon.0) 1075 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:03:01.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:01 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:00.491427+0000 mon.smithi067 (mon.0) 1076 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:01.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 111954 1.43 MB/sec execute 349 sec latency 62.245 ms 2024-09-10T19:03:02.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:01.406451+0000 mgr.smithi067.mpnsbx (mgr.14844) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 297 MiB data, 921 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 5.1 MiB/s wr, 482 op/s 2024-09-10T19:03:02.741 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:01.406451+0000 mgr.smithi067.mpnsbx (mgr.14844) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 297 MiB data, 921 MiB used, 706 GiB / 715 GiB avail; 33 KiB/s rd, 5.1 MiB/s wr, 482 op/s 2024-09-10T19:03:02.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 112491 1.46 MB/sec execute 350 sec latency 31.315 ms 2024-09-10T19:03:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:02.739394+0000 mon.smithi067 (mon.0) 1077 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:02.743108+0000 mon.smithi067 (mon.0) 1078 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:02.748484+0000 mon.smithi067 (mon.0) 1079 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:03.256333+0000 mon.smithi067 (mon.0) 1080 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:03.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:03.406852+0000 mgr.smithi067.mpnsbx (mgr.14844) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 297 MiB data, 921 MiB used, 706 GiB / 715 GiB avail; 26 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2024-09-10T19:03:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:02.739394+0000 mon.smithi067 (mon.0) 1077 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:02.743108+0000 mon.smithi067 (mon.0) 1078 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:02.748484+0000 mon.smithi067 (mon.0) 1079 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:03.256333+0000 mon.smithi067 (mon.0) 1080 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:03.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:03 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:03.406852+0000 mgr.smithi067.mpnsbx (mgr.14844) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 297 MiB data, 921 MiB used, 706 GiB / 715 GiB avail; 26 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2024-09-10T19:03:03.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 112816 1.49 MB/sec execute 351 sec latency 42.042 ms 2024-09-10T19:03:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:03.620599+0000 mon.smithi067 (mon.0) 1081 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:03.624377+0000 mon.smithi067 (mon.0) 1082 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:03.632107+0000 mon.smithi067 (mon.0) 1083 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:03.633549+0000 mon.smithi067 (mon.0) 1084 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:03:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:03.620599+0000 mon.smithi067 (mon.0) 1081 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:03.624377+0000 mon.smithi067 (mon.0) 1082 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:03.632107+0000 mon.smithi067 (mon.0) 1083 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:04 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:03.633549+0000 mon.smithi067 (mon.0) 1084 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:03:04.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 113280 1.54 MB/sec execute 352 sec latency 44.296 ms 2024-09-10T19:03:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:05.407673+0000 mgr.smithi067.mpnsbx (mgr.14844) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 24 KiB/s rd, 6.0 MiB/s wr, 582 op/s 2024-09-10T19:03:05.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:05.407673+0000 mgr.smithi067.mpnsbx (mgr.14844) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 24 KiB/s rd, 6.0 MiB/s wr, 582 op/s 2024-09-10T19:03:05.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 113916 1.60 MB/sec execute 353 sec latency 32.206 ms 2024-09-10T19:03:06.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 114574 1.62 MB/sec execute 354 sec latency 37.403 ms 2024-09-10T19:03:07.228 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:03:07.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 115626 1.68 MB/sec execute 355 sec latency 26.062 ms 2024-09-10T19:03:08.342 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (11m) 5s ago 13m 21.3M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (13m) 5s ago 13m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (13m) 8s ago 13m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (11m) 5s ago 12m 39.0M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (8m) 5s ago 8m 36.1M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (8m) 8s ago 8m 16.9M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (2m) 5s ago 14m 425M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 running (6m) 8s ago 12m 396M - 17.2.7-1606-g5be57395 4c55dd409611 5c455ed09613 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (14m) 5s ago 14m 60.2M 2048M 15.2.13 2cf504fded39 b434571614a7 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (13m) 8s ago 13m 59.4M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (5m) 5s ago 5m 125M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:03:08.343 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (5m) 8s ago 5m 83.4M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (12m) 5s ago 12m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (12m) 8s ago 12m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (12m) 5s ago 12m 175M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (12m) 5s ago 11m 321M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (11m) 5s ago 11m 248M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (11m) 5s ago 11m 142M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (10m) 8s ago 10m 395M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (10m) 8s ago 10m 177M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (10m) 8s ago 10m 364M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (9m) 8s ago 9m 274M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:03:08.344 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (3m) 5s ago 12m 46.0M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:03:08.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:07.205016+0000 mgr.smithi067.mpnsbx (mgr.14844) 13 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:08.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:07.408081+0000 mgr.smithi067.mpnsbx (mgr.14844) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2024-09-10T19:03:08.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.289357+0000 mon.smithi067 (mon.0) 1085 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:08.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.294791+0000 mon.smithi067 (mon.0) 1086 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:08.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.300455+0000 mon.smithi067 (mon.0) 1087 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:08.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.301684+0000 mon.smithi067 (mon.0) 1088 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.302193+0000 mon.smithi067 (mon.0) 1089 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.302588+0000 mon.smithi067 (mon.0) 1090 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.303001+0000 mon.smithi067 (mon.0) 1091 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.303321+0000 mon.smithi067 (mon.0) 1092 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.303620+0000 mon.smithi067 (mon.0) 1093 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.304068+0000 mon.smithi067 (mon.0) 1094 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.304473+0000 mon.smithi067 (mon.0) 1095 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.304805+0000 mon.smithi067 (mon.0) 1096 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:03:08.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.305185+0000 mon.smithi067 (mon.0) 1097 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.306084+0000 mon.smithi067 (mon.0) 1098 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:08.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.307055+0000 mon.smithi067 (mon.0) 1099 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:08.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.311757+0000 mon.smithi067 (mon.0) 1100 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:08.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.312470+0000 mon.smithi067 (mon.0) 1101 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.312966+0000 mon.smithi067 (mon.0) 1102 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.316462+0000 mon.smithi067 (mon.0) 1103 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:08.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.317319+0000 mon.smithi067 (mon.0) 1104 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.320393+0000 mon.smithi067 (mon.0) 1105 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:03:08.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.320684+0000 mon.smithi067 (mon.0) 1106 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.325539+0000 mon.smithi067 (mon.0) 1107 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:08.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.325827+0000 mon.smithi067 (mon.0) 1108 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:08.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.327116+0000 mon.smithi067 (mon.0) 1109 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.327859+0000 mon.smithi067 (mon.0) 1110 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.328455+0000 mon.smithi067 (mon.0) 1111 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.329386+0000 mon.smithi067 (mon.0) 1112 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.445062+0000 mon.smithi067 (mon.0) 1113 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:08.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:07.205016+0000 mgr.smithi067.mpnsbx (mgr.14844) 13 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:08.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:07.408081+0000 mgr.smithi067.mpnsbx (mgr.14844) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2024-09-10T19:03:08.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.289357+0000 mon.smithi067 (mon.0) 1085 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:08.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.294791+0000 mon.smithi067 (mon.0) 1086 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:08.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.300455+0000 mon.smithi067 (mon.0) 1087 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:08.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.301684+0000 mon.smithi067 (mon.0) 1088 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.302193+0000 mon.smithi067 (mon.0) 1089 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.302588+0000 mon.smithi067 (mon.0) 1090 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.303001+0000 mon.smithi067 (mon.0) 1091 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.303321+0000 mon.smithi067 (mon.0) 1092 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.303620+0000 mon.smithi067 (mon.0) 1093 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.304068+0000 mon.smithi067 (mon.0) 1094 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.304473+0000 mon.smithi067 (mon.0) 1095 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.304805+0000 mon.smithi067 (mon.0) 1096 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:03:08.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.305185+0000 mon.smithi067 (mon.0) 1097 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:03:08.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.306084+0000 mon.smithi067 (mon.0) 1098 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:08.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.307055+0000 mon.smithi067 (mon.0) 1099 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:08.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.311757+0000 mon.smithi067 (mon.0) 1100 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:08.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.312470+0000 mon.smithi067 (mon.0) 1101 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.312966+0000 mon.smithi067 (mon.0) 1102 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.316462+0000 mon.smithi067 (mon.0) 1103 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:08.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.317319+0000 mon.smithi067 (mon.0) 1104 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.320393+0000 mon.smithi067 (mon.0) 1105 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:03:08.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.320684+0000 mon.smithi067 (mon.0) 1106 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.325539+0000 mon.smithi067 (mon.0) 1107 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:08.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.325827+0000 mon.smithi067 (mon.0) 1108 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:08.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.327116+0000 mon.smithi067 (mon.0) 1109 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.327859+0000 mon.smithi067 (mon.0) 1110 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.328455+0000 mon.smithi067 (mon.0) 1111 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.329386+0000 mon.smithi067 (mon.0) 1112 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:08.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.445062+0000 mon.smithi067 (mon.0) 1113 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:08.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 116327 1.74 MB/sec execute 356 sec latency 28.246 ms 2024-09-10T19:03:08.965 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:03:08.966 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:03:08.967 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:03:08.967 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-09-10T19:03:08.967 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:03:08.967 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:03:08.967 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mgr daemons", 2024-09-10T19:03:09.522 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:03:09.523 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:03:09.682 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:07.777549+0000 mgr.smithi067.mpnsbx (mgr.14844) 15 : audit [DBG] from='client.24737 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:09.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:03:08.307921+0000 mgr.smithi067.mpnsbx (mgr.14844) 16 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:09.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.308290+0000 mgr.smithi067.mpnsbx (mgr.14844) 17 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:09.683 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:09 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:08.964398+0000 mon.smithi067 (mon.0) 1114 : audit [DBG] from='client.? 172.21.15.67:0/3602293105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:09.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:07.777549+0000 mgr.smithi067.mpnsbx (mgr.14844) 15 : audit [DBG] from='client.24737 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:08.307921+0000 mgr.smithi067.mpnsbx (mgr.14844) 16 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.308290+0000 mgr.smithi067.mpnsbx (mgr.14844) 17 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:08.964398+0000 mon.smithi067 (mon.0) 1114 : audit [DBG] from='client.? 172.21.15.67:0/3602293105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:09.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 117032 1.81 MB/sec execute 357 sec latency 21.192 ms 2024-09-10T19:03:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:09.408503+0000 mgr.smithi067.mpnsbx (mgr.14844) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2024-09-10T19:03:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:09.980236+0000 mon.smithi067 (mon.0) 1115 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.viqcsa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:03:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:09.981650+0000 mon.smithi067 (mon.0) 1116 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:03:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:09.982862+0000 mon.smithi067 (mon.0) 1117 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:10.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:09.984513+0000 mon.smithi067 (mon.0) 1118 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mgr.smithi172.viqcsa","key": "container_image"}]: dispatch 2024-09-10T19:03:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:09.408503+0000 mgr.smithi067.mpnsbx (mgr.14844) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2024-09-10T19:03:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:09.980236+0000 mon.smithi067 (mon.0) 1115 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.viqcsa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:03:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:09.981650+0000 mon.smithi067 (mon.0) 1116 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:03:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:09.982862+0000 mon.smithi067 (mon.0) 1117 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:10.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:10 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:09.984513+0000 mon.smithi067 (mon.0) 1118 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mgr.smithi172.viqcsa","key": "container_image"}]: dispatch 2024-09-10T19:03:10.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 117385 1.84 MB/sec execute 358 sec latency 71.987 ms 2024-09-10T19:03:11.754 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:09.520036+0000 mgr.smithi067.mpnsbx (mgr.14844) 19 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:11.755 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:09.979700+0000 mgr.smithi067.mpnsbx (mgr.14844) 20 : cephadm [INF] Upgrade: Updating mgr.smithi172.viqcsa 2024-09-10T19:03:11.755 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:11 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:09.984006+0000 mgr.smithi067.mpnsbx (mgr.14844) 21 : cephadm [INF] Deploying daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T19:03:11.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:09.520036+0000 mgr.smithi067.mpnsbx (mgr.14844) 19 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:11.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:03:09.979700+0000 mgr.smithi067.mpnsbx (mgr.14844) 20 : cephadm [INF] Upgrade: Updating mgr.smithi172.viqcsa 2024-09-10T19:03:11.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:11 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:03:09.984006+0000 mgr.smithi067.mpnsbx (mgr.14844) 21 : cephadm [INF] Deploying daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T19:03:11.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 117618 1.84 MB/sec execute 359 sec latency 44.274 ms 2024-09-10T19:03:12.742 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:12 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:11.409069+0000 mgr.smithi067.mpnsbx (mgr.14844) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 305 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 27 KiB/s rd, 10 MiB/s wr, 966 op/s 2024-09-10T19:03:12.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:12 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:11.409069+0000 mgr.smithi067.mpnsbx (mgr.14844) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 305 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 27 KiB/s rd, 10 MiB/s wr, 966 op/s 2024-09-10T19:03:12.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 117854 1.85 MB/sec execute 360 sec latency 81.677 ms 2024-09-10T19:03:13.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 118274 1.86 MB/sec execute 361 sec latency 50.407 ms 2024-09-10T19:03:14.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:14 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:13.409443+0000 mgr.smithi067.mpnsbx (mgr.14844) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 305 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 7.9 KiB/s rd, 7.0 MiB/s wr, 687 op/s 2024-09-10T19:03:14.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:13.409443+0000 mgr.smithi067.mpnsbx (mgr.14844) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 305 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 7.9 KiB/s rd, 7.0 MiB/s wr, 687 op/s 2024-09-10T19:03:14.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 118871 1.90 MB/sec execute 362 sec latency 30.538 ms 2024-09-10T19:03:15.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 119500 1.93 MB/sec execute 363 sec latency 32.958 ms 2024-09-10T19:03:16.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:15.410186+0000 mgr.smithi067.mpnsbx (mgr.14844) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 932 op/s 2024-09-10T19:03:16.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:16 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:15.410186+0000 mgr.smithi067.mpnsbx (mgr.14844) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 932 op/s 2024-09-10T19:03:16.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 119948 1.97 MB/sec execute 364 sec latency 28.141 ms 2024-09-10T19:03:17.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:17.410577+0000 mgr.smithi067.mpnsbx (mgr.14844) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 680 op/s 2024-09-10T19:03:17.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:17 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:17.410577+0000 mgr.smithi067.mpnsbx (mgr.14844) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 680 op/s 2024-09-10T19:03:17.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 120509 2.02 MB/sec execute 365 sec latency 30.441 ms 2024-09-10T19:03:18.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 120898 2.06 MB/sec execute 366 sec latency 57.698 ms 2024-09-10T19:03:19.865 INFO:teuthology.orchestra.run.smithi067.stdout: 5 121176 2.06 MB/sec execute 367 sec latency 55.217 ms 2024-09-10T19:03:20.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:19.410950+0000 mgr.smithi067.mpnsbx (mgr.14844) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 680 op/s 2024-09-10T19:03:20.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:20 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:19.410950+0000 mgr.smithi067.mpnsbx (mgr.14844) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 680 op/s 2024-09-10T19:03:20.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 121545 2.08 MB/sec execute 368 sec latency 48.256 ms 2024-09-10T19:03:21.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 122019 2.10 MB/sec execute 369 sec latency 32.907 ms 2024-09-10T19:03:22.742 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:21.411575+0000 mgr.smithi067.mpnsbx (mgr.14844) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 299 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 967 op/s 2024-09-10T19:03:22.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:22 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:21.411575+0000 mgr.smithi067.mpnsbx (mgr.14844) 27 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 299 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 967 op/s 2024-09-10T19:03:22.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 122537 2.13 MB/sec execute 370 sec latency 34.962 ms 2024-09-10T19:03:23.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 123438 2.18 MB/sec execute 371 sec latency 41.926 ms 2024-09-10T19:03:24.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:23.412021+0000 mgr.smithi067.mpnsbx (mgr.14844) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 299 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2024-09-10T19:03:24.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:23.412021+0000 mgr.smithi067.mpnsbx (mgr.14844) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 299 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2024-09-10T19:03:24.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 124374 2.28 MB/sec execute 372 sec latency 32.195 ms 2024-09-10T19:03:25.768 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:24.710109+0000 mon.smithi067 (mon.0) 1119 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:25.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:24.714589+0000 mon.smithi067 (mon.0) 1120 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:25.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:24.720153+0000 mon.smithi067 (mon.0) 1121 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:25.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:24.721220+0000 mon.smithi067 (mon.0) 1122 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:25.769 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:24.723156+0000 mon.smithi067 (mon.0) 1123 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:25.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:24.710109+0000 mon.smithi067 (mon.0) 1119 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:25.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:24.714589+0000 mon.smithi067 (mon.0) 1120 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:25.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:24.720153+0000 mon.smithi067 (mon.0) 1121 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:25.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:24.721220+0000 mon.smithi067 (mon.0) 1122 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:25.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:25 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:24.723156+0000 mon.smithi067 (mon.0) 1123 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:25.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 124843 2.29 MB/sec execute 373 sec latency 27.834 ms 2024-09-10T19:03:26.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:25.412626+0000 mgr.smithi067.mpnsbx (mgr.14844) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 900 op/s 2024-09-10T19:03:26.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:25.412626+0000 mgr.smithi067.mpnsbx (mgr.14844) 29 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 900 op/s 2024-09-10T19:03:26.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 125216 2.30 MB/sec execute 374 sec latency 60.767 ms 2024-09-10T19:03:27.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 125571 2.31 MB/sec execute 375 sec latency 33.682 ms 2024-09-10T19:03:28.506 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:27.413058+0000 mgr.smithi067.mpnsbx (mgr.14844) 30 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2024-09-10T19:03:28.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:28 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:27.413058+0000 mgr.smithi067.mpnsbx (mgr.14844) 30 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2024-09-10T19:03:28.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 125880 2.33 MB/sec execute 376 sec latency 52.985 ms 2024-09-10T19:03:29.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 126236 2.34 MB/sec execute 377 sec latency 72.006 ms 2024-09-10T19:03:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:29.413384+0000 mgr.smithi067.mpnsbx (mgr.14844) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2024-09-10T19:03:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:29.928734+0000 mon.smithi067 (mon.0) 1124 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:29.933290+0000 mon.smithi067 (mon.0) 1125 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:29.938151+0000 mon.smithi067 (mon.0) 1126 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:30.362759+0000 mon.smithi067 (mon.0) 1127 : cluster [DBG] Standby manager daemon smithi172.viqcsa restarted 2024-09-10T19:03:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:30.362902+0000 mon.smithi067 (mon.0) 1128 : cluster [DBG] Standby manager daemon smithi172.viqcsa started 2024-09-10T19:03:30.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:30.364452+0000 mon.smithi172 (mon.1) 314 : audit [DBG] from='mgr.? 172.21.15.172:0/4293591408' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T19:03:30.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:30.367517+0000 mon.smithi172 (mon.1) 315 : audit [DBG] from='mgr.? 172.21.15.172:0/4293591408' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:03:30.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:30.369958+0000 mon.smithi172 (mon.1) 316 : audit [DBG] from='mgr.? 172.21.15.172:0/4293591408' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T19:03:30.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:30.370409+0000 mon.smithi172 (mon.1) 317 : audit [DBG] from='mgr.? 172.21.15.172:0/4293591408' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:03:30.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:30.436746+0000 mon.smithi067 (mon.0) 1129 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:29.413384+0000 mgr.smithi067.mpnsbx (mgr.14844) 31 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2024-09-10T19:03:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:29.928734+0000 mon.smithi067 (mon.0) 1124 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:29.933290+0000 mon.smithi067 (mon.0) 1125 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:29.938151+0000 mon.smithi067 (mon.0) 1126 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:30.362759+0000 mon.smithi067 (mon.0) 1127 : cluster [DBG] Standby manager daemon smithi172.viqcsa restarted 2024-09-10T19:03:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:30.362902+0000 mon.smithi067 (mon.0) 1128 : cluster [DBG] Standby manager daemon smithi172.viqcsa started 2024-09-10T19:03:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:30.364452+0000 mon.smithi172 (mon.1) 314 : audit [DBG] from='mgr.? 172.21.15.172:0/4293591408' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T19:03:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:30.367517+0000 mon.smithi172 (mon.1) 315 : audit [DBG] from='mgr.? 172.21.15.172:0/4293591408' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:03:30.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:30.369958+0000 mon.smithi172 (mon.1) 316 : audit [DBG] from='mgr.? 172.21.15.172:0/4293591408' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T19:03:30.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:30.370409+0000 mon.smithi172 (mon.1) 317 : audit [DBG] from='mgr.? 172.21.15.172:0/4293591408' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:03:30.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:30 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:30.436746+0000 mon.smithi067 (mon.0) 1129 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:30.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 127118 2.41 MB/sec execute 378 sec latency 52.608 ms 2024-09-10T19:03:31.741 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:30.789092+0000 mon.smithi067 (mon.0) 1130 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:31.741 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:30.793558+0000 mon.smithi067 (mon.0) 1131 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:31.742 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:30.799012+0000 mon.smithi067 (mon.0) 1132 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:31.742 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:30.800337+0000 mon.smithi067 (mon.0) 1133 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:03:31.742 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:30.948561+0000 mon.smithi067 (mon.0) 1134 : cluster [DBG] mgrmap e39: smithi067.mpnsbx(active, since 44s), standbys: smithi172.viqcsa 2024-09-10T19:03:31.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:30.789092+0000 mon.smithi067 (mon.0) 1130 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:31.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:30.793558+0000 mon.smithi067 (mon.0) 1131 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:31.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:30.799012+0000 mon.smithi067 (mon.0) 1132 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:31.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:30.800337+0000 mon.smithi067 (mon.0) 1133 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:03:31.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:30.948561+0000 mon.smithi067 (mon.0) 1134 : cluster [DBG] mgrmap e39: smithi067.mpnsbx(active, since 44s), standbys: smithi172.viqcsa 2024-09-10T19:03:31.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 128071 2.50 MB/sec execute 379 sec latency 24.852 ms 2024-09-10T19:03:32.713 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:31.414072+0000 mgr.smithi067.mpnsbx (mgr.14844) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 926 op/s 2024-09-10T19:03:32.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:32 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:31.414072+0000 mgr.smithi067.mpnsbx (mgr.14844) 32 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 926 op/s 2024-09-10T19:03:32.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 128657 2.52 MB/sec execute 380 sec latency 28.641 ms 2024-09-10T19:03:33.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 129008 2.53 MB/sec execute 381 sec latency 47.613 ms 2024-09-10T19:03:34.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:33.414573+0000 mgr.smithi067.mpnsbx (mgr.14844) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 639 op/s 2024-09-10T19:03:34.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:33.414573+0000 mgr.smithi067.mpnsbx (mgr.14844) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 639 op/s 2024-09-10T19:03:34.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 129421 2.54 MB/sec execute 382 sec latency 36.262 ms 2024-09-10T19:03:35.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.873552+0000 mon.smithi067 (mon.0) 1135 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:35.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.877259+0000 mon.smithi067 (mon.0) 1136 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.883265+0000 mon.smithi067 (mon.0) 1137 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.884138+0000 mon.smithi067 (mon.0) 1138 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:35.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.884911+0000 mon.smithi067 (mon.0) 1139 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:35.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.891750+0000 mon.smithi067 (mon.0) 1140 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.894719+0000 mon.smithi067 (mon.0) 1141 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:03:35.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.898354+0000 mon.smithi067 (mon.0) 1142 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.711 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.977191+0000 mon.smithi067 (mon.0) 1143 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:35.712 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.981371+0000 mon.smithi067 (mon.0) 1144 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:35.712 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.986202+0000 mon.smithi067 (mon.0) 1145 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.712 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.986826+0000 mon.smithi067 (mon.0) 1146 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi067.mpnsbx"}]: dispatch 2024-09-10T19:03:35.712 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.989911+0000 mon.smithi067 (mon.0) 1147 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi067.mpnsbx"}]': finished 2024-09-10T19:03:35.712 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.990626+0000 mon.smithi067 (mon.0) 1148 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi172.viqcsa"}]: dispatch 2024-09-10T19:03:35.712 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.994167+0000 mon.smithi067 (mon.0) 1149 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi172.viqcsa"}]': finished 2024-09-10T19:03:35.712 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:34.995146+0000 mon.smithi067 (mon.0) 1150 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:03:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.873552+0000 mon.smithi067 (mon.0) 1135 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.877259+0000 mon.smithi067 (mon.0) 1136 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.883265+0000 mon.smithi067 (mon.0) 1137 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.884138+0000 mon.smithi067 (mon.0) 1138 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.884911+0000 mon.smithi067 (mon.0) 1139 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:03:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.891750+0000 mon.smithi067 (mon.0) 1140 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.894719+0000 mon.smithi067 (mon.0) 1141 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.898354+0000 mon.smithi067 (mon.0) 1142 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.977191+0000 mon.smithi067 (mon.0) 1143 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.981371+0000 mon.smithi067 (mon.0) 1144 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.986202+0000 mon.smithi067 (mon.0) 1145 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.986826+0000 mon.smithi067 (mon.0) 1146 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi067.mpnsbx"}]: dispatch 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.989911+0000 mon.smithi067 (mon.0) 1147 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi067.mpnsbx"}]': finished 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.990626+0000 mon.smithi067 (mon.0) 1148 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi172.viqcsa"}]: dispatch 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.994167+0000 mon.smithi067 (mon.0) 1149 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi172.viqcsa"}]': finished 2024-09-10T19:03:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:34.995146+0000 mon.smithi067 (mon.0) 1150 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:03:35.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 129885 2.57 MB/sec execute 383 sec latency 30.309 ms 2024-09-10T19:03:36.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:34.885643+0000 mgr.smithi067.mpnsbx (mgr.14844) 34 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:34.982569+0000 mgr.smithi067.mpnsbx (mgr.14844) 35 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:03:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:35.415147+0000 mgr.smithi067.mpnsbx (mgr.14844) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 15 KiB/s rd, 9.9 MiB/s wr, 1.03k op/s 2024-09-10T19:03:36.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:03:34.885643+0000 mgr.smithi067.mpnsbx (mgr.14844) 34 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:03:36.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:03:34.982569+0000 mgr.smithi067.mpnsbx (mgr.14844) 35 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-09-10T19:03:36.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:35.415147+0000 mgr.smithi067.mpnsbx (mgr.14844) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 15 KiB/s rd, 9.9 MiB/s wr, 1.03k op/s 2024-09-10T19:03:36.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 130684 2.62 MB/sec execute 384 sec latency 37.315 ms 2024-09-10T19:03:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:03:36.522145+0000 mgr.smithi067.mpnsbx (mgr.14844) 37 : cephadm [INF] Upgrade: Updating mon.smithi067 2024-09-10T19:03:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:36.526629+0000 mon.smithi067 (mon.0) 1151 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:36.527639+0000 mon.smithi067 (mon.0) 1152 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:03:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:36.528500+0000 mon.smithi067 (mon.0) 1153 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:03:37.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:36.529619+0000 mon.smithi067 (mon.0) 1154 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:37.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cephadm 2024-09-10T19:03:36.530959+0000 mgr.smithi067.mpnsbx (mgr.14844) 38 : cephadm [INF] Deploying daemon mon.smithi067 on smithi067 2024-09-10T19:03:37.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: audit 2024-09-10T19:03:36.531516+0000 mon.smithi067 (mon.0) 1155 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "container_image"}]: dispatch 2024-09-10T19:03:37.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:37 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: cluster 2024-09-10T19:03:37.415569+0000 mgr.smithi067.mpnsbx (mgr.14844) 39 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 657 op/s 2024-09-10T19:03:37.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 131514 2.70 MB/sec execute 385 sec latency 26.745 ms 2024-09-10T19:03:38.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:36.522145+0000 mgr.smithi067.mpnsbx (mgr.14844) 37 : cephadm [INF] Upgrade: Updating mon.smithi067 2024-09-10T19:03:38.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:36.526629+0000 mon.smithi067 (mon.0) 1151 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:38.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:36.527639+0000 mon.smithi067 (mon.0) 1152 : audit [INF] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:03:38.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:36.528500+0000 mon.smithi067 (mon.0) 1153 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:03:38.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:36.529619+0000 mon.smithi067 (mon.0) 1154 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:03:38.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:36.530959+0000 mgr.smithi067.mpnsbx (mgr.14844) 38 : cephadm [INF] Deploying daemon mon.smithi067 on smithi067 2024-09-10T19:03:38.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:36.531516+0000 mon.smithi067 (mon.0) 1155 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "container_image"}]: dispatch 2024-09-10T19:03:38.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:37.415569+0000 mgr.smithi067.mpnsbx (mgr.14844) 39 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 657 op/s 2024-09-10T19:03:38.395 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:38 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:03:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T19:03:38.569+0000 7f885b2cb700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:03:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:38 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067[23382]: debug 2024-09-10T19:03:38.569+0000 7f885b2cb700 -1 mon.smithi067@0(leader) e2 *** Got Signal Terminated *** 2024-09-10T19:03:38.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:38 smithi067 podman[57459]: 2024-09-10 19:03:38.592093391 +0000 UTC m=+0.151603167 container died b434571614a79e2d5e809d96e984d3ff03bccb605041f4f7218fba3a151abe05 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.13, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20201204) 2024-09-10T19:03:38.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 131780 2.71 MB/sec execute 386 sec latency 48.322 ms 2024-09-10T19:03:39.457 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:39 smithi067 podman[57459]: 2024-09-10 19:03:39.213511697 +0000 UTC m=+0.773021470 container cleanup b434571614a79e2d5e809d96e984d3ff03bccb605041f4f7218fba3a151abe05 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.13, GIT_BRANCH=HEAD, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, maintainer=Dimitri Savineau , ceph=True, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-10T19:03:39.458 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:39 smithi067 bash[57459]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067 2024-09-10T19:03:39.753 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:39 smithi067 podman[57471]: 2024-09-10 19:03:39.457010092 +0000 UTC m=+0.860123467 container remove b434571614a79e2d5e809d96e984d3ff03bccb605041f4f7218fba3a151abe05 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi067, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.13, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Dimitri Savineau , RELEASE=HEAD, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, ceph=True, GIT_BRANCH=HEAD) 2024-09-10T19:03:39.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 132076 2.71 MB/sec execute 387 sec latency 47.285 ms 2024-09-10T19:03:39.930 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:03:40.018 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:39 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067.service: Deactivated successfully. 2024-09-10T19:03:40.019 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:39 smithi067 systemd[1]: Stopped Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:03:40.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 systemd[1]: Starting Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:03:40.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 podman[57670]: 2024-09-10 19:03:40.159114069 +0000 UTC m=+0.022107293 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:03:40.638 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 podman[57670]: 2024-09-10 19:03:40.383360441 +0000 UTC m=+0.246353649 container create c1f1e622ca25ef0e08f9b02f5528b7a77e5536e612e8fb6f0cdd15d5ac643092 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:03:40.641 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 podman[57670]: 2024-09-10 19:03:40.636994206 +0000 UTC m=+0.499987428 container init c1f1e622ca25ef0e08f9b02f5528b7a77e5536e612e8fb6f0cdd15d5ac643092 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:03:40.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 132688 2.73 MB/sec execute 388 sec latency 42.889 ms 2024-09-10T19:03:40.880 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:03:40.880 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (12m) 38s ago 13m 21.3M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (13m) 38s ago 13m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (13m) 10s ago 13m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (12m) 38s ago 13m 39.0M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (8m) 38s ago 8m 36.1M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (8m) 10s ago 8m 17.0M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (3m) 38s ago 15m 425M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (16s) 10s ago 13m 55.8M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 starting - - - 2048M 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (13m) 10s ago 13m 62.5M 2048M 15.2.13 2cf504fded39 79636556ad18 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (5m) 38s ago 5m 125M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (5m) 10s ago 5m 83.4M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (13m) 38s ago 13m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (13m) 10s ago 13m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:03:40.881 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (13m) 38s ago 13m 175M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:03:40.882 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (12m) 38s ago 12m 321M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:03:40.882 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (12m) 38s ago 12m 248M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:03:40.882 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (11m) 38s ago 11m 142M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:03:40.882 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (11m) 10s ago 11m 179M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:03:40.882 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (11m) 10s ago 11m 223M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:03:40.882 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (10m) 10s ago 10m 158M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:03:40.882 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (10m) 10s ago 10m 319M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:03:40.882 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (3m) 38s ago 12m 46.0M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:03:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 podman[57670]: 2024-09-10 19:03:40.647651344 +0000 UTC m=+0.510644560 container start c1f1e622ca25ef0e08f9b02f5528b7a77e5536e612e8fb6f0cdd15d5ac643092 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-10T19:03:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T19:03:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 1 2024-09-10T19:03:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: pidfile_write: ignore empty --pid-file 2024-09-10T19:03:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: load: jerasure load: lrc 2024-09-10T19:03:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: RocksDB version: 6.15.5 2024-09-10T19:03:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T19:03:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Compile date Sep 9 2024 2024-09-10T19:03:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: DB SUMMARY 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: DB Session ID: 0850CED62FLHXH3TQO7J 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: CURRENT file: CURRENT 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: MANIFEST file: MANIFEST-000008 size: 715 Bytes 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi067/store.db dir, Total Num: 1, files: 000023.sst 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi067/store.db: 000021.log size: 13685614 ; 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.error_if_exists: 0 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.create_if_missing: 0 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.paranoid_checks: 1 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.env: 0x561b5c203440 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.fs: Posix File System 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.info_log: 0x561b5d0050c0 2024-09-10T19:03:41.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T19:03:41.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.statistics: (nil) 2024-09-10T19:03:41.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.use_fsync: 0 2024-09-10T19:03:41.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_log_file_size: 0 2024-09-10T19:03:41.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T19:03:41.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T19:03:41.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T19:03:41.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T19:03:41.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.allow_fallocate: 1 2024-09-10T19:03:41.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T19:03:41.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T19:03:41.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.use_direct_reads: 0 2024-09-10T19:03:41.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T19:03:41.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T19:03:41.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.db_log_dir: 2024-09-10T19:03:41.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi067/store.db 2024-09-10T19:03:41.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T19:03:41.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.write_buffer_manager: 0x561b5d0c4810 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T19:03:41.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.unordered_write: 0 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.row_cache: None 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.wal_filter: None 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.preserve_deletes: 0 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.two_write_queues: 0 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T19:03:41.031 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.atomic_flush: 0 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.log_readahead_size: 0 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_background_jobs: 2 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_background_compactions: -1 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_subcompactions: 1 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T19:03:41.032 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_open_files: -1 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_background_flushes: -1 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Compression algorithms supported: 2024-09-10T19:03:41.033 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: kZSTD supported: 0 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: kXpressCompression supported: 0 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: kBZip2Compression supported: 0 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: kLZ4Compression supported: 1 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: kZlibCompression supported: 1 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: kSnappyCompression supported: 1 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000008 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.merge_operator: 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_filter: None 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T19:03:41.034 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561b5cfada38) 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: cache_index_and_filter_blocks: 1 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: pin_top_level_index_and_filter: 1 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: index_type: 0 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: data_block_index_type: 0 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: index_shortening: 1 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: hash_index_allow_collision: 1 2024-09-10T19:03:41.035 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: checksum: 1 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: no_block_cache: 0 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: block_cache: 0x561b5cfe1350 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: block_cache_name: BinnedLRUCache 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: block_cache_options: 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: capacity : 536870912 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: num_shard_bits : 4 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: strict_capacity_limit : 0 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: high_pri_pool_ratio: 0.000 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: block_cache_compressed: (nil) 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: persistent_cache: (nil) 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: block_size: 4096 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: block_size_deviation: 10 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: block_restart_interval: 16 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: index_block_restart_interval: 1 2024-09-10T19:03:41.036 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: metadata_block_size: 4096 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: partition_filters: 0 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: use_delta_encoding: 1 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: whole_key_filtering: 1 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: verify_compression: 0 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: read_amp_bytes_per_bit: 0 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: format_version: 4 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: enable_index_compression: 1 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: block_align: 0 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compression: NoCompression 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T19:03:41.037 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.num_levels: 7 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T19:03:41.038 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T19:03:41.039 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.arena_block_size: 4194304 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T19:03:41.040 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T19:03:41.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T19:03:41.041 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.inplace_update_support: 0 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.bloom_locality: 0 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.max_successive_merges: 0 2024-09-10T19:03:41.042 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.ttl: 2592000 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.enable_blob_files: false 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.min_blob_size: 0 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi067/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 25, last_sequence is 10784, log_number is 21,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 21 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/version_set.cc:4082] Creating manifest 25 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725995020694830, "job": 1, "event": "recovery_started", "wal_files": [21]} 2024-09-10T19:03:41.043 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #21 mode 2 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 bash[57670]: c1f1e622ca25ef0e08f9b02f5528b7a77e5536e612e8fb6f0cdd15d5ac643092 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725995020739400, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 26, "file_size": 13468836, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 13452457, "index_size": 12786, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 2629, "raw_key_size": 19951, "raw_average_key_size": 19, "raw_value_size": 13425171, "raw_average_value_size": 12810, "num_data_blocks": 549, "num_entries": 1048, "num_deletions": 253, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1725995020, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "4e6fc836-8919-4589-a09a-a1a728590354", "db_session_id": "0850CED62FLHXH3TQO7J"}} 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/version_set.cc:4082] Creating manifest 27 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725995020740623, "job": 1, "event": "recovery_finished"} 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi067/store.db/000021.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x561b5d016700 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: DB pointer 0x561b5cfe4000 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 systemd[1]: Started Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: starting mon.smithi067 rank 0 at public addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] at bind addrs [v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi067 fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ** DB Stats ** 2024-09-10T19:03:41.044 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Uptime(secs): 0.1 total, 0.1 interval 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ** Compaction Stats [default] ** 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: L0 1/0 12.84 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 454.1 0.03 0.00 1 0.028 0 0 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: L6 1/0 26.65 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-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Sum 2/0 39.50 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 454.1 0.03 0.00 1 0.028 0 0 2024-09-10T19:03:41.045 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 454.1 0.03 0.00 1 0.028 0 0 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ** Compaction Stats [default] ** 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 454.1 0.03 0.00 1 0.028 0 0 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Uptime(secs): 0.1 total, 0.1 interval 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Flush(GB): cumulative 0.013, interval 0.013 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Cumulative compaction: 0.01 GB write, 231.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Interval compaction: 0.01 GB write, 231.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:03:41.046 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ** Compaction Stats [default] ** 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: L0 1/0 12.84 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 454.1 0.03 0.00 1 0.028 0 0 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: L6 1/0 26.65 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-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Sum 2/0 39.50 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 454.1 0.03 0.00 1 0.028 0 0 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ** Compaction Stats [default] ** 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:03:41.047 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 454.1 0.03 0.00 1 0.028 0 0 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Uptime(secs): 0.1 total, 0.0 interval 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Flush(GB): cumulative 0.013, interval 0.000 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Cumulative compaction: 0.01 GB write, 231.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: mon.smithi067@-1(???) e2 preinit fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: mon.smithi067@-1(???).mds e12 new map 2024-09-10T19:03:41.048 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: mon.smithi067@-1(???).mds e12 print_map 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: e12 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: legacy client fscid: 1 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Filesystem 'foofs' (1) 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: fs_name foofs 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: epoch 12 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: created 2024-09-10T18:54:37.543591+0000 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: modified 2024-09-10T19:02:50.954529+0000 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: tableserver 0 2024-09-10T19:03:41.049 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: root 0 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: session_timeout 60 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: session_autoclose 300 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: max_file_size 1099511627776 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: required_client_features {} 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: last_failure 0 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: last_failure_osd_epoch 0 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: max_mds 1 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: in 0 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: up {0=14466} 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: failed 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: damaged 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: stopped 2024-09-10T19:03:41.050 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: data_pools [3] 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: metadata_pool 2 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: inline_data disabled 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: balancer 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: standby_count_wanted 1 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: [mds.foofs.smithi067.njgdql{0:14466} state up:active seq 122 join_fscid=1 addr [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] compat {c=[1],r=[1],i=[7ff]}] 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Standby daemons: 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: [mds.foofs.smithi172.tzobql{-1:24325} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] compat {c=[1],r=[1],i=[7ff]}] 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: mon.smithi067@-1(???).osd e67 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: mon.smithi067@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: mon.smithi067@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:03:41.051 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: mon.smithi067@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:03:41.052 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:03:40 smithi067 ceph-mon[57702]: mon.smithi067@-1(???).paxosservice(auth 1..39) refresh upgraded, format 0 -> 3 2024-09-10T19:03:41.514 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:03:41.514 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:03:41.514 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:03:41.514 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 12, 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:03:41.515 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:03:41.516 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:03:41.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 133538 2.78 MB/sec execute 389 sec latency 27.957 ms 2024-09-10T19:03:42.004 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:03:42.004 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:03:42.004 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:03:42.005 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:03:42.005 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:03:42.005 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:03:42.005 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:03:42.005 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "2/23 daemons upgraded", 2024-09-10T19:03:42.005 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T19:03:42.005 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:03:42.005 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:38.574245+0000 mon.smithi172 (mon.1) 318 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:38.575057+0000 mon.smithi172 (mon.1) 319 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:39.415943+0000 mgr.smithi067.mpnsbx (mgr.14844) 40 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 657 op/s 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:39.913256+0000 mgr.smithi067.mpnsbx (mgr.14844) 41 : audit [DBG] from='client.24757 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.357941+0000 mgr.smithi067.mpnsbx (mgr.14844) 42 : audit [DBG] from='client.24761 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.816108+0000 mon.smithi172 (mon.1) 320 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.856544+0000 mgr.smithi067.mpnsbx (mgr.14844) 43 : audit [DBG] from='client.24765 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.859961+0000 mon.smithi172 (mon.1) 321 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.860772+0000 mon.smithi172 (mon.1) 322 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:42.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.861254+0000 mon.smithi172 (mon.1) 323 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:42.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.861774+0000 mon.smithi172 (mon.1) 324 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:42.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.862185+0000 mon.smithi172 (mon.1) 325 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:42.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.865000+0000 mon.smithi172 (mon.1) 326 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:03:42.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.865507+0000 mon.smithi172 (mon.1) 327 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:42.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.866219+0000 mon.smithi172 (mon.1) 328 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:42.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.866737+0000 mon.smithi172 (mon.1) 329 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:42.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:40.867248+0000 mon.smithi172 (mon.1) 330 : audit [DBG] from='mgr.14844 172.21.15.67:0/4054067841' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:03:42.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:41.416723+0000 mgr.smithi067.mpnsbx (mgr.14844) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 302 MiB data, 918 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 972 op/s 2024-09-10T19:03:42.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:41.512953+0000 mon.smithi172 (mon.1) 331 : audit [DBG] from='client.? 172.21.15.67:0/998163724' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:03:42.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:42.173074+0000 mon.smithi067 (mon.0) 1 : cluster [INF] mon.smithi067 calling monitor election 2024-09-10T19:03:42.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:42.174501+0000 mon.smithi067 (mon.0) 2 : cluster [INF] mon.smithi067 is new leader, mons smithi067,smithi172 in quorum (ranks 0,1) 2024-09-10T19:03:42.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:42.183053+0000 mon.smithi067 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:03:42.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:42.183934+0000 mon.smithi067 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:03:42.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:42.183968+0000 mon.smithi067 (mon.0) 5 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T19:03:42.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:42.185348+0000 mon.smithi067 (mon.0) 6 : cluster [DBG] mgrmap e39: smithi067.mpnsbx(active, since 55s), standbys: smithi172.viqcsa 2024-09-10T19:03:42.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:42.186025+0000 mon.smithi067 (mon.0) 7 : cluster [INF] overall HEALTH_OK 2024-09-10T19:03:42.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:42.198224+0000 mon.smithi067 (mon.0) 8 : cluster [DBG] mgrmap e40: smithi067.mpnsbx(active, since 55s), standbys: smithi172.viqcsa 2024-09-10T19:03:42.525 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:42.210117+0000 mon.smithi067 (mon.0) 9 : audit [INF] from='mgr.14844 ' entity='' 2024-09-10T19:03:42.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 133985 2.80 MB/sec execute 390 sec latency 42.677 ms 2024-09-10T19:03:43.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 134269 2.82 MB/sec execute 391 sec latency 49.185 ms 2024-09-10T19:03:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:43.199409+0000 mon.smithi067 (mon.0) 10 : cluster [DBG] mgrmap e41: smithi067.mpnsbx(active, since 56s), standbys: smithi172.viqcsa 2024-09-10T19:03:44.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 134610 2.85 MB/sec execute 392 sec latency 55.101 ms 2024-09-10T19:03:45.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 134921 2.87 MB/sec execute 393 sec latency 45.465 ms 2024-09-10T19:03:46.866 INFO:teuthology.orchestra.run.smithi067.stdout: 5 135189 2.89 MB/sec execute 394 sec latency 56.357 ms 2024-09-10T19:03:47.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 135414 2.89 MB/sec execute 395 sec latency 45.260 ms 2024-09-10T19:03:48.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:47.754289+0000 mon.smithi067 (mon.0) 11 : cluster [INF] Active manager daemon smithi067.mpnsbx restarted 2024-09-10T19:03:48.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:47.754568+0000 mon.smithi067 (mon.0) 12 : cluster [INF] Activating manager daemon smithi067.mpnsbx 2024-09-10T19:03:48.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:47.763244+0000 mon.smithi067 (mon.0) 13 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T19:03:48.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:47.763887+0000 mon.smithi067 (mon.0) 14 : cluster [DBG] mgrmap e42: smithi067.mpnsbx(active, starting, since 0.00938558s), standbys: smithi172.viqcsa 2024-09-10T19:03:48.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 135756 2.90 MB/sec execute 396 sec latency 54.592 ms 2024-09-10T19:03:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:47.884118+0000 mon.smithi067 (mon.0) 15 : cluster [DBG] Standby manager daemon smithi172.viqcsa restarted 2024-09-10T19:03:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:47.884184+0000 mon.smithi067 (mon.0) 16 : cluster [DBG] Standby manager daemon smithi172.viqcsa started 2024-09-10T19:03:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:47.886172+0000 mon.smithi067 (mon.0) 17 : audit [DBG] from='mgr.? 172.21.15.172:0/986619674' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/crt"}]: dispatch 2024-09-10T19:03:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:47.886913+0000 mon.smithi067 (mon.0) 18 : audit [DBG] from='mgr.? 172.21.15.172:0/986619674' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:03:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:47.889291+0000 mon.smithi067 (mon.0) 19 : audit [DBG] from='mgr.? 172.21.15.172:0/986619674' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi172.viqcsa/key"}]: dispatch 2024-09-10T19:03:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:47.889819+0000 mon.smithi067 (mon.0) 20 : audit [DBG] from='mgr.? 172.21.15.172:0/986619674' entity='mgr.smithi172.viqcsa' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:03:49.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 136129 2.91 MB/sec execute 397 sec latency 45.352 ms 2024-09-10T19:03:50.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:48.819109+0000 mon.smithi067 (mon.0) 21 : cluster [DBG] mgrmap e43: smithi067.mpnsbx(active, starting, since 1.06462s), standbys: smithi172.viqcsa 2024-09-10T19:03:50.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:48.819203+0000 mon.smithi067 (mon.0) 22 : audit [DBG] from='mgr.? 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi067.mpnsbx", "id": "smithi067.mpnsbx"}]: dispatch 2024-09-10T19:03:50.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:48.819397+0000 mon.smithi067 (mon.0) 23 : audit [DBG] from='mgr.? 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr metadata", "who": "smithi172.viqcsa", "id": "smithi172.viqcsa"}]: dispatch 2024-09-10T19:03:50.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 136551 2.92 MB/sec execute 398 sec latency 44.315 ms 2024-09-10T19:03:51.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 137029 2.95 MB/sec execute 399 sec latency 43.330 ms 2024-09-10T19:03:52.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 137689 2.98 MB/sec execute 400 sec latency 41.926 ms 2024-09-10T19:03:53.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 138272 3.04 MB/sec execute 401 sec latency 26.117 ms 2024-09-10T19:03:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.764866+0000 mon.smithi067 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T19:03:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.765126+0000 mon.smithi067 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.765329+0000 mon.smithi067 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.765513+0000 mon.smithi067 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.766703+0000 mon.smithi067 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.766966+0000 mon.smithi067 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.767242+0000 mon.smithi067 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.767500+0000 mon.smithi067 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.767802+0000 mon.smithi067 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.768074+0000 mon.smithi067 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.768370+0000 mon.smithi067 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.768640+0000 mon.smithi067 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:03:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.768954+0000 mon.smithi067 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:03:54.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.769300+0000 mon.smithi067 (mon.0) 37 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:03:54.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.770117+0000 mon.smithi067 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:03:54.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.772157+0000 mon.smithi067 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:03:54.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.773435+0000 mon.smithi067 (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT53440042400BGN"}]: dispatch 2024-09-10T19:03:54.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.773876+0000 mon.smithi067 (mon.0) 41 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_CVFT6233005M400BGN"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.774287+0000 mon.smithi067 (mon.0) 42 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.774640+0000 mon.smithi067 (mon.0) 43 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/client_keyrings"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.774966+0000 mon.smithi067 (mon.0) 44 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.775200+0000 mon.smithi067 (mon.0) 45 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.775445+0000 mon.smithi067 (mon.0) 46 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.775778+0000 mon.smithi067 (mon.0) 47 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.776173+0000 mon.smithi067 (mon.0) 48 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi067.devices.0"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.776444+0000 mon.smithi067 (mon.0) 49 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.776729+0000 mon.smithi067 (mon.0) 50 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi172.devices.0"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.777079+0000 mon.smithi067 (mon.0) 51 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.777455+0000 mon.smithi067 (mon.0) 52 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/nfs_migration_queue"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.777870+0000 mon.smithi067 (mon.0) 53 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.778292+0000 mon.smithi067 (mon.0) 54 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:03:54.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.778730+0000 mon.smithi067 (mon.0) 55 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.crash"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.780152+0000 mon.smithi067 (mon.0) 56 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.780713+0000 mon.smithi067 (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mds.foofs"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.781057+0000 mon.smithi067 (mon.0) 58 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.781360+0000 mon.smithi067 (mon.0) 59 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mon"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.781649+0000 mon.smithi067 (mon.0) 60 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.782054+0000 mon.smithi067 (mon.0) 61 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.782377+0000 mon.smithi067 (mon.0) 62 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.782638+0000 mon.smithi067 (mon.0) 63 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.782904+0000 mon.smithi067 (mon.0) 64 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.783145+0000 mon.smithi067 (mon.0) 65 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_user"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.783432+0000 mon.smithi067 (mon.0) 66 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.783805+0000 mon.smithi067 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.784198+0000 mon.smithi067 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.784618+0000 mon.smithi067 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:03:54.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.784991+0000 mon.smithi067 (mon.0) 70 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:03:54.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.785372+0000 mon.smithi067 (mon.0) 71 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:03:54.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.785802+0000 mon.smithi067 (mon.0) 72 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/prometheus/health_history"}]: dispatch 2024-09-10T19:03:54.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.786238+0000 mon.smithi067 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:03:54.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.786661+0000 mon.smithi067 (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:03:54.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.787312+0000 mon.smithi067 (mon.0) 75 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:03:54.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:53 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:53.796513+0000 mon.smithi067 (mon.0) 76 : cluster [INF] Manager daemon smithi067.mpnsbx is now available 2024-09-10T19:03:54.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 138621 3.06 MB/sec execute 402 sec latency 65.027 ms 2024-09-10T19:03:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.823947+0000 mon.smithi067 (mon.0) 77 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:03:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:53.854951+0000 mon.smithi067 (mon.0) 78 : cluster [DBG] mgrmap e44: smithi067.mpnsbx(active, since 6s), standbys: smithi172.viqcsa 2024-09-10T19:03:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:53.869733+0000 mgr.smithi067.mpnsbx (mgr.34104) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 303 MiB data, 908 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:03:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.876031+0000 mon.smithi067 (mon.0) 79 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:03:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.878717+0000 mon.smithi067 (mon.0) 80 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:03:55.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:53.908971+0000 mon.smithi067 (mon.0) 81 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi067.mpnsbx/trash_purge_schedule"}]: dispatch 2024-09-10T19:03:55.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:54.337779+0000 mon.smithi067 (mon.0) 82 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:55.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:54 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:54.346040+0000 mon.smithi067 (mon.0) 83 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:03:55.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 138842 3.07 MB/sec execute 403 sec latency 65.612 ms 2024-09-10T19:03:56.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 139061 3.06 MB/sec execute 404 sec latency 48.042 ms 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:55.793878+0000 mgr.smithi067.mpnsbx (mgr.34104) 3 : cephadm [INF] [10/Sep/2024:19:03:55] ENGINE Bus STARTING 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:55.862378+0000 mon.smithi067 (mon.0) 84 : cluster [DBG] mgrmap e45: smithi067.mpnsbx(active, since 8s), standbys: smithi172.viqcsa 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:55.919396+0000 mgr.smithi067.mpnsbx (mgr.34104) 4 : cephadm [INF] [10/Sep/2024:19:03:55] ENGINE Serving on https://172.21.15.67:7150 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:55.919543+0000 mgr.smithi067.mpnsbx (mgr.34104) 5 : cephadm [INF] [10/Sep/2024:19:03:55] ENGINE Bus STARTED 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:03:55.920913+0000 mgr.smithi067.mpnsbx (mgr.34104) 6 : cephadm [ERR] [10/Sep/2024:19:03:55] ENGINE Error in HTTPServer.serve 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: Traceback (most recent call last): 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self._connections.run(self.expiration_interval) 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self._run(expiration_interval) 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:03:57.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: s = self.context.wrap_socket( 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: return self.sslsocket_class._create( 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self.do_handshake() 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: self._sslobj.do_handshake() 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: 2024-09-10T19:03:57.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:56 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:55.924688+0000 mon.smithi067 (mon.0) 85 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:03:57.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 139378 3.07 MB/sec execute 405 sec latency 66.988 ms 2024-09-10T19:03:58.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 139704 3.08 MB/sec execute 406 sec latency 64.459 ms 2024-09-10T19:03:59.138 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:57.768592+0000 mgr.smithi067.mpnsbx (mgr.34104) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 303 MiB data, 908 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:03:59.138 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:58 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:57.868457+0000 mon.smithi067 (mon.0) 86 : cluster [DBG] mgrmap e46: smithi067.mpnsbx(active, since 10s), standbys: smithi172.viqcsa 2024-09-10T19:03:59.867 INFO:teuthology.orchestra.run.smithi067.stdout: 5 140094 3.09 MB/sec execute 407 sec latency 81.420 ms 2024-09-10T19:04:00.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:59.678359+0000 mon.smithi067 (mon.0) 87 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:59.682145+0000 mon.smithi067 (mon.0) 88 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:03:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:03:59.688361+0000 mon.smithi067 (mon.0) 89 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:00.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 140388 3.10 MB/sec execute 408 sec latency 71.826 ms 2024-09-10T19:04:01.167 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:03:59.769154+0000 mgr.smithi067.mpnsbx (mgr.34104) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 290 MiB data, 880 MiB used, 706 GiB / 715 GiB avail; 38 KiB/s rd, 3.4 MiB/s wr, 413 op/s 2024-09-10T19:04:01.167 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:00.120504+0000 mon.smithi067 (mon.0) 90 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:04:01.167 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:00.432537+0000 mon.smithi067 (mon.0) 91 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:01.167 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:00.435797+0000 mon.smithi067 (mon.0) 92 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:01.167 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:00.441893+0000 mon.smithi067 (mon.0) 93 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:01.167 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:00.442959+0000 mon.smithi067 (mon.0) 94 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:04:01.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 141019 3.14 MB/sec execute 409 sec latency 43.599 ms 2024-09-10T19:04:02.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 141556 3.19 MB/sec execute 410 sec latency 30.153 ms 2024-09-10T19:04:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:04:01.769576+0000 mgr.smithi067.mpnsbx (mgr.34104) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 290 MiB data, 880 MiB used, 706 GiB / 715 GiB avail; 29 KiB/s rd, 2.5 MiB/s wr, 308 op/s 2024-09-10T19:04:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:02.193444+0000 mon.smithi067 (mon.0) 95 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:02.197560+0000 mon.smithi067 (mon.0) 96 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:02.203358+0000 mon.smithi067 (mon.0) 97 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:02 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:02.711580+0000 mon.smithi067 (mon.0) 98 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:04:03.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 141977 3.21 MB/sec execute 411 sec latency 57.987 ms 2024-09-10T19:04:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.043033+0000 mon.smithi067 (mon.0) 99 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.047506+0000 mon.smithi067 (mon.0) 100 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.052585+0000 mon.smithi067 (mon.0) 101 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.053811+0000 mon.smithi067 (mon.0) 102 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:04:04.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 142252 3.22 MB/sec execute 412 sec latency 71.225 ms 2024-09-10T19:04:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:04:03.770027+0000 mgr.smithi067.mpnsbx (mgr.34104) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 290 MiB data, 880 MiB used, 706 GiB / 715 GiB avail; 23 KiB/s rd, 2.0 MiB/s wr, 246 op/s 2024-09-10T19:04:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.931557+0000 mon.smithi067 (mon.0) 103 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.934876+0000 mon.smithi067 (mon.0) 104 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.939426+0000 mon.smithi067 (mon.0) 105 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.940200+0000 mon.smithi067 (mon.0) 106 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.940509+0000 mon.smithi067 (mon.0) 107 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.940820+0000 mon.smithi067 (mon.0) 108 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.941127+0000 mon.smithi067 (mon.0) 109 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.941419+0000 mon.smithi067 (mon.0) 110 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.941703+0000 mon.smithi067 (mon.0) 111 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.941993+0000 mon.smithi067 (mon.0) 112 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.942279+0000 mon.smithi067 (mon.0) 113 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.942566+0000 mon.smithi067 (mon.0) 114 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:04:05.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:03.942842+0000 mon.smithi067 (mon.0) 115 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:05.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 142489 3.23 MB/sec execute 413 sec latency 67.420 ms 2024-09-10T19:04:06.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 142789 3.23 MB/sec execute 414 sec latency 43.685 ms 2024-09-10T19:04:07.175 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:04:05.770841+0000 mgr.smithi067.mpnsbx (mgr.34104) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 300 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 4.6 MiB/s wr, 467 op/s 2024-09-10T19:04:07.175 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.622916+0000 mon.smithi067 (mon.0) 116 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:07.175 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.626139+0000 mon.smithi067 (mon.0) 117 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.629741+0000 mon.smithi067 (mon.0) 118 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.630517+0000 mon.smithi067 (mon.0) 119 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.630835+0000 mon.smithi067 (mon.0) 120 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.631120+0000 mon.smithi067 (mon.0) 121 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.631372+0000 mon.smithi067 (mon.0) 122 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.631614+0000 mon.smithi067 (mon.0) 123 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.631847+0000 mon.smithi067 (mon.0) 124 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.632101+0000 mon.smithi067 (mon.0) 125 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.632336+0000 mon.smithi067 (mon.0) 126 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.632577+0000 mon.smithi067 (mon.0) 127 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.632808+0000 mon.smithi067 (mon.0) 128 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.633305+0000 mon.smithi067 (mon.0) 129 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:07.176 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.633903+0000 mon.smithi067 (mon.0) 130 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:04:07.177 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.637862+0000 mon.smithi067 (mon.0) 131 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:07.177 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.640164+0000 mon.smithi067 (mon.0) 132 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:04:07.177 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.643502+0000 mon.smithi067 (mon.0) 133 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:07.177 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.730171+0000 mon.smithi067 (mon.0) 134 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:04:07.177 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.732685+0000 mon.smithi067 (mon.0) 135 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:07.177 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:06 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:06.733845+0000 mon.smithi067 (mon.0) 136 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:04:07.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 143224 3.24 MB/sec execute 415 sec latency 36.005 ms 2024-09-10T19:04:08.196 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:07 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:04:06.634409+0000 mgr.smithi067.mpnsbx (mgr.34104) 12 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:08.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 143692 3.26 MB/sec execute 416 sec latency 36.666 ms 2024-09-10T19:04:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cluster 2024-09-10T19:04:07.771185+0000 mgr.smithi067.mpnsbx (mgr.34104) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 300 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2024-09-10T19:04:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:04:08.256315+0000 mgr.smithi067.mpnsbx (mgr.34104) 14 : cephadm [INF] Upgrade: Updating mon.smithi172 2024-09-10T19:04:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:08.261046+0000 mon.smithi067 (mon.0) 137 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:08.261985+0000 mon.smithi067 (mon.0) 138 : audit [INF] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:04:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:08.262689+0000 mon.smithi067 (mon.0) 139 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:04:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:08.263577+0000 mon.smithi067 (mon.0) 140 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: cephadm 2024-09-10T19:04:08.264722+0000 mgr.smithi067.mpnsbx (mgr.34104) 15 : cephadm [INF] Deploying daemon mon.smithi172 on smithi172 2024-09-10T19:04:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:08.265200+0000 mon.smithi067 (mon.0) 141 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "container_image"}]: dispatch 2024-09-10T19:04:09.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: audit 2024-09-10T19:04:08.875975+0000 mon.smithi067 (mon.0) 142 : audit [DBG] from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:04:09.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 144167 3.28 MB/sec execute 417 sec latency 66.414 ms 2024-09-10T19:04:10.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:10 smithi172 systemd[1]: Stopping Ceph mon.smithi172 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:04:10.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: debug 2024-09-10T19:04:10.189+0000 7fe13ec17700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:04:10.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172[23058]: debug 2024-09-10T19:04:10.189+0000 7fe13ec17700 -1 mon.smithi172@1(peon) e2 *** Got Signal Terminated *** 2024-09-10T19:04:10.725 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:10 smithi172 podman[41196]: 2024-09-10 19:04:10.414316658 +0000 UTC m=+0.350932506 container died 79636556ad18a05360f1602959b47a7e09c8425e694b2633d5b0343dd4c71edc (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172, org.label-schema.schema-version=1.0, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, RELEASE=HEAD, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.13, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.license=GPLv2) 2024-09-10T19:04:10.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 144575 3.30 MB/sec execute 418 sec latency 49.865 ms 2024-09-10T19:04:11.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:10 smithi172 podman[41196]: 2024-09-10 19:04:10.823471419 +0000 UTC m=+0.760087260 container cleanup 79636556ad18a05360f1602959b47a7e09c8425e694b2633d5b0343dd4c71edc (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, RELEASE=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.13) 2024-09-10T19:04:11.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:10 smithi172 bash[41196]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172 2024-09-10T19:04:11.377 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:11 smithi172 podman[41209]: 2024-09-10 19:04:11.075366834 +0000 UTC m=+0.660236338 container remove 79636556ad18a05360f1602959b47a7e09c8425e694b2633d5b0343dd4c71edc (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon.smithi172, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.13, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_BRANCH=HEAD) 2024-09-10T19:04:11.646 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:11 smithi172 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi172.service: Deactivated successfully. 2024-09-10T19:04:11.646 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:11 smithi172 systemd[1]: Stopped Ceph mon.smithi172 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:04:11.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 144928 3.32 MB/sec execute 419 sec latency 40.455 ms 2024-09-10T19:04:11.929 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:11 smithi172 systemd[1]: Starting Ceph mon.smithi172 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:04:11.929 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:11 smithi172 podman[41343]: 2024-09-10 19:04:11.780440535 +0000 UTC m=+0.019897391 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:04:11.929 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:11 smithi172 podman[41343]: 2024-09-10 19:04:11.928324129 +0000 UTC m=+0.167780964 container create 1a832790455dfaf0773d59e41d2950ceb1d72551a88a0813793f6b814880b067 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi172, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:04:12.189 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 podman[41343]: 2024-09-10 19:04:12.163182176 +0000 UTC m=+0.402639012 container init 1a832790455dfaf0773d59e41d2950ceb1d72551a88a0813793f6b814880b067 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi172, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:04:12.189 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 podman[41343]: 2024-09-10 19:04:12.167793397 +0000 UTC m=+0.407250242 container start 1a832790455dfaf0773d59e41d2950ceb1d72551a88a0813793f6b814880b067 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi172, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-10T19:04:12.410 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:04:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T19:04:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable), process ceph-mon, pid 1 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: pidfile_write: ignore empty --pid-file 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: load: jerasure load: lrc 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: RocksDB version: 6.15.5 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Compile date Sep 9 2024 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: DB SUMMARY 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: DB Session ID: EQD8QLYCN6P5U8QZ5JLM 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: CURRENT file: CURRENT 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: MANIFEST file: MANIFEST-000005 size: 661 Bytes 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi172/store.db dir, Total Num: 1, files: 000020.sst 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi172/store.db: 000018.log size: 25472750 ; 2024-09-10T19:04:12.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.error_if_exists: 0 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.create_if_missing: 0 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.paranoid_checks: 1 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.env: 0x55efe6fb2440 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.fs: Posix File System 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.info_log: 0x55efe828b0c0 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.statistics: (nil) 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.use_fsync: 0 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_log_file_size: 0 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T19:04:12.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.allow_fallocate: 1 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.use_direct_reads: 0 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.db_log_dir: 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi172/store.db 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T19:04:12.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.write_buffer_manager: 0x55efe834a810 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T19:04:12.526 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.unordered_write: 0 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.row_cache: None 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.wal_filter: None 2024-09-10T19:04:12.527 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.preserve_deletes: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.two_write_queues: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.atomic_flush: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.log_readahead_size: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T19:04:12.528 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_background_jobs: 2 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_background_compactions: -1 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_subcompactions: 1 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T19:04:12.529 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_open_files: -1 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_background_flushes: -1 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Compression algorithms supported: 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: kZSTD supported: 0 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: kXpressCompression supported: 0 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: kBZip2Compression supported: 0 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: kLZ4Compression supported: 1 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: kZlibCompression supported: 1 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T19:04:12.530 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: kSnappyCompression supported: 1 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/version_set.cc:4724] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi172/store.db/MANIFEST-000005 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/column_family.cc:595] --------------- Options for column family [default]: 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.merge_operator: 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_filter: None 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55efe8233a38) 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: cache_index_and_filter_blocks: 1 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T19:04:12.531 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: pin_top_level_index_and_filter: 1 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: index_type: 0 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: data_block_index_type: 0 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: index_shortening: 1 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: hash_index_allow_collision: 1 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: checksum: 1 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: no_block_cache: 0 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache: 0x55efe8267350 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache_name: BinnedLRUCache 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache_options: 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: capacity : 536870912 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: num_shard_bits : 4 2024-09-10T19:04:12.532 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: strict_capacity_limit : 0 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: high_pri_pool_ratio: 0.000 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_cache_compressed: (nil) 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: persistent_cache: (nil) 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_size: 4096 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_size_deviation: 10 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_restart_interval: 16 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: index_block_restart_interval: 1 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: metadata_block_size: 4096 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: partition_filters: 0 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: use_delta_encoding: 1 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: whole_key_filtering: 1 2024-09-10T19:04:12.533 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: verify_compression: 0 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: read_amp_bytes_per_bit: 0 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: format_version: 4 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: enable_index_compression: 1 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: block_align: 0 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compression: NoCompression 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.num_levels: 7 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T19:04:12.534 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T19:04:12.535 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T19:04:12.536 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.arena_block_size: 4194304 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T19:04:12.537 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.inplace_update_support: 0 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.bloom_locality: 0 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.max_successive_merges: 0 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T19:04:12.538 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.ttl: 2592000 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.enable_blob_files: false 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.min_blob_size: 0 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/version_set.cc:4764] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi172/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 22, last_sequence is 11489, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/version_set.cc:4779] Column family [default] (ID 0), log number is 18 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/version_set.cc:4082] Creating manifest 22 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725995052194726, "job": 1, "event": "recovery_started", "wal_files": [18]} 2024-09-10T19:04:12.539 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/db_impl/db_impl_open.cc:845] Recovering log #18 mode 2 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [table/block_based/filter_policy.cc:991] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725995052242681, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 16582458, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 16563614, "index_size": 14867, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 3013, "raw_key_size": 22358, "raw_average_key_size": 18, "raw_value_size": 16532403, "raw_average_value_size": 14034, "num_data_blocks": 643, "num_entries": 1178, "num_deletions": 253, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1725995052, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "d2999f75-bb38-463a-8fc1-2d07d4b0a261", "db_session_id": "EQD8QLYCN6P5U8QZ5JLM"}} 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/version_set.cc:4082] Creating manifest 24 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725995052243157, "job": 1, "event": "recovery_finished"} 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [file/delete_scheduler.cc:69] Deleted file /var/lib/ceph/mon/ceph-smithi172/store.db/000018.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/db_impl/db_impl_open.cc:1700] SstFileManager instance 0x55efe829c700 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: DB pointer 0x55efe826a000 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/db_impl/db_impl.cc:901] ------- DUMPING STATS ------- 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: rocksdb: [db/db_impl/db_impl.cc:903] 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** DB Stats ** 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Uptime(secs): 0.1 total, 0.1 interval 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T19:04:12.540 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: L0 1/0 15.81 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.2 0.03 0.00 1 0.027 0 0 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: L6 1/0 26.65 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-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Sum 2/0 42.47 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.2 0.03 0.00 1 0.027 0 0 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.2 0.03 0.00 1 0.027 0 0 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.541 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 591.2 0.03 0.00 1 0.027 0 0 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Uptime(secs): 0.1 total, 0.1 interval 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Flush(GB): cumulative 0.015, interval 0.015 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative compaction: 0.02 GB write, 300.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval compaction: 0.02 GB write, 300.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:04:12.542 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: L0 1/0 15.81 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.2 0.03 0.00 1 0.027 0 0 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: L6 1/0 26.65 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-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Sum 2/0 42.47 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 591.2 0.03 0.00 1 0.027 0 0 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** Compaction Stats [default] ** 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-09-10T19:04:12.543 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 591.2 0.03 0.00 1 0.027 0 0 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Uptime(secs): 0.1 total, 0.0 interval 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Flush(GB): cumulative 0.015, interval 0.000 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Cumulative compaction: 0.02 GB write, 299.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T19:04:12.544 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: starting mon.smithi172 rank 1 at public addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] at bind addrs [v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi172 fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: mon.smithi172@-1(???) e2 preinit fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: mon.smithi172@-1(???).mds e12 new map 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: mon.smithi172@-1(???).mds e12 print_map 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: e12 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: legacy client fscid: 1 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Filesystem 'foofs' (1) 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: fs_name foofs 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: epoch 12 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: created 2024-09-10T18:54:37.543591+0000 2024-09-10T19:04:12.545 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: modified 2024-09-10T19:02:50.954529+0000 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: tableserver 0 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: root 0 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: session_timeout 60 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: session_autoclose 300 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: max_file_size 1099511627776 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: required_client_features {} 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: last_failure 0 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: last_failure_osd_epoch 0 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: compat compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: max_mds 1 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: in 0 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: up {0=14466} 2024-09-10T19:04:12.546 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: failed 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: damaged 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: stopped 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: data_pools [3] 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: metadata_pool 2 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: inline_data disabled 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: balancer 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: standby_count_wanted 1 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: [mds.foofs.smithi067.njgdql{0:14466} state up:active seq 122 join_fscid=1 addr [v2:172.21.15.67:6834/2758482816,v1:172.21.15.67:6835/2758482816] compat {c=[1],r=[1],i=[7ff]}] 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Standby daemons: 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: 2024-09-10T19:04:12.547 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: [mds.foofs.smithi172.tzobql{-1:24325} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] compat {c=[1],r=[1],i=[7ff]}] 2024-09-10T19:04:12.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: mon.smithi172@-1(???).osd e68 crush map has features 3314933000852226048, adjusting msgr requires 2024-09-10T19:04:12.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: mon.smithi172@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:04:12.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: mon.smithi172@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:04:12.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: mon.smithi172@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-09-10T19:04:12.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 ceph-mon[41360]: mon.smithi172@-1(???).paxosservice(auth 1..40) refresh upgraded, format 0 -> 3 2024-09-10T19:04:12.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 bash[41343]: 1a832790455dfaf0773d59e41d2950ceb1d72551a88a0813793f6b814880b067 2024-09-10T19:04:12.548 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:12 smithi172 systemd[1]: Started Ceph mon.smithi172 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:04:12.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 145334 3.35 MB/sec execute 420 sec latency 48.640 ms 2024-09-10T19:04:13.219 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:04:13.219 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (12m) 11s ago 14m 21.3M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:04:13.219 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (14m) 11s ago 14m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T19:04:13.219 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (14m) 13s ago 14m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T19:04:13.219 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (12m) 11s ago 14m 39.2M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (9m) 11s ago 9m 36.6M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (9m) 13s ago 9m 17.2M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (3m) 11s ago 15m 424M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (49s) 13s ago 13m 397M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (33s) 11s ago 15m 44.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 starting - - - 2048M 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (6m) 11s ago 6m 136M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (6m) 13s ago 6m 83.5M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (13m) 11s ago 13m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (13m) 13s ago 13m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (13m) 11s ago 13m 249M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (13m) 11s ago 13m 173M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:04:13.220 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (12m) 11s ago 12m 294M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:04:13.221 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (12m) 11s ago 12m 210M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:04:13.221 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (12m) 13s ago 12m 244M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:04:13.221 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (11m) 13s ago 11m 275M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:04:13.221 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (11m) 13s ago 11m 196M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:04:13.221 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (11m) 13s ago 11m 379M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:04:13.221 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (4m) 11s ago 13m 46.5M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:04:13.789 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:04:13.790 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:04:13.790 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:04:13.790 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:04:13.790 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-09-10T19:04:13.790 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T19:04:13.790 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:04:13.790 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:04:13.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 145708 3.38 MB/sec execute 421 sec latency 46.177 ms 2024-09-10T19:04:14.239 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "3/23 daemons upgraded", 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:04:14.240 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mkfs 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Removing key for client.nfs.ganesha-foo.smithi172-rgw 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Done migrating nfs.foo 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Done migrating all NFS services 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Creating key for client.nfs.foo.0.0.smithi067.mlsyrd 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Rados config object exists: conf-nfs.foo 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Creating key for client.nfs.foo.0.0.smithi067.mlsyrd-rgw 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Bind address in nfs.foo.0.0.smithi067.mlsyrd's ganesha conf is defaulting to empty 2024-09-10T19:04:14.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Deploying daemon nfs.foo.0.0.smithi067.mlsyrd on smithi067 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Creating key for client.nfs.foo.1.0.smithi172.gogrkm 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Rados config object exists: conf-nfs.foo 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Creating key for client.nfs.foo.1.0.smithi172.gogrkm-rgw 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Bind address in nfs.foo.1.0.smithi172.gogrkm's ganesha conf is defaulting to empty 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Deploying daemon nfs.foo.1.0.smithi172.gogrkm on smithi172 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Reconfiguring prometheus.smithi067 (dependencies changed)... 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Reconfiguring daemon prometheus.smithi067 on smithi067 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Purge service nfs.ganesha-foo 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Removing grace file for nfs.ganesha-foo 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:04:14.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Updating mgr.smithi067.mpnsbx 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Deploying daemon mgr.smithi067.mpnsbx on smithi067 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Failing over to other MGR 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: inventory: adjusted host smithi172 addr 'smithi172' -> '172.21.15.172' 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: [10/Sep/2024:19:02:55] ENGINE Bus STARTING 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: [10/Sep/2024:19:02:56] ENGINE Serving on https://172.21.15.67:7150 2024-09-10T19:04:14.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: [10/Sep/2024:19:02:56] ENGINE Bus STARTED 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: [10/Sep/2024:19:02:56] ENGINE Error in HTTPServer.serve 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Traceback (most recent call last): 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: self._connections.run(self.expiration_interval) 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: self._run(expiration_interval) 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: s = self.context.wrap_socket( 2024-09-10T19:04:14.529 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: return self.sslsocket_class._create( 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: self.do_handshake() 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: self._sslobj.do_handshake() 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v8: 129 pgs: 129 active+clean; 297 MiB data, 921 MiB used, 706 GiB / 715 GiB avail; 26 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v9: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 24 KiB/s rd, 6.0 MiB/s wr, 582 op/s 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v10: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v11: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Updating mgr.smithi172.viqcsa 2024-09-10T19:04:14.530 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Deploying daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T19:04:14.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v12: 129 pgs: 129 active+clean; 305 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 27 KiB/s rd, 10 MiB/s wr, 966 op/s 2024-09-10T19:04:14.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v13: 129 pgs: 129 active+clean; 305 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 7.9 KiB/s rd, 7.0 MiB/s wr, 687 op/s 2024-09-10T19:04:14.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v14: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 932 op/s 2024-09-10T19:04:14.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v15: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 680 op/s 2024-09-10T19:04:14.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v16: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 680 op/s 2024-09-10T19:04:14.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v17: 129 pgs: 129 active+clean; 299 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 967 op/s 2024-09-10T19:04:14.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v18: 129 pgs: 129 active+clean; 299 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2024-09-10T19:04:14.531 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v19: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 900 op/s 2024-09-10T19:04:14.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v20: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2024-09-10T19:04:14.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v21: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2024-09-10T19:04:14.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Standby manager daemon smithi172.viqcsa restarted 2024-09-10T19:04:14.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Standby manager daemon smithi172.viqcsa started 2024-09-10T19:04:14.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e39: smithi067.mpnsbx(active, since 44s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v22: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 926 op/s 2024-09-10T19:04:14.532 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v23: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 639 op/s 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Setting container_image for all mgr 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v24: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 15 KiB/s rd, 9.9 MiB/s wr, 1.03k op/s 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Updating mon.smithi067 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Deploying daemon mon.smithi067 on smithi067 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v25: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 657 op/s 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v26: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 657 op/s 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v27: 129 pgs: 129 active+clean; 302 MiB data, 918 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 972 op/s 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mon.smithi067 calling monitor election 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mon.smithi067 is new leader, mons smithi067,smithi172 in quorum (ranks 0,1) 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:04:14.533 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: osdmap e67: 8 total, 8 up, 8 in 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e39: smithi067.mpnsbx(active, since 55s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: overall HEALTH_OK 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e40: smithi067.mpnsbx(active, since 55s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e41: smithi067.mpnsbx(active, since 56s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Active manager daemon smithi067.mpnsbx restarted 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Activating manager daemon smithi067.mpnsbx 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: osdmap e68: 8 total, 8 up, 8 in 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e42: smithi067.mpnsbx(active, starting, since 0.00938558s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Standby manager daemon smithi172.viqcsa restarted 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Standby manager daemon smithi172.viqcsa started 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e43: smithi067.mpnsbx(active, starting, since 1.06462s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.534 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Manager daemon smithi067.mpnsbx is now available 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e44: smithi067.mpnsbx(active, since 6s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v3: 129 pgs: 129 active+clean; 303 MiB data, 908 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: [10/Sep/2024:19:03:55] ENGINE Bus STARTING 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e45: smithi067.mpnsbx(active, since 8s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: [10/Sep/2024:19:03:55] ENGINE Serving on https://172.21.15.67:7150 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: [10/Sep/2024:19:03:55] ENGINE Bus STARTED 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: [10/Sep/2024:19:03:55] ENGINE Error in HTTPServer.serve 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: Traceback (most recent call last): 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: self._connections.run(self.expiration_interval) 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: self._run(expiration_interval) 2024-09-10T19:04:14.535 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: s = self.context.wrap_socket( 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: return self.sslsocket_class._create( 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: self.do_handshake() 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: self._sslobj.do_handshake() 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:04:14.536 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v5: 129 pgs: 129 active+clean; 303 MiB data, 908 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e46: smithi067.mpnsbx(active, since 10s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v6: 129 pgs: 129 active+clean; 290 MiB data, 880 MiB used, 706 GiB / 715 GiB avail; 38 KiB/s rd, 3.4 MiB/s wr, 413 op/s 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v7: 129 pgs: 129 active+clean; 290 MiB data, 880 MiB used, 706 GiB / 715 GiB avail; 29 KiB/s rd, 2.5 MiB/s wr, 308 op/s 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.537 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v8: 129 pgs: 129 active+clean; 290 MiB data, 880 MiB used, 706 GiB / 715 GiB avail; 23 KiB/s rd, 2.0 MiB/s wr, 246 op/s 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.538 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v9: 129 pgs: 129 active+clean; 300 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 4.6 MiB/s wr, 467 op/s 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.539 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v10: 129 pgs: 129 active+clean; 300 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Upgrade: Updating mon.smithi172 2024-09-10T19:04:14.540 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: Deploying daemon mon.smithi172 on smithi172 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "container_image"}]: dispatch 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: overall HEALTH_OK 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mon.smithi172 calling monitor election 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mon.smithi067 calling monitor election 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mon.smithi067 is new leader, mons smithi067,smithi172 in quorum (ranks 0,1) 2024-09-10T19:04:14.541 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: monmap e3: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: osdmap e68: 8 total, 8 up, 8 in 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: mgrmap e46: smithi067.mpnsbx(active, since 25s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: overall HEALTH_OK 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: pgmap v13: 129 pgs: 129 active+clean; 287 MiB data, 869 MiB used, 706 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.8 MiB/s wr, 491 op/s 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/3194211670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:14.542 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:14 smithi067 ceph-mon[57702]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mkfs 2d324e74-6fa5-11ef-bcea-c7b262605968 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Removing key for client.nfs.ganesha-foo.smithi172-rgw 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Done migrating nfs.foo 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Done migrating all NFS services 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Creating key for client.nfs.foo.0.0.smithi067.mlsyrd 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Rados config object exists: conf-nfs.foo 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Creating key for client.nfs.foo.0.0.smithi067.mlsyrd-rgw 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Bind address in nfs.foo.0.0.smithi067.mlsyrd's ganesha conf is defaulting to empty 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Deploying daemon nfs.foo.0.0.smithi067.mlsyrd on smithi067 2024-09-10T19:04:14.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Creating key for client.nfs.foo.1.0.smithi172.gogrkm 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Rados config object exists: conf-nfs.foo 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Creating key for client.nfs.foo.1.0.smithi172.gogrkm-rgw 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Bind address in nfs.foo.1.0.smithi172.gogrkm's ganesha conf is defaulting to empty 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Deploying daemon nfs.foo.1.0.smithi172.gogrkm on smithi172 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Reconfiguring prometheus.smithi067 (dependencies changed)... 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Reconfiguring daemon prometheus.smithi067 on smithi067 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Purge service nfs.ganesha-foo 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Removing grace file for nfs.ganesha-foo 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:04:14.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Updating mgr.smithi067.mpnsbx 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Deploying daemon mgr.smithi067.mpnsbx on smithi067 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Need to upgrade myself (mgr.smithi172.viqcsa) 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Failing over to other MGR 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: inventory: adjusted host smithi172 addr 'smithi172' -> '172.21.15.172' 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: [10/Sep/2024:19:02:55] ENGINE Bus STARTING 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: [10/Sep/2024:19:02:56] ENGINE Serving on https://172.21.15.67:7150 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: [10/Sep/2024:19:02:56] ENGINE Bus STARTED 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: [10/Sep/2024:19:02:56] ENGINE Error in HTTPServer.serve 2024-09-10T19:04:14.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Traceback (most recent call last): 2024-09-10T19:04:14.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:04:14.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: self._connections.run(self.expiration_interval) 2024-09-10T19:04:14.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:04:14.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: self._run(expiration_interval) 2024-09-10T19:04:14.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:04:14.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:04:14.775 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: s = self.context.wrap_socket( 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: return self.sslsocket_class._create( 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: self.do_handshake() 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: self._sslobj.do_handshake() 2024-09-10T19:04:14.776 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v8: 129 pgs: 129 active+clean; 297 MiB data, 921 MiB used, 706 GiB / 715 GiB avail; 26 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v9: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 24 KiB/s rd, 6.0 MiB/s wr, 582 op/s 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v10: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v11: 129 pgs: 129 active+clean; 299 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 5.4 MiB/s wr, 531 op/s 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Updating mgr.smithi172.viqcsa 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Deploying daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v12: 129 pgs: 129 active+clean; 305 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 27 KiB/s rd, 10 MiB/s wr, 966 op/s 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v13: 129 pgs: 129 active+clean; 305 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 7.9 KiB/s rd, 7.0 MiB/s wr, 687 op/s 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v14: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 9.3 MiB/s wr, 932 op/s 2024-09-10T19:04:14.777 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v15: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 680 op/s 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v16: 129 pgs: 129 active+clean; 290 MiB data, 878 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 680 op/s 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v17: 129 pgs: 129 active+clean; 299 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 967 op/s 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v18: 129 pgs: 129 active+clean; 299 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v19: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.9 MiB/s wr, 900 op/s 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v20: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v21: 129 pgs: 129 active+clean; 306 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Standby manager daemon smithi172.viqcsa restarted 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Standby manager daemon smithi172.viqcsa started 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e39: smithi067.mpnsbx(active, since 44s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.778 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v22: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 9.0 MiB/s wr, 926 op/s 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v23: 129 pgs: 129 active+clean; 292 MiB data, 884 MiB used, 706 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 639 op/s 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Setting container_image for all mgr 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v24: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 15 KiB/s rd, 9.9 MiB/s wr, 1.03k op/s 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Updating mon.smithi067 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Deploying daemon mon.smithi067 on smithi067 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v25: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 657 op/s 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v26: 129 pgs: 129 active+clean; 298 MiB data, 902 MiB used, 706 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 657 op/s 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v27: 129 pgs: 129 active+clean; 302 MiB data, 918 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 9.8 MiB/s wr, 972 op/s 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mon.smithi067 calling monitor election 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mon.smithi067 is new leader, mons smithi067,smithi172 in quorum (ranks 0,1) 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: monmap e2: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:04:14.779 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: osdmap e67: 8 total, 8 up, 8 in 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e39: smithi067.mpnsbx(active, since 55s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: overall HEALTH_OK 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e40: smithi067.mpnsbx(active, since 55s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e41: smithi067.mpnsbx(active, since 56s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Active manager daemon smithi067.mpnsbx restarted 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Activating manager daemon smithi067.mpnsbx 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: osdmap e68: 8 total, 8 up, 8 in 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e42: smithi067.mpnsbx(active, starting, since 0.00938558s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Standby manager daemon smithi172.viqcsa restarted 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Standby manager daemon smithi172.viqcsa started 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e43: smithi067.mpnsbx(active, starting, since 1.06462s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.780 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Manager daemon smithi067.mpnsbx is now available 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e44: smithi067.mpnsbx(active, since 6s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v3: 129 pgs: 129 active+clean; 303 MiB data, 908 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: [10/Sep/2024:19:03:55] ENGINE Bus STARTING 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e45: smithi067.mpnsbx(active, since 8s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: [10/Sep/2024:19:03:55] ENGINE Serving on https://172.21.15.67:7150 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: [10/Sep/2024:19:03:55] ENGINE Bus STARTED 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: [10/Sep/2024:19:03:55] ENGINE Error in HTTPServer.serve 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: Traceback (most recent call last): 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: self._connections.run(self.expiration_interval) 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:04:14.781 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: self._run(expiration_interval) 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: s = self.context.wrap_socket( 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: return self.sslsocket_class._create( 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: self.do_handshake() 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:04:14.782 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: self._sslobj.do_handshake() 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v5: 129 pgs: 129 active+clean; 303 MiB data, 908 MiB used, 706 GiB / 715 GiB avail 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e46: smithi067.mpnsbx(active, since 10s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v6: 129 pgs: 129 active+clean; 290 MiB data, 880 MiB used, 706 GiB / 715 GiB avail; 38 KiB/s rd, 3.4 MiB/s wr, 413 op/s 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v7: 129 pgs: 129 active+clean; 290 MiB data, 880 MiB used, 706 GiB / 715 GiB avail; 29 KiB/s rd, 2.5 MiB/s wr, 308 op/s 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.783 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:04:14.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:14.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.784 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v8: 129 pgs: 129 active+clean; 290 MiB data, 880 MiB used, 706 GiB / 715 GiB avail; 23 KiB/s rd, 2.0 MiB/s wr, 246 op/s 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.785 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v9: 129 pgs: 129 active+clean; 300 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 4.6 MiB/s wr, 467 op/s 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.786 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "mds_cache_memory_limit"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-10T19:04:14.787 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v10: 129 pgs: 129 active+clean; 300 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 21 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Upgrade: Updating mon.smithi172 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: Deploying daemon mon.smithi172 on smithi172 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "container_image"}]: dispatch 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='client.34132 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='client.34136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='client.34140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: overall HEALTH_OK 2024-09-10T19:04:14.788 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mon.smithi172 calling monitor election 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mon.smithi067 calling monitor election 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mon.smithi067 is new leader, mons smithi067,smithi172 in quorum (ranks 0,1) 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi067"}]: dispatch 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mon metadata", "id": "smithi172"}]: dispatch 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: monmap e3: 2 mons at {smithi067=[v2:172.21.15.67:3300/0,v1:172.21.15.67:6789/0],smithi172=[v2:172.21.15.172:3300/0,v1:172.21.15.172:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: osdmap e68: 8 total, 8 up, 8 in 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: mgrmap e46: smithi067.mpnsbx(active, since 25s), standbys: smithi172.viqcsa 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: overall HEALTH_OK 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.789 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:14.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:04:14.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:04:14.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: pgmap v13: 129 pgs: 129 active+clean; 287 MiB data, 869 MiB used, 706 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.8 MiB/s wr, 491 op/s 2024-09-10T19:04:14.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/3194211670' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:14.790 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:14 smithi172 ceph-mon[41360]: from='client.34148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:14.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 145994 3.38 MB/sec execute 422 sec latency 29.946 ms 2024-09-10T19:04:15.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 146419 3.39 MB/sec execute 423 sec latency 59.216 ms 2024-09-10T19:04:16.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 147167 3.42 MB/sec execute 424 sec latency 38.760 ms 2024-09-10T19:04:17.256 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:16 smithi067 ceph-mon[57702]: pgmap v14: 129 pgs: 129 active+clean; 301 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 9.0 KiB/s rd, 7.4 MiB/s wr, 722 op/s 2024-09-10T19:04:17.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:16 smithi172 ceph-mon[41360]: pgmap v14: 129 pgs: 129 active+clean; 301 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 9.0 KiB/s rd, 7.4 MiB/s wr, 722 op/s 2024-09-10T19:04:17.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 148085 3.46 MB/sec execute 425 sec latency 32.466 ms 2024-09-10T19:04:18.868 INFO:teuthology.orchestra.run.smithi067.stdout: 5 148954 3.53 MB/sec execute 426 sec latency 30.149 ms 2024-09-10T19:04:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:19 smithi172 ceph-mon[41360]: pgmap v15: 129 pgs: 129 active+clean; 301 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2024-09-10T19:04:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:04:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:19 smithi067 ceph-mon[57702]: pgmap v15: 129 pgs: 129 active+clean; 301 MiB data, 908 MiB used, 706 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 462 op/s 2024-09-10T19:04:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:04:19.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 149622 3.57 MB/sec execute 427 sec latency 20.988 ms 2024-09-10T19:04:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:20 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:20 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:20 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:20 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:04:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:20 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:20 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:20 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:20 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:04:20.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 150213 3.59 MB/sec execute 428 sec latency 135.095 ms 2024-09-10T19:04:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:21 smithi172 ceph-mon[41360]: pgmap v16: 129 pgs: 129 active+clean; 307 MiB data, 918 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 867 op/s 2024-09-10T19:04:21.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:21 smithi067 ceph-mon[57702]: pgmap v16: 129 pgs: 129 active+clean; 307 MiB data, 918 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.5 MiB/s wr, 867 op/s 2024-09-10T19:04:21.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 150935 3.62 MB/sec execute 429 sec latency 85.771 ms 2024-09-10T19:04:22.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 151782 3.66 MB/sec execute 430 sec latency 45.113 ms 2024-09-10T19:04:23.514 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:23 smithi067 ceph-mon[57702]: pgmap v17: 129 pgs: 129 active+clean; 307 MiB data, 918 MiB used, 706 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.6 MiB/s wr, 636 op/s 2024-09-10T19:04:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:23 smithi172 ceph-mon[41360]: pgmap v17: 129 pgs: 129 active+clean; 307 MiB data, 918 MiB used, 706 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.6 MiB/s wr, 636 op/s 2024-09-10T19:04:23.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 152525 3.72 MB/sec execute 431 sec latency 29.006 ms 2024-09-10T19:04:24.465 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:04:24.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:04:24.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 153061 3.75 MB/sec execute 432 sec latency 27.865 ms 2024-09-10T19:04:25.369 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: pgmap v18: 129 pgs: 129 active+clean; 307 MiB data, 918 MiB used, 706 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.6 MiB/s wr, 636 op/s 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:25.370 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:25 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "container_image"}]: dispatch 2024-09-10T19:04:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: pgmap v18: 129 pgs: 129 active+clean; 307 MiB data, 918 MiB used, 706 GiB / 715 GiB avail; 7.3 KiB/s rd, 6.6 MiB/s wr, 636 op/s 2024-09-10T19:04:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:04:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:04:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:04:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:04:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:25 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "container_image"}]: dispatch 2024-09-10T19:04:25.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 153525 3.75 MB/sec execute 433 sec latency 48.417 ms 2024-09-10T19:04:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:26 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:26 smithi067 ceph-mon[57702]: Reconfiguring mon.smithi067 (monmap changed)... 2024-09-10T19:04:26.472 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:26 smithi067 ceph-mon[57702]: Reconfiguring daemon mon.smithi067 on smithi067 2024-09-10T19:04:26.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:26 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:04:26.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:26 smithi172 ceph-mon[41360]: Reconfiguring mon.smithi067 (monmap changed)... 2024-09-10T19:04:26.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:26 smithi172 ceph-mon[41360]: Reconfiguring daemon mon.smithi067 on smithi067 2024-09-10T19:04:26.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 154188 3.78 MB/sec execute 434 sec latency 21.637 ms 2024-09-10T19:04:27.325 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:27 smithi067 ceph-mon[57702]: pgmap v19: 129 pgs: 129 active+clean; 303 MiB data, 907 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-09-10T19:04:27.325 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:27.325 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:27.325 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:27.325 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.mpnsbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:04:27.325 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:04:27.326 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:27.326 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mgr.smithi067.mpnsbx","key": "container_image"}]: dispatch 2024-09-10T19:04:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:27 smithi172 ceph-mon[41360]: pgmap v19: 129 pgs: 129 active+clean; 303 MiB data, 907 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.06k op/s 2024-09-10T19:04:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi067.mpnsbx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:04:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:04:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:27.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mgr.smithi067.mpnsbx","key": "container_image"}]: dispatch 2024-09-10T19:04:27.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 154984 3.81 MB/sec execute 435 sec latency 29.043 ms 2024-09-10T19:04:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:28 smithi067 ceph-mon[57702]: Reconfiguring mgr.smithi067.mpnsbx (monmap changed)... 2024-09-10T19:04:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:28 smithi067 ceph-mon[57702]: Reconfiguring daemon mgr.smithi067.mpnsbx on smithi067 2024-09-10T19:04:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:28 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:28 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:28 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:28.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:28 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T19:04:28.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:28 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:28.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:28 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.crash.smithi067","key": "container_image"}]: dispatch 2024-09-10T19:04:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:28 smithi172 ceph-mon[41360]: Reconfiguring mgr.smithi067.mpnsbx (monmap changed)... 2024-09-10T19:04:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:28 smithi172 ceph-mon[41360]: Reconfiguring daemon mgr.smithi067.mpnsbx on smithi067 2024-09-10T19:04:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:28 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:28 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:28 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:28 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T19:04:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:28 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:28.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:28 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.crash.smithi067","key": "container_image"}]: dispatch 2024-09-10T19:04:28.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 155486 3.84 MB/sec execute 436 sec latency 30.798 ms 2024-09-10T19:04:29.701 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:29 smithi067 ceph-mon[57702]: pgmap v20: 129 pgs: 129 active+clean; 303 MiB data, 907 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 825 op/s 2024-09-10T19:04:29.701 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:29 smithi067 ceph-mon[57702]: Reconfiguring crash.smithi067 (monmap changed)... 2024-09-10T19:04:29.701 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:29 smithi067 ceph-mon[57702]: Reconfiguring daemon crash.smithi067 on smithi067 2024-09-10T19:04:29.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:29 smithi172 ceph-mon[41360]: pgmap v20: 129 pgs: 129 active+clean; 303 MiB data, 907 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.3 MiB/s wr, 825 op/s 2024-09-10T19:04:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:29 smithi172 ceph-mon[41360]: Reconfiguring crash.smithi067 (monmap changed)... 2024-09-10T19:04:29.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:29 smithi172 ceph-mon[41360]: Reconfiguring daemon crash.smithi067 on smithi067 2024-09-10T19:04:29.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 155889 3.88 MB/sec execute 437 sec latency 37.087 ms 2024-09-10T19:04:30.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:30.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:30.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:30.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:04:30.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:30.503 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:04:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:04:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:04:30.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 156261 3.89 MB/sec execute 438 sec latency 61.300 ms 2024-09-10T19:04:31.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:31 smithi067 ceph-mon[57702]: pgmap v21: 129 pgs: 129 active+clean; 299 MiB data, 901 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-09-10T19:04:31.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:31 smithi067 ceph-mon[57702]: Reconfiguring osd.0 (monmap changed)... 2024-09-10T19:04:31.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:31 smithi067 ceph-mon[57702]: Reconfiguring daemon osd.0 on smithi067 2024-09-10T19:04:31.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:31 smithi172 ceph-mon[41360]: pgmap v21: 129 pgs: 129 active+clean; 299 MiB data, 901 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 12 MiB/s wr, 1.18k op/s 2024-09-10T19:04:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:31 smithi172 ceph-mon[41360]: Reconfiguring osd.0 (monmap changed)... 2024-09-10T19:04:31.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:31 smithi172 ceph-mon[41360]: Reconfiguring daemon osd.0 on smithi067 2024-09-10T19:04:31.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 156631 3.90 MB/sec execute 439 sec latency 52.470 ms 2024-09-10T19:04:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:32 smithi067 ceph-mon[57702]: Reconfiguring osd.1 (monmap changed)... 2024-09-10T19:04:32.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:04:32.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:32.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:32 smithi067 ceph-mon[57702]: Reconfiguring daemon osd.1 on smithi067 2024-09-10T19:04:32.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:04:32.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:32 smithi067 ceph-mon[57702]: pgmap v22: 129 pgs: 129 active+clean; 299 MiB data, 901 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 776 op/s 2024-09-10T19:04:32.746 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:32.746 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:32.746 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:32.746 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:32 smithi172 ceph-mon[41360]: Reconfiguring osd.1 (monmap changed)... 2024-09-10T19:04:32.746 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:04:32.747 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:32.747 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:32 smithi172 ceph-mon[41360]: Reconfiguring daemon osd.1 on smithi067 2024-09-10T19:04:32.747 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:04:32.747 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:32 smithi172 ceph-mon[41360]: pgmap v22: 129 pgs: 129 active+clean; 299 MiB data, 901 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 776 op/s 2024-09-10T19:04:32.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 157132 3.92 MB/sec execute 440 sec latency 28.801 ms 2024-09-10T19:04:33.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:33.759 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:33.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:33.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:33 smithi067 ceph-mon[57702]: Reconfiguring osd.2 (monmap changed)... 2024-09-10T19:04:33.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:04:33.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:33.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:33 smithi067 ceph-mon[57702]: Reconfiguring daemon osd.2 on smithi067 2024-09-10T19:04:33.760 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:04:33.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:33 smithi172 ceph-mon[41360]: Reconfiguring osd.2 (monmap changed)... 2024-09-10T19:04:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:04:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:33 smithi172 ceph-mon[41360]: Reconfiguring daemon osd.2 on smithi067 2024-09-10T19:04:33.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:04:33.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 157623 3.92 MB/sec execute 441 sec latency 37.819 ms 2024-09-10T19:04:34.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:34 smithi172 ceph-mon[41360]: pgmap v23: 129 pgs: 129 active+clean; 299 MiB data, 901 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 776 op/s 2024-09-10T19:04:34.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:34 smithi067 ceph-mon[57702]: pgmap v23: 129 pgs: 129 active+clean; 299 MiB data, 901 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 7.6 MiB/s wr, 776 op/s 2024-09-10T19:04:34.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 158166 3.95 MB/sec execute 442 sec latency 45.479 ms 2024-09-10T19:04:35.705 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:35 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:35.705 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:35 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:35.705 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:35 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:35.705 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:35 smithi067 ceph-mon[57702]: Reconfiguring osd.3 (monmap changed)... 2024-09-10T19:04:35.705 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:35 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:04:35.706 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:35 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:35.706 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:35 smithi067 ceph-mon[57702]: Reconfiguring daemon osd.3 on smithi067 2024-09-10T19:04:35.706 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:35 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:04:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:35 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:35 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:35 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:35 smithi172 ceph-mon[41360]: Reconfiguring osd.3 (monmap changed)... 2024-09-10T19:04:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:35 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:04:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:35 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:35 smithi172 ceph-mon[41360]: Reconfiguring daemon osd.3 on smithi067 2024-09-10T19:04:35.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:35 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:04:35.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 158794 3.97 MB/sec execute 443 sec latency 31.475 ms 2024-09-10T19:04:36.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 159349 4.02 MB/sec execute 444 sec latency 32.504 ms 2024-09-10T19:04:37.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:36 smithi067 ceph-mon[57702]: pgmap v24: 129 pgs: 129 active+clean; 294 MiB data, 899 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-09-10T19:04:37.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:36 smithi172 ceph-mon[41360]: pgmap v24: 129 pgs: 129 active+clean; 294 MiB data, 899 MiB used, 706 GiB / 715 GiB avail; 16 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-09-10T19:04:37.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 159840 4.05 MB/sec execute 445 sec latency 28.312 ms 2024-09-10T19:04:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:37 smithi067 ceph-mon[57702]: Reconfiguring mds.foofs.smithi067.njgdql (monmap changed)... 2024-09-10T19:04:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.njgdql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T19:04:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:37 smithi067 ceph-mon[57702]: Reconfiguring daemon mds.foofs.smithi067.njgdql on smithi067 2024-09-10T19:04:38.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "container_image"}]: dispatch 2024-09-10T19:04:38.171 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:38.172 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:38.172 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:38.172 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:37 smithi172 ceph-mon[41360]: Reconfiguring mds.foofs.smithi067.njgdql (monmap changed)... 2024-09-10T19:04:38.172 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.njgdql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T19:04:38.172 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:38.172 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:37 smithi172 ceph-mon[41360]: Reconfiguring daemon mds.foofs.smithi067.njgdql on smithi067 2024-09-10T19:04:38.172 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "container_image"}]: dispatch 2024-09-10T19:04:38.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 160217 4.06 MB/sec execute 446 sec latency 48.830 ms 2024-09-10T19:04:39.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:38 smithi067 ceph-mon[57702]: pgmap v25: 129 pgs: 129 active+clean; 294 MiB data, 899 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 638 op/s 2024-09-10T19:04:39.138 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:38 smithi172 ceph-mon[41360]: pgmap v25: 129 pgs: 129 active+clean; 294 MiB data, 899 MiB used, 706 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 638 op/s 2024-09-10T19:04:39.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 160531 4.06 MB/sec execute 447 sec latency 50.891 ms 2024-09-10T19:04:40.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:04:40.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:40.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:40.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:40.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: Reconfiguring mon.smithi172 (monmap changed)... 2024-09-10T19:04:40.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:04:40.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:04:40.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:40.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: Reconfiguring daemon mon.smithi172 on smithi172 2024-09-10T19:04:40.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "container_image"}]: dispatch 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: Reconfiguring mon.smithi172 (monmap changed)... 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: Reconfiguring daemon mon.smithi172 on smithi172 2024-09-10T19:04:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "container_image"}]: dispatch 2024-09-10T19:04:40.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 161111 4.07 MB/sec execute 448 sec latency 66.651 ms 2024-09-10T19:04:41.478 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:41 smithi172 ceph-mon[41360]: pgmap v26: 129 pgs: 129 active+clean; 301 MiB data, 920 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 9.4 MiB/s wr, 946 op/s 2024-09-10T19:04:41.478 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:41.478 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:41.478 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:41.478 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T19:04:41.478 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:41.478 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.crash.smithi172","key": "container_image"}]: dispatch 2024-09-10T19:04:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:41 smithi067 ceph-mon[57702]: pgmap v26: 129 pgs: 129 active+clean; 301 MiB data, 920 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 9.4 MiB/s wr, 946 op/s 2024-09-10T19:04:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T19:04:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.crash.smithi172","key": "container_image"}]: dispatch 2024-09-10T19:04:41.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 162073 4.12 MB/sec execute 449 sec latency 33.242 ms 2024-09-10T19:04:42.499 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:42 smithi172 ceph-mon[41360]: Reconfiguring crash.smithi172 (monmap changed)... 2024-09-10T19:04:42.500 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:42 smithi172 ceph-mon[41360]: Reconfiguring daemon crash.smithi172 on smithi172 2024-09-10T19:04:42.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:42 smithi067 ceph-mon[57702]: Reconfiguring crash.smithi172 (monmap changed)... 2024-09-10T19:04:42.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:42 smithi067 ceph-mon[57702]: Reconfiguring daemon crash.smithi172 on smithi172 2024-09-10T19:04:42.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 162791 4.17 MB/sec execute 450 sec latency 29.616 ms 2024-09-10T19:04:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:43 smithi172 ceph-mon[41360]: pgmap v27: 129 pgs: 129 active+clean; 301 MiB data, 920 MiB used, 706 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.1 MiB/s wr, 590 op/s 2024-09-10T19:04:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.viqcsa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:04:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:04:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mgr.smithi172.viqcsa","key": "container_image"}]: dispatch 2024-09-10T19:04:43.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:43 smithi067 ceph-mon[57702]: pgmap v27: 129 pgs: 129 active+clean; 301 MiB data, 920 MiB used, 706 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.1 MiB/s wr, 590 op/s 2024-09-10T19:04:43.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:43.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:43.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:43.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi172.viqcsa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:04:43.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:04:43.516 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:43.516 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mgr.smithi172.viqcsa","key": "container_image"}]: dispatch 2024-09-10T19:04:43.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 163424 4.21 MB/sec execute 451 sec latency 31.655 ms 2024-09-10T19:04:44.418 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:44 smithi172 ceph-mon[41360]: Reconfiguring mgr.smithi172.viqcsa (monmap changed)... 2024-09-10T19:04:44.418 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:44 smithi172 ceph-mon[41360]: Reconfiguring daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T19:04:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:44 smithi067 ceph-mon[57702]: Reconfiguring mgr.smithi172.viqcsa (monmap changed)... 2024-09-10T19:04:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:44 smithi067 ceph-mon[57702]: Reconfiguring daemon mgr.smithi172.viqcsa on smithi172 2024-09-10T19:04:44.738 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:04:44.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 163755 4.22 MB/sec execute 452 sec latency 47.082 ms 2024-09-10T19:04:45.163 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:45 smithi172 ceph-mon[41360]: pgmap v28: 129 pgs: 129 active+clean; 301 MiB data, 920 MiB used, 706 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.1 MiB/s wr, 590 op/s 2024-09-10T19:04:45.163 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:45.163 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:45.163 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:45.163 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:04:45.163 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:45.163 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:04:45.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:45 smithi067 ceph-mon[57702]: pgmap v28: 129 pgs: 129 active+clean; 301 MiB data, 920 MiB used, 706 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.1 MiB/s wr, 590 op/s 2024-09-10T19:04:45.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:45.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:45.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:45.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:04:45.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:45.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:04:45.677 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (13m) 43s ago 14m 21.3M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (14m) 43s ago 14m 6349k - 15.2.13 2cf504fded39 6e7697d31bf2 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (14m) 27s ago 14m 6353k - 15.2.13 2cf504fded39 742deb428324 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (13m) 43s ago 14m 39.2M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (9m) 43s ago 9m 36.6M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (9m) 27s ago 9m 17.5M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (4m) 43s ago 16m 424M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (81s) 27s ago 14m 397M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (65s) 43s ago 16m 44.2M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (33s) 27s ago 15m 41.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (7m) 43s ago 7m 136M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:04:45.678 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (6m) 27s ago 6m 86.2M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (14m) 43s ago 14m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (14m) 27s ago 14m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (14m) 43s ago 14m 249M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (13m) 43s ago 13m 173M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (13m) 43s ago 13m 294M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (12m) 43s ago 12m 210M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (12m) 27s ago 12m 267M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (12m) 27s ago 12m 315M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (11m) 27s ago 11m 228M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (11m) 27s ago 11m 403M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:04:45.679 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (4m) 43s ago 13m 46.5M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:04:45.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 164052 4.21 MB/sec execute 453 sec latency 77.501 ms 2024-09-10T19:04:46.242 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:04:46.242 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-09-10T19:04:46.243 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T19:04:46.244 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:04:46.244 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: Reconfiguring osd.4 (monmap changed)... 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: Reconfiguring daemon osd.4 on smithi172 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:46.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:04:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: Reconfiguring osd.4 (monmap changed)... 2024-09-10T19:04:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: Reconfiguring daemon osd.4 on smithi172 2024-09-10T19:04:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='client.44101 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='client.34156 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:04:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:46.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:04:46.734 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:04:46.734 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:04:46.734 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:04:46.734 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:04:46.734 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:04:46.734 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:04:46.734 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:04:46.734 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:04:46.734 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "4/23 daemons upgraded", 2024-09-10T19:04:46.735 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mon daemons", 2024-09-10T19:04:46.735 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:04:46.735 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:04:46.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 164507 4.23 MB/sec execute 454 sec latency 51.082 ms 2024-09-10T19:04:47.139 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:47 smithi172 ceph-mon[41360]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:47.139 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:47 smithi172 ceph-mon[41360]: pgmap v29: 129 pgs: 129 active+clean; 308 MiB data, 928 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 970 op/s 2024-09-10T19:04:47.139 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:47 smithi172 ceph-mon[41360]: Reconfiguring osd.5 (monmap changed)... 2024-09-10T19:04:47.139 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:47 smithi172 ceph-mon[41360]: Reconfiguring daemon osd.5 on smithi172 2024-09-10T19:04:47.139 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:47 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/531199183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:47.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:47 smithi067 ceph-mon[57702]: from='client.34160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:47.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:47 smithi067 ceph-mon[57702]: pgmap v29: 129 pgs: 129 active+clean; 308 MiB data, 928 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 9.9 MiB/s wr, 970 op/s 2024-09-10T19:04:47.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:47 smithi067 ceph-mon[57702]: Reconfiguring osd.5 (monmap changed)... 2024-09-10T19:04:47.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:47 smithi067 ceph-mon[57702]: Reconfiguring daemon osd.5 on smithi172 2024-09-10T19:04:47.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:47 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/531199183' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:47.869 INFO:teuthology.orchestra.run.smithi067.stdout: 5 165239 4.26 MB/sec execute 455 sec latency 65.844 ms 2024-09-10T19:04:48.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:48 smithi172 ceph-mon[41360]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:48.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:48 smithi067 ceph-mon[57702]: from='client.34168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:04:48.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 165979 4.29 MB/sec execute 456 sec latency 27.868 ms 2024-09-10T19:04:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:49 smithi172 ceph-mon[41360]: pgmap v30: 129 pgs: 129 active+clean; 308 MiB data, 928 MiB used, 706 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.2 MiB/s wr, 689 op/s 2024-09-10T19:04:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:04:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:49.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:04:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:49 smithi067 ceph-mon[57702]: pgmap v30: 129 pgs: 129 active+clean; 308 MiB data, 928 MiB used, 706 GiB / 715 GiB avail; 8.2 KiB/s rd, 7.2 MiB/s wr, 689 op/s 2024-09-10T19:04:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:04:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:04:49.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 166507 4.33 MB/sec execute 457 sec latency 32.701 ms 2024-09-10T19:04:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:50 smithi172 ceph-mon[41360]: Reconfiguring osd.6 (monmap changed)... 2024-09-10T19:04:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:50 smithi172 ceph-mon[41360]: Reconfiguring daemon osd.6 on smithi172 2024-09-10T19:04:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:04:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:04:50.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:50 smithi067 ceph-mon[57702]: Reconfiguring osd.6 (monmap changed)... 2024-09-10T19:04:50.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:50 smithi067 ceph-mon[57702]: Reconfiguring daemon osd.6 on smithi172 2024-09-10T19:04:50.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:50.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:50.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:50.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:04:50.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:50.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:04:50.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 166975 4.36 MB/sec execute 458 sec latency 62.593 ms 2024-09-10T19:04:51.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:51 smithi172 ceph-mon[41360]: pgmap v31: 129 pgs: 129 active+clean; 298 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-10T19:04:51.549 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:51 smithi172 ceph-mon[41360]: Reconfiguring osd.7 (monmap changed)... 2024-09-10T19:04:51.549 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:51 smithi172 ceph-mon[41360]: Reconfiguring daemon osd.7 on smithi172 2024-09-10T19:04:51.550 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:51 smithi067 ceph-mon[57702]: pgmap v31: 129 pgs: 129 active+clean; 298 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 13 KiB/s rd, 10 MiB/s wr, 1.02k op/s 2024-09-10T19:04:51.550 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:51 smithi067 ceph-mon[57702]: Reconfiguring osd.7 (monmap changed)... 2024-09-10T19:04:51.551 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:51 smithi067 ceph-mon[57702]: Reconfiguring daemon osd.7 on smithi172 2024-09-10T19:04:51.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 167465 4.37 MB/sec execute 459 sec latency 44.706 ms 2024-09-10T19:04:52.443 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:52.443 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:52.443 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:52.443 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.tzobql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T19:04:52.444 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:52.444 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "container_image"}]: dispatch 2024-09-10T19:04:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.tzobql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T19:04:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "container_image"}]: dispatch 2024-09-10T19:04:52.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 168126 4.38 MB/sec execute 460 sec latency 35.400 ms 2024-09-10T19:04:53.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:53 smithi067 ceph-mon[57702]: Reconfiguring mds.foofs.smithi172.tzobql (monmap changed)... 2024-09-10T19:04:53.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:53 smithi067 ceph-mon[57702]: Reconfiguring daemon mds.foofs.smithi172.tzobql on smithi172 2024-09-10T19:04:53.515 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:53 smithi067 ceph-mon[57702]: pgmap v32: 129 pgs: 129 active+clean; 298 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 708 op/s 2024-09-10T19:04:53.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:53 smithi172 ceph-mon[41360]: Reconfiguring mds.foofs.smithi172.tzobql (monmap changed)... 2024-09-10T19:04:53.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:53 smithi172 ceph-mon[41360]: Reconfiguring daemon mds.foofs.smithi172.tzobql on smithi172 2024-09-10T19:04:53.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:53 smithi172 ceph-mon[41360]: pgmap v32: 129 pgs: 129 active+clean; 298 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 708 op/s 2024-09-10T19:04:53.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 168805 4.41 MB/sec execute 461 sec latency 30.836 ms 2024-09-10T19:04:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:04:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi067"}]: dispatch 2024-09-10T19:04:54.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi067"}]': finished 2024-09-10T19:04:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi172"}]: dispatch 2024-09-10T19:04:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi172"}]': finished 2024-09-10T19:04:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:04:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:04:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:04:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:04:54.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:04:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:04:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:04:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi067"}]: dispatch 2024-09-10T19:04:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi067"}]': finished 2024-09-10T19:04:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi172"}]: dispatch 2024-09-10T19:04:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi172"}]': finished 2024-09-10T19:04:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:04:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:04:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:04:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:04:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:04:54.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 169557 4.44 MB/sec execute 462 sec latency 26.261 ms 2024-09-10T19:04:55.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:55 smithi067 ceph-mon[57702]: Upgrade: Setting container_image for all mon 2024-09-10T19:04:55.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:55 smithi067 ceph-mon[57702]: pgmap v33: 129 pgs: 129 active+clean; 298 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 708 op/s 2024-09-10T19:04:55.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:55.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T19:04:55.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:55.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.crash.smithi067","key": "container_image"}]: dispatch 2024-09-10T19:04:55.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:55 smithi172 ceph-mon[41360]: Upgrade: Setting container_image for all mon 2024-09-10T19:04:55.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:55 smithi172 ceph-mon[41360]: pgmap v33: 129 pgs: 129 active+clean; 298 MiB data, 898 MiB used, 706 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.8 MiB/s wr, 708 op/s 2024-09-10T19:04:55.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:55.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi067", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T19:04:55.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:04:55.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.crash.smithi067","key": "container_image"}]: dispatch 2024-09-10T19:04:55.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 170087 4.48 MB/sec execute 463 sec latency 52.037 ms 2024-09-10T19:04:56.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:56 smithi067 ceph-mon[57702]: Upgrade: Updating crash.smithi067 (1/2) 2024-09-10T19:04:56.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:56 smithi067 ceph-mon[57702]: Deploying daemon crash.smithi067 on smithi067 2024-09-10T19:04:56.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:56 smithi172 ceph-mon[41360]: Upgrade: Updating crash.smithi067 (1/2) 2024-09-10T19:04:56.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:56 smithi172 ceph-mon[41360]: Deploying daemon crash.smithi067 on smithi067 2024-09-10T19:04:56.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 170640 4.51 MB/sec execute 464 sec latency 37.522 ms 2024-09-10T19:04:57.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:57 smithi172 ceph-mon[41360]: pgmap v34: 129 pgs: 129 active+clean; 297 MiB data, 894 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-09-10T19:04:57.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:57 smithi067 ceph-mon[57702]: pgmap v34: 129 pgs: 129 active+clean; 297 MiB data, 894 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 10 MiB/s wr, 1.06k op/s 2024-09-10T19:04:57.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 170894 4.51 MB/sec execute 465 sec latency 54.501 ms 2024-09-10T19:04:58.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 171190 4.51 MB/sec execute 466 sec latency 52.517 ms 2024-09-10T19:04:59.472 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:59 smithi172 ceph-mon[41360]: pgmap v35: 129 pgs: 129 active+clean; 297 MiB data, 894 MiB used, 706 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 682 op/s 2024-09-10T19:04:59.472 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:59.472 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:59.473 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:04:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:59 smithi067 ceph-mon[57702]: pgmap v35: 129 pgs: 129 active+clean; 297 MiB data, 894 MiB used, 706 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 682 op/s 2024-09-10T19:04:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:04:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:04:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:04:59.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 171538 4.51 MB/sec execute 467 sec latency 63.335 ms 2024-09-10T19:05:00.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 171840 4.52 MB/sec execute 468 sec latency 54.882 ms 2024-09-10T19:05:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:01 smithi172 ceph-mon[41360]: pgmap v36: 129 pgs: 129 active+clean; 303 MiB data, 916 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 9.6 MiB/s wr, 971 op/s 2024-09-10T19:05:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T19:05:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.crash.smithi172","key": "container_image"}]: dispatch 2024-09-10T19:05:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:01 smithi067 ceph-mon[57702]: pgmap v36: 129 pgs: 129 active+clean; 303 MiB data, 916 MiB used, 706 GiB / 715 GiB avail; 14 KiB/s rd, 9.6 MiB/s wr, 971 op/s 2024-09-10T19:05:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi172", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-10T19:05:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.crash.smithi172","key": "container_image"}]: dispatch 2024-09-10T19:05:01.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 172124 4.53 MB/sec execute 469 sec latency 42.008 ms 2024-09-10T19:05:02.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:02 smithi172 ceph-mon[41360]: Upgrade: Updating crash.smithi172 (2/2) 2024-09-10T19:05:02.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:02 smithi172 ceph-mon[41360]: Deploying daemon crash.smithi172 on smithi172 2024-09-10T19:05:02.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:02 smithi067 ceph-mon[57702]: Upgrade: Updating crash.smithi172 (2/2) 2024-09-10T19:05:02.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:02 smithi067 ceph-mon[57702]: Deploying daemon crash.smithi172 on smithi172 2024-09-10T19:05:02.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 172464 4.54 MB/sec execute 470 sec latency 74.023 ms 2024-09-10T19:05:03.516 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:03 smithi067 ceph-mon[57702]: pgmap v37: 129 pgs: 129 active+clean; 303 MiB data, 916 MiB used, 706 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 643 op/s 2024-09-10T19:05:03.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:03 smithi172 ceph-mon[41360]: pgmap v37: 129 pgs: 129 active+clean; 303 MiB data, 916 MiB used, 706 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 643 op/s 2024-09-10T19:05:03.870 INFO:teuthology.orchestra.run.smithi067.stdout: 5 172934 4.55 MB/sec execute 471 sec latency 41.178 ms 2024-09-10T19:05:04.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 173466 4.59 MB/sec execute 472 sec latency 39.226 ms 2024-09-10T19:05:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:05 smithi172 ceph-mon[41360]: pgmap v38: 129 pgs: 129 active+clean; 303 MiB data, 916 MiB used, 706 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 643 op/s 2024-09-10T19:05:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:05:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:05 smithi067 ceph-mon[57702]: pgmap v38: 129 pgs: 129 active+clean; 303 MiB data, 916 MiB used, 706 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.6 MiB/s wr, 643 op/s 2024-09-10T19:05:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:05.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:05:05.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:05.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:05.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 173982 4.61 MB/sec execute 473 sec latency 63.651 ms 2024-09-10T19:05:06.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 174512 4.63 MB/sec execute 474 sec latency 44.868 ms 2024-09-10T19:05:07.199 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:07 smithi067 ceph-mon[57702]: pgmap v39: 129 pgs: 129 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 856 op/s 2024-09-10T19:05:07.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:07 smithi172 ceph-mon[41360]: pgmap v39: 129 pgs: 129 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 856 op/s 2024-09-10T19:05:07.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 175192 4.64 MB/sec execute 475 sec latency 36.001 ms 2024-09-10T19:05:08.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 175724 4.67 MB/sec execute 476 sec latency 33.758 ms 2024-09-10T19:05:09.186 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:09 smithi172 ceph-mon[41360]: pgmap v40: 129 pgs: 129 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2024-09-10T19:05:09.186 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:05:09.387 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:09 smithi067 ceph-mon[57702]: pgmap v40: 129 pgs: 129 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2024-09-10T19:05:09.387 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:05:09.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 176359 4.69 MB/sec execute 477 sec latency 37.547 ms 2024-09-10T19:05:10.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 176757 4.70 MB/sec execute 478 sec latency 46.848 ms 2024-09-10T19:05:11.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:11 smithi067 ceph-mon[57702]: pgmap v41: 129 pgs: 129 active+clean; 296 MiB data, 891 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 856 op/s 2024-09-10T19:05:11.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:11 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:11.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:11 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:11.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:11 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:11.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:11 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:11.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:11 smithi172 ceph-mon[41360]: pgmap v41: 129 pgs: 129 active+clean; 296 MiB data, 891 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.6 MiB/s wr, 856 op/s 2024-09-10T19:05:11.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:11 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:11.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:11 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:11.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:11 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:11.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:11 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:11.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 177104 4.73 MB/sec execute 479 sec latency 48.002 ms 2024-09-10T19:05:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:05:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:05:12.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 177500 4.74 MB/sec execute 480 sec latency 34.501 ms 2024-09-10T19:05:13.389 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:13 smithi172 ceph-mon[41360]: pgmap v42: 129 pgs: 129 active+clean; 296 MiB data, 891 MiB used, 706 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 567 op/s 2024-09-10T19:05:13.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:13 smithi067 ceph-mon[57702]: pgmap v42: 129 pgs: 129 active+clean; 296 MiB data, 891 MiB used, 706 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 567 op/s 2024-09-10T19:05:13.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 177820 4.75 MB/sec execute 481 sec latency 52.013 ms 2024-09-10T19:05:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:14.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 178055 4.75 MB/sec execute 482 sec latency 39.202 ms 2024-09-10T19:05:15.254 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:15 smithi067 ceph-mon[57702]: pgmap v43: 129 pgs: 129 active+clean; 296 MiB data, 891 MiB used, 706 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 567 op/s 2024-09-10T19:05:15.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:15.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:15.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:15.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:05:15.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:15 smithi172 ceph-mon[41360]: pgmap v43: 129 pgs: 129 active+clean; 296 MiB data, 891 MiB used, 706 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 567 op/s 2024-09-10T19:05:15.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:15.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:15.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:15.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:05:15.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 178435 4.76 MB/sec execute 483 sec latency 66.238 ms 2024-09-10T19:05:16.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 178815 4.76 MB/sec execute 484 sec latency 53.653 ms 2024-09-10T19:05:17.176 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:05:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:17 smithi172 ceph-mon[41360]: pgmap v44: 129 pgs: 129 active+clean; 306 MiB data, 929 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 810 op/s 2024-09-10T19:05:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:17 smithi067 ceph-mon[57702]: pgmap v44: 129 pgs: 129 active+clean; 306 MiB data, 929 MiB used, 706 GiB / 715 GiB avail; 11 KiB/s rd, 8.1 MiB/s wr, 810 op/s 2024-09-10T19:05:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:17.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 179109 4.76 MB/sec execute 485 sec latency 38.114 ms 2024-09-10T19:05:18.052 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:05:18.052 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (13m) 4s ago 15m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (19s) 4s ago 15m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (13s) 7s ago 15m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (13m) 4s ago 15m 39.2M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (10m) 4s ago 10m 37.5M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (10m) 7s ago 10m 17.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (4m) 4s ago 16m 445M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (113s) 7s ago 15m 398M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (97s) 4s ago 16m 53.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (66s) 7s ago 15m 50.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (7m) 4s ago 7m 139M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (7m) 7s ago 7m 86.2M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (14m) 4s ago 14m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (14m) 7s ago 14m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:05:18.053 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (14m) 4s ago 14m 368M 4096M 15.2.13 2cf504fded39 b373bb5aadbe 2024-09-10T19:05:18.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (14m) 4s ago 14m 257M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:05:18.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (13m) 4s ago 13m 376M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:05:18.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (13m) 4s ago 13m 291M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:05:18.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (13m) 7s ago 13m 334M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:05:18.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (12m) 7s ago 12m 388M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:05:18.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (12m) 7s ago 12m 326M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:05:18.054 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (12m) 7s ago 12m 253M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:05:18.054 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (5m) 4s ago 14m 53.2M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:05:18.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:18.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:18.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:18.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.447 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.447 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:18.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:18.544 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:05:18.544 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:05:18.544 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:05:18.544 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 10, 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T19:05:18.545 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:05:18.546 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:05:18.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 179515 4.78 MB/sec execute 486 sec latency 49.743 ms 2024-09-10T19:05:18.994 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:05:18.994 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "6/23 daemons upgraded", 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:05:18.995 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:05:18.996 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:05:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: pgmap v45: 129 pgs: 129 active+clean; 306 MiB data, 929 MiB used, 706 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 597 op/s 2024-09-10T19:05:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/2594230302' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi067"}]: dispatch 2024-09-10T19:05:19.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi067"}]': finished 2024-09-10T19:05:19.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi172"}]: dispatch 2024-09-10T19:05:19.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi172"}]': finished 2024-09-10T19:05:19.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:05:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='client.34176 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: pgmap v45: 129 pgs: 129 active+clean; 306 MiB data, 929 MiB used, 706 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 597 op/s 2024-09-10T19:05:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='client.34180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/2594230302' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi067"}]: dispatch 2024-09-10T19:05:19.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi067"}]': finished 2024-09-10T19:05:19.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi172"}]: dispatch 2024-09-10T19:05:19.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi172"}]': finished 2024-09-10T19:05:19.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:05:19.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 180066 4.79 MB/sec execute 487 sec latency 35.655 ms 2024-09-10T19:05:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:20 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:05:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:20 smithi172 ceph-mon[41360]: Upgrade: Setting container_image for all crash 2024-09-10T19:05:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:20 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:05:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:20 smithi172 ceph-mon[41360]: Upgrade: osd.0 is safe to restart 2024-09-10T19:05:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:20 smithi172 ceph-mon[41360]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:20 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:05:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:20 smithi067 ceph-mon[57702]: Upgrade: Setting container_image for all crash 2024-09-10T19:05:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:20 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-10T19:05:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:20 smithi067 ceph-mon[57702]: Upgrade: osd.0 is safe to restart 2024-09-10T19:05:20.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:20 smithi067 ceph-mon[57702]: from='client.34188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:20.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 180447 4.82 MB/sec execute 488 sec latency 35.502 ms 2024-09-10T19:05:21.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:21 smithi067 ceph-mon[57702]: pgmap v46: 129 pgs: 129 active+clean; 294 MiB data, 885 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.2 MiB/s wr, 823 op/s 2024-09-10T19:05:21.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:21 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:21.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:21 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:05:21.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:21 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:21.366 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:21 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:05:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:21 smithi172 ceph-mon[41360]: pgmap v46: 129 pgs: 129 active+clean; 294 MiB data, 885 MiB used, 706 GiB / 715 GiB avail; 12 KiB/s rd, 8.2 MiB/s wr, 823 op/s 2024-09-10T19:05:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:21 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:21 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T19:05:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:21 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:21 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-09-10T19:05:21.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 180958 4.84 MB/sec execute 489 sec latency 53.176 ms 2024-09-10T19:05:22.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:22 smithi067 ceph-mon[57702]: Upgrade: Updating osd.0 2024-09-10T19:05:22.446 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:22 smithi067 ceph-mon[57702]: Deploying daemon osd.0 on smithi067 2024-09-10T19:05:22.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:22 smithi172 ceph-mon[41360]: Upgrade: Updating osd.0 2024-09-10T19:05:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:22 smithi172 ceph-mon[41360]: Deploying daemon osd.0 on smithi067 2024-09-10T19:05:22.871 INFO:teuthology.orchestra.run.smithi067.stdout: 5 181344 4.86 MB/sec execute 490 sec latency 36.036 ms 2024-09-10T19:05:23.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:23 smithi067 ceph-mon[57702]: pgmap v47: 129 pgs: 129 active+clean; 294 MiB data, 885 MiB used, 706 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2024-09-10T19:05:23.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:23 smithi172 ceph-mon[41360]: pgmap v47: 129 pgs: 129 active+clean; 294 MiB data, 885 MiB used, 706 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2024-09-10T19:05:23.872 INFO:teuthology.orchestra.run.smithi067.stdout: 5 181591 4.86 MB/sec execute 491 sec latency 54.667 ms 2024-09-10T19:05:24.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:05:24.266 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:23 smithi067 systemd[1]: Stopping Ceph osd.0 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:05:24.266 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0[29092]: debug 2024-09-10T19:05:24.135+0000 7f5dc5f3d700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:05:24.266 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0[29092]: debug 2024-09-10T19:05:24.135+0000 7f5dc5f3d700 -1 osd.0 68 *** Got signal Terminated *** 2024-09-10T19:05:24.267 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0[29092]: debug 2024-09-10T19:05:24.135+0000 7f5dc5f3d700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:05:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:05:24.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:24 smithi067 podman[62925]: 2024-09-10 19:05:24.270523614 +0000 UTC m=+0.251887003 container died b373bb5aadbe33df98cc233da7c9a0df247170f02f67f07e0570fcdb2c627265 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, GIT_BRANCH=HEAD, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-15.2.13) 2024-09-10T19:05:24.872 INFO:teuthology.orchestra.run.smithi067.stdout: 5 181880 4.86 MB/sec execute 492 sec latency 723.590 ms 2024-09-10T19:05:24.930 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:24 smithi067 podman[62925]: 2024-09-10 19:05:24.660649177 +0000 UTC m=+0.642012560 container cleanup b373bb5aadbe33df98cc233da7c9a0df247170f02f67f07e0570fcdb2c627265 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0, org.label-schema.vendor=CentOS, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.13, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-10T19:05:24.930 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:24 smithi067 bash[62925]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0 2024-09-10T19:05:25.217 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:24 smithi067 podman[62939]: 2024-09-10 19:05:24.929352841 +0000 UTC m=+0.656093511 container remove b373bb5aadbe33df98cc233da7c9a0df247170f02f67f07e0570fcdb2c627265 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.0, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.13, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204) 2024-09-10T19:05:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: pgmap v48: 129 pgs: 129 active+clean; 294 MiB data, 885 MiB used, 706 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2024-09-10T19:05:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 failed (root=default,host=smithi067) (connection refused reported by osd.2) 2024-09-10T19:05:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.1 2024-09-10T19:05:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.1 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.5 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.6 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.4 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.5 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.6 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.4 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.4 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.4 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.5 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.6 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.6 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.1 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.5 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.1 2024-09-10T19:05:25.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:25 smithi172 ceph-mon[41360]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:25 smithi067 podman[63040]: 2024-09-10 19:05:25.286913765 +0000 UTC m=+0.016539952 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:05:25.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:25 smithi067 podman[63040]: 2024-09-10 19:05:25.455343639 +0000 UTC m=+0.184969813 container create b699e5effc4b217d1f3a4e66a781a222f0c0487203cff54e52e60f805c3e3feb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux ) 2024-09-10T19:05:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: pgmap v48: 129 pgs: 129 active+clean; 294 MiB data, 885 MiB used, 706 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 469 op/s 2024-09-10T19:05:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 failed (root=default,host=smithi067) (connection refused reported by osd.2) 2024-09-10T19:05:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.1 2024-09-10T19:05:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.1 2024-09-10T19:05:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.5 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.6 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.4 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.5 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.6 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.4 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.4 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.4 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.5 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.6 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.6 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.1 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.5 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.1 2024-09-10T19:05:25.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.3 2024-09-10T19:05:25.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.2 2024-09-10T19:05:25.528 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:25 smithi067 ceph-mon[57702]: osd.0 reported immediately failed by osd.7 2024-09-10T19:05:25.872 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:25 smithi067 podman[63040]: 2024-09-10 19:05:25.691142876 +0000 UTC m=+0.420769051 container init b699e5effc4b217d1f3a4e66a781a222f0c0487203cff54e52e60f805c3e3feb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-10T19:05:25.872 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:25 smithi067 podman[63040]: 2024-09-10 19:05:25.694520401 +0000 UTC m=+0.424146582 container start b699e5effc4b217d1f3a4e66a781a222f0c0487203cff54e52e60f805c3e3feb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:05:25.872 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:25 smithi067 podman[63040]: 2024-09-10 19:05:25.757707445 +0000 UTC m=+0.487333630 container attach b699e5effc4b217d1f3a4e66a781a222f0c0487203cff54e52e60f805c3e3feb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-10T19:05:25.873 INFO:teuthology.orchestra.run.smithi067.stdout: 5 181880 4.85 MB/sec execute 493 sec latency 1723.622 ms 2024-09-10T19:05:26.162 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:25 smithi067 podman[63040]: 2024-09-10 19:05:25.871412671 +0000 UTC m=+0.601038850 container died b699e5effc4b217d1f3a4e66a781a222f0c0487203cff54e52e60f805c3e3feb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True) 2024-09-10T19:05:26.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:26 smithi067 ceph-mon[57702]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:05:26.488 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:26 smithi067 ceph-mon[57702]: osdmap e69: 8 total, 7 up, 8 in 2024-09-10T19:05:26.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:26 smithi172 ceph-mon[41360]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:05:26.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:26 smithi172 ceph-mon[41360]: osdmap e69: 8 total, 7 up, 8 in 2024-09-10T19:05:26.775 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:26 smithi067 podman[63061]: 2024-09-10 19:05:26.487054875 +0000 UTC m=+0.609535368 container remove b699e5effc4b217d1f3a4e66a781a222f0c0487203cff54e52e60f805c3e3feb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True) 2024-09-10T19:05:26.775 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:26 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-10T19:05:26.775 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:26 smithi067 systemd[1]: Stopped Ceph osd.0 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:05:26.775 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:26 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.0.service: Consumed 1.193s CPU time. 2024-09-10T19:05:26.872 INFO:teuthology.orchestra.run.smithi067.stdout: 5 182102 4.85 MB/sec execute 494 sec latency 2107.651 ms 2024-09-10T19:05:27.045 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:26 smithi067 systemd[1]: Starting Ceph osd.0 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:05:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:27 smithi172 ceph-mon[41360]: pgmap v50: 129 pgs: 16 stale+active+clean, 113 active+clean; 303 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 572 op/s 2024-09-10T19:05:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:27 smithi172 ceph-mon[41360]: mgrmap e47: smithi067.mpnsbx(active, since 98s), standbys: smithi172.viqcsa 2024-09-10T19:05:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:27 smithi172 ceph-mon[41360]: osdmap e70: 8 total, 7 up, 8 in 2024-09-10T19:05:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-mon[57702]: pgmap v50: 129 pgs: 16 stale+active+clean, 113 active+clean; 303 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 572 op/s 2024-09-10T19:05:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-mon[57702]: mgrmap e47: smithi067.mpnsbx(active, since 98s), standbys: smithi172.viqcsa 2024-09-10T19:05:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-mon[57702]: osdmap e70: 8 total, 7 up, 8 in 2024-09-10T19:05:27.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 podman[63193]: 2024-09-10 19:05:26.948091389 +0000 UTC m=+0.022100601 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:05:27.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 podman[63193]: 2024-09-10 19:05:27.096986677 +0000 UTC m=+0.170995881 container create e380f820a44e1338e37f12efeb87bcad3f398f8a8e442cfa7ebebb8ce2eed648 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:05:27.872 INFO:teuthology.orchestra.run.smithi067.stdout: 5 182551 4.86 MB/sec execute 495 sec latency 31.227 ms 2024-09-10T19:05:27.939 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 podman[63193]: 2024-09-10 19:05:27.55891755 +0000 UTC m=+0.632926767 container init e380f820a44e1338e37f12efeb87bcad3f398f8a8e442cfa7ebebb8ce2eed648 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-10T19:05:27.939 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 podman[63193]: 2024-09-10 19:05:27.563404257 +0000 UTC m=+0.637413468 container start e380f820a44e1338e37f12efeb87bcad3f398f8a8e442cfa7ebebb8ce2eed648 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:05:27.939 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 podman[63193]: 2024-09-10 19:05:27.667068397 +0000 UTC m=+0.741077616 container attach e380f820a44e1338e37f12efeb87bcad3f398f8a8e442cfa7ebebb8ce2eed648 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T19:05:28.275 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate[63206]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 bash[63193]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate[63206]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 bash[63193]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate[63206]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 bash[63193]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate[63206]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 bash[63193]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate[63206]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 bash[63193]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate[63206]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 bash[63193]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate[63206]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-10T19:05:28.276 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:27 smithi067 bash[63193]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-10T19:05:28.277 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:28 smithi067 podman[63193]: 2024-09-10 19:05:28.002223192 +0000 UTC m=+1.076232408 container died e380f820a44e1338e37f12efeb87bcad3f398f8a8e442cfa7ebebb8ce2eed648 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:05:28.872 INFO:teuthology.orchestra.run.smithi067.stdout: 5 183056 4.87 MB/sec execute 496 sec latency 70.322 ms 2024-09-10T19:05:28.957 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:28 smithi067 podman[63331]: 2024-09-10 19:05:28.697542917 +0000 UTC m=+0.687167180 container remove e380f820a44e1338e37f12efeb87bcad3f398f8a8e442cfa7ebebb8ce2eed648 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-10T19:05:28.958 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:28 smithi067 podman[63386]: 2024-09-10 19:05:28.845161796 +0000 UTC m=+0.024982554 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:05:28.958 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:28 smithi067 podman[63386]: 2024-09-10 19:05:28.957018281 +0000 UTC m=+0.136839021 container create 256399796a5f6fcf4d7466ca55d43f5cf2f976b11a51cad2a8940d3c6aa50559 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-10T19:05:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:29 smithi172 ceph-mon[41360]: pgmap v52: 129 pgs: 16 stale+active+clean, 113 active+clean; 303 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.4 MiB/s wr, 376 op/s 2024-09-10T19:05:29.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:29 smithi067 ceph-mon[57702]: pgmap v52: 129 pgs: 16 stale+active+clean, 113 active+clean; 303 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 5.0 KiB/s rd, 4.4 MiB/s wr, 376 op/s 2024-09-10T19:05:29.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:29 smithi067 podman[63386]: 2024-09-10 19:05:29.218221509 +0000 UTC m=+0.398042258 container init 256399796a5f6fcf4d7466ca55d43f5cf2f976b11a51cad2a8940d3c6aa50559 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-10T19:05:29.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:29 smithi067 podman[63386]: 2024-09-10 19:05:29.222639032 +0000 UTC m=+0.402459777 container start 256399796a5f6fcf4d7466ca55d43f5cf2f976b11a51cad2a8940d3c6aa50559 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-10T19:05:29.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:29 smithi067 ceph-osd[63402]: -- 172.21.15.67:0/3997710499 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a492f26d00 con 0x55a492ef9000 2024-09-10T19:05:29.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:29 smithi067 bash[63386]: 256399796a5f6fcf4d7466ca55d43f5cf2f976b11a51cad2a8940d3c6aa50559 2024-09-10T19:05:29.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:29 smithi067 systemd[1]: Started Ceph osd.0 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:05:29.873 INFO:teuthology.orchestra.run.smithi067.stdout: 5 183549 4.89 MB/sec execute 497 sec latency 31.434 ms 2024-09-10T19:05:30.025 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0[63400]: 2024-09-10T19:05:29.767+0000 7f8091d3b440 -1 Falling back to public interface 2024-09-10T19:05:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:05:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:30.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:30.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:30.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:30.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:05:30.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:30.873 INFO:teuthology.orchestra.run.smithi067.stdout: 5 183875 4.90 MB/sec execute 498 sec latency 37.194 ms 2024-09-10T19:05:31.486 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:31 smithi067 ceph-mon[57702]: pgmap v53: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 650 op/s; 199/1473 objects degraded (13.510%) 2024-09-10T19:05:31.487 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:31 smithi067 ceph-mon[57702]: Health check failed: Degraded data redundancy: 199/1473 objects degraded (13.510%), 28 pgs degraded (PG_DEGRADED) 2024-09-10T19:05:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:31 smithi172 ceph-mon[41360]: pgmap v53: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 650 op/s; 199/1473 objects degraded (13.510%) 2024-09-10T19:05:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:31 smithi172 ceph-mon[41360]: Health check failed: Degraded data redundancy: 199/1473 objects degraded (13.510%), 28 pgs degraded (PG_DEGRADED) 2024-09-10T19:05:31.873 INFO:teuthology.orchestra.run.smithi067.stdout: 5 184317 4.93 MB/sec execute 499 sec latency 37.274 ms 2024-09-10T19:05:32.873 INFO:teuthology.orchestra.run.smithi067.stdout: 5 184706 4.95 MB/sec execute 500 sec latency 47.121 ms 2024-09-10T19:05:33.517 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:33 smithi067 ceph-mon[57702]: pgmap v54: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 650 op/s; 199/1473 objects degraded (13.510%) 2024-09-10T19:05:33.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:33 smithi172 ceph-mon[41360]: pgmap v54: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 650 op/s; 199/1473 objects degraded (13.510%) 2024-09-10T19:05:33.873 INFO:teuthology.orchestra.run.smithi067.stdout: 5 184961 4.95 MB/sec execute 501 sec latency 59.885 ms 2024-09-10T19:05:34.873 INFO:teuthology.orchestra.run.smithi067.stdout: 5 185195 4.94 MB/sec execute 502 sec latency 63.437 ms 2024-09-10T19:05:35.240 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:34 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0[63400]: 2024-09-10T19:05:34.872+0000 7f8091d3b440 -1 osd.0 0 read_superblock omap replica is missing. 2024-09-10T19:05:35.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:35 smithi172 ceph-mon[41360]: pgmap v55: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.8 MiB/s wr, 256 op/s; 199/1473 objects degraded (13.510%) 2024-09-10T19:05:35.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:35 smithi067 ceph-mon[57702]: pgmap v55: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 297 MiB data, 895 MiB used, 706 GiB / 715 GiB avail; 3.4 KiB/s rd, 1.8 MiB/s wr, 256 op/s; 199/1473 objects degraded (13.510%) 2024-09-10T19:05:35.873 INFO:teuthology.orchestra.run.smithi067.stdout: 5 185456 4.94 MB/sec execute 503 sec latency 68.127 ms 2024-09-10T19:05:36.247 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:35 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0[63400]: 2024-09-10T19:05:35.890+0000 7f8091d3b440 -1 osd.0 68 log_to_monitors true 2024-09-10T19:05:36.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:36 smithi172 ceph-mon[41360]: from='osd.0 [v2:172.21.15.67:6802/655588588,v1:172.21.15.67:6803/655588588]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T19:05:36.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:36 smithi067 ceph-mon[57702]: from='osd.0 [v2:172.21.15.67:6802/655588588,v1:172.21.15.67:6803/655588588]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T19:05:36.525 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:05:36 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0[63400]: 2024-09-10T19:05:36.262+0000 7f8086ae1640 -1 osd.0 68 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:05:36.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 186128 4.96 MB/sec execute 504 sec latency 32.154 ms 2024-09-10T19:05:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:37 smithi172 ceph-mon[41360]: pgmap v56: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 304 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 495 op/s; 216/1599 objects degraded (13.508%) 2024-09-10T19:05:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:37 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 216/1599 objects degraded (13.508%), 28 pgs degraded (PG_DEGRADED) 2024-09-10T19:05:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:37 smithi172 ceph-mon[41360]: from='osd.0 [v2:172.21.15.67:6802/655588588,v1:172.21.15.67:6803/655588588]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T19:05:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:37 smithi172 ceph-mon[41360]: osdmap e71: 8 total, 7 up, 8 in 2024-09-10T19:05:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:37 smithi172 ceph-mon[41360]: from='osd.0 [v2:172.21.15.67:6802/655588588,v1:172.21.15.67:6803/655588588]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:05:37.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:37 smithi067 ceph-mon[57702]: pgmap v56: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 304 MiB data, 914 MiB used, 706 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.9 MiB/s wr, 495 op/s; 216/1599 objects degraded (13.508%) 2024-09-10T19:05:37.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:37 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 216/1599 objects degraded (13.508%), 28 pgs degraded (PG_DEGRADED) 2024-09-10T19:05:37.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:37 smithi067 ceph-mon[57702]: from='osd.0 [v2:172.21.15.67:6802/655588588,v1:172.21.15.67:6803/655588588]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T19:05:37.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:37 smithi067 ceph-mon[57702]: osdmap e71: 8 total, 7 up, 8 in 2024-09-10T19:05:37.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:37 smithi067 ceph-mon[57702]: from='osd.0 [v2:172.21.15.67:6802/655588588,v1:172.21.15.67:6803/655588588]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:05:37.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 186459 4.97 MB/sec execute 505 sec latency 624.548 ms 2024-09-10T19:05:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:05:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: osd.0 [v2:172.21.15.67:6802/655588588,v1:172.21.15.67:6803/655588588] boot 2024-09-10T19:05:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: osdmap e72: 8 total, 8 up, 8 in 2024-09-10T19:05:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:05:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:38.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:38.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:38.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:05:38.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:38 smithi172 ceph-mon[41360]: osdmap e73: 8 total, 8 up, 8 in 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: osd.0 [v2:172.21.15.67:6802/655588588,v1:172.21.15.67:6803/655588588] boot 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: osdmap e72: 8 total, 8 up, 8 in 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:05:38.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:38 smithi067 ceph-mon[57702]: osdmap e73: 8 total, 8 up, 8 in 2024-09-10T19:05:38.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 186459 4.96 MB/sec execute 506 sec latency 1624.622 ms 2024-09-10T19:05:39.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:39 smithi067 ceph-mon[57702]: pgmap v59: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 304 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 4.2 MiB/s wr, 345 op/s; 216/1599 objects degraded (13.508%) 2024-09-10T19:05:39.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:39.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:05:39.418 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:39 smithi067 ceph-mon[57702]: osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:05:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:39 smithi172 ceph-mon[41360]: pgmap v59: 129 pgs: 21 active+undersized, 28 active+undersized+degraded, 80 active+clean; 304 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 4.2 KiB/s rd, 4.2 MiB/s wr, 345 op/s; 216/1599 objects degraded (13.508%) 2024-09-10T19:05:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:05:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:39 smithi172 ceph-mon[41360]: osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:05:39.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 186689 4.96 MB/sec execute 507 sec latency 2245.778 ms 2024-09-10T19:05:40.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 186936 4.96 MB/sec execute 508 sec latency 616.160 ms 2024-09-10T19:05:41.380 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:41 smithi067 ceph-mon[57702]: pgmap v62: 129 pgs: 1 active+recovering+degraded, 6 remapped+peering, 2 active+recovery_wait+degraded, 7 active+undersized, 7 active+undersized+degraded, 106 active+clean; 289 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 568 op/s; 96/1506 objects degraded (6.375%); 96 KiB/s, 13 objects/s recovering 2024-09-10T19:05:41.380 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:41 smithi067 ceph-mon[57702]: osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:05:41.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:41 smithi172 ceph-mon[41360]: pgmap v62: 129 pgs: 1 active+recovering+degraded, 6 remapped+peering, 2 active+recovery_wait+degraded, 7 active+undersized, 7 active+undersized+degraded, 106 active+clean; 289 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 568 op/s; 96/1506 objects degraded (6.375%); 96 KiB/s, 13 objects/s recovering 2024-09-10T19:05:41.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:41 smithi172 ceph-mon[41360]: osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:05:41.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 187222 4.97 MB/sec execute 509 sec latency 1046.576 ms 2024-09-10T19:05:42.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: osdmap e76: 8 total, 8 up, 8 in 2024-09-10T19:05:42.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:42.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:42.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:42.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:42.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:05:42.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:42.752 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:05:42.753 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:42.753 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:05:42.753 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:42.753 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:42.753 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:42.753 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:05:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: osdmap e76: 8 total, 8 up, 8 in 2024-09-10T19:05:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:05:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:42.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:05:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:05:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:05:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:42.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:05:42.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 187754 5.00 MB/sec execute 510 sec latency 28.870 ms 2024-09-10T19:05:43.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:43 smithi172 ceph-mon[41360]: pgmap v65: 129 pgs: 2 active+recovering+degraded, 6 remapped+peering, 3 active+recovery_wait+degraded, 118 active+clean; 289 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 600 op/s; 52/1536 objects degraded (3.385%); 190 KiB/s, 25 objects/s recovering 2024-09-10T19:05:43.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:43 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:05:43.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:43 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:05:43.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:43 smithi172 ceph-mon[41360]: Upgrade: unsafe to stop osd(s) at this time (2 PGs are or would become offline) 2024-09-10T19:05:43.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:43 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 52/1536 objects degraded (3.385%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T19:05:43.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:43 smithi067 ceph-mon[57702]: pgmap v65: 129 pgs: 2 active+recovering+degraded, 6 remapped+peering, 3 active+recovery_wait+degraded, 118 active+clean; 289 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 600 op/s; 52/1536 objects degraded (3.385%); 190 KiB/s, 25 objects/s recovering 2024-09-10T19:05:43.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:43 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:05:43.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:43 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:05:43.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:43 smithi067 ceph-mon[57702]: Upgrade: unsafe to stop osd(s) at this time (2 PGs are or would become offline) 2024-09-10T19:05:43.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:43 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 52/1536 objects degraded (3.385%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T19:05:43.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 188238 5.02 MB/sec execute 511 sec latency 406.780 ms 2024-09-10T19:05:44.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:44 smithi172 ceph-mon[41360]: osdmap e77: 8 total, 8 up, 8 in 2024-09-10T19:05:44.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:44 smithi067 ceph-mon[57702]: osdmap e77: 8 total, 8 up, 8 in 2024-09-10T19:05:44.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 188586 5.03 MB/sec execute 512 sec latency 860.668 ms 2024-09-10T19:05:45.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:45 smithi172 ceph-mon[41360]: pgmap v67: 129 pgs: 2 active+recovering+degraded, 6 remapped+peering, 3 active+recovery_wait+degraded, 118 active+clean; 289 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 405 KiB/s wr, 28 op/s; 52/1536 objects degraded (3.385%); 82 KiB/s, 10 objects/s recovering 2024-09-10T19:05:45.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:45 smithi172 ceph-mon[41360]: osdmap e78: 8 total, 8 up, 8 in 2024-09-10T19:05:45.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:45 smithi067 ceph-mon[57702]: pgmap v67: 129 pgs: 2 active+recovering+degraded, 6 remapped+peering, 3 active+recovery_wait+degraded, 118 active+clean; 289 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 405 KiB/s wr, 28 op/s; 52/1536 objects degraded (3.385%); 82 KiB/s, 10 objects/s recovering 2024-09-10T19:05:45.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:45 smithi067 ceph-mon[57702]: osdmap e78: 8 total, 8 up, 8 in 2024-09-10T19:05:45.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 189033 5.04 MB/sec execute 513 sec latency 55.256 ms 2024-09-10T19:05:46.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:46 smithi172 ceph-mon[41360]: pgmap v69: 129 pgs: 1 active+recovering+degraded, 2 remapped+peering, 1 active+recovery_wait+degraded, 125 active+clean; 300 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.8 MiB/s wr, 436 op/s; 18/1647 objects degraded (1.093%); 2.2 MiB/s, 20 objects/s recovering 2024-09-10T19:05:46.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:46 smithi067 ceph-mon[57702]: pgmap v69: 129 pgs: 1 active+recovering+degraded, 2 remapped+peering, 1 active+recovery_wait+degraded, 125 active+clean; 300 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.8 MiB/s wr, 436 op/s; 18/1647 objects degraded (1.093%); 2.2 MiB/s, 20 objects/s recovering 2024-09-10T19:05:46.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 189567 5.05 MB/sec execute 514 sec latency 39.325 ms 2024-09-10T19:05:47.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 190005 5.06 MB/sec execute 515 sec latency 34.411 ms 2024-09-10T19:05:48.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:47 smithi172 ceph-mon[41360]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 18/1647 objects degraded (1.093%), 2 pgs degraded) 2024-09-10T19:05:48.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:47 smithi172 ceph-mon[41360]: Cluster is now healthy 2024-09-10T19:05:48.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:47 smithi067 ceph-mon[57702]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 18/1647 objects degraded (1.093%), 2 pgs degraded) 2024-09-10T19:05:48.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:47 smithi067 ceph-mon[57702]: Cluster is now healthy 2024-09-10T19:05:48.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 190548 5.08 MB/sec execute 516 sec latency 34.959 ms 2024-09-10T19:05:49.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:48 smithi172 ceph-mon[41360]: pgmap v70: 129 pgs: 129 active+clean; 300 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 4.3 KiB/s rd, 4.6 MiB/s wr, 387 op/s; 2.0 MiB/s, 19 objects/s recovering 2024-09-10T19:05:49.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:48 smithi067 ceph-mon[57702]: pgmap v70: 129 pgs: 129 active+clean; 300 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 4.3 KiB/s rd, 4.6 MiB/s wr, 387 op/s; 2.0 MiB/s, 19 objects/s recovering 2024-09-10T19:05:49.489 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:05:49.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 190978 5.10 MB/sec execute 517 sec latency 42.527 ms 2024-09-10T19:05:50.410 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (14m) 13s ago 16m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (51s) 13s ago 15m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (45s) 39s ago 15m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (14m) 13s ago 15m 39.2M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (11m) 13s ago 10m 37.4M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (10m) 39s ago 10m 17.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (5m) 13s ago 17m 446M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (2m) 39s ago 15m 398M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (2m) 13s ago 17m 56.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (98s) 39s ago 16m 50.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (8m) 13s ago 8m 137M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:05:50.411 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (8m) 39s ago 8m 86.2M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (15m) 13s ago 15m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (15m) 39s ago 15m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (21s) 13s ago 15m 12.7M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (14m) 13s ago 14m 295M 4096M 15.2.13 2cf504fded39 632807555ef8 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (14m) 13s ago 14m 151M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (13m) 13s ago 13m 312M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (13m) 39s ago 13m 334M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (13m) 39s ago 13m 388M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (12m) 39s ago 12m 326M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (12m) 39s ago 12m 253M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:05:50.412 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (5m) 13s ago 14m 55.3M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:05:50.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 191298 5.11 MB/sec execute 518 sec latency 69.968 ms 2024-09-10T19:05:50.956 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:05:50.956 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:05:50.956 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:05:50.956 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:05:50.956 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:05:50.956 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:05:50.957 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 9, 2024-09-10T19:05:50.958 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T19:05:50.958 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:05:50.958 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:05:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: pgmap v71: 129 pgs: 129 active+clean; 294 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 736 op/s; 1.6 MiB/s, 16 objects/s recovering 2024-09-10T19:05:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:51.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='client.34196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: pgmap v71: 129 pgs: 129 active+clean; 294 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 736 op/s; 1.6 MiB/s, 16 objects/s recovering 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='client.34200 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:51.417 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:05:51.417 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:05:51.417 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "7/23 daemons upgraded", 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:05:51.418 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:05:51.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 191664 5.12 MB/sec execute 519 sec latency 41.118 ms 2024-09-10T19:05:52.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:51 smithi172 ceph-mon[41360]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:52.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:51 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/1071218430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:52.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:51 smithi067 ceph-mon[57702]: from='client.34204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:52.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:51 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/1071218430' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:52.874 INFO:teuthology.orchestra.run.smithi067.stdout: 5 192294 5.14 MB/sec execute 520 sec latency 39.975 ms 2024-09-10T19:05:53.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:52 smithi172 ceph-mon[41360]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:53.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:52 smithi172 ceph-mon[41360]: pgmap v72: 129 pgs: 129 active+clean; 296 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.5 MiB/s wr, 722 op/s; 1.5 MiB/s, 15 objects/s recovering 2024-09-10T19:05:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:52 smithi067 ceph-mon[57702]: from='client.34212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:52 smithi067 ceph-mon[57702]: pgmap v72: 129 pgs: 129 active+clean; 296 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.6 KiB/s rd, 7.5 MiB/s wr, 722 op/s; 1.5 MiB/s, 15 objects/s recovering 2024-09-10T19:05:53.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 193161 5.16 MB/sec execute 521 sec latency 33.633 ms 2024-09-10T19:05:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:05:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:05:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:05:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:05:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:05:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:05:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:05:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:05:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:05:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:05:54.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 194160 5.20 MB/sec execute 522 sec latency 28.068 ms 2024-09-10T19:05:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:54 smithi172 ceph-mon[41360]: pgmap v73: 129 pgs: 129 active+clean; 296 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 614 op/s; 1.3 MiB/s, 12 objects/s recovering 2024-09-10T19:05:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:54 smithi067 ceph-mon[57702]: pgmap v73: 129 pgs: 129 active+clean; 296 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.4 MiB/s wr, 614 op/s; 1.3 MiB/s, 12 objects/s recovering 2024-09-10T19:05:55.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 194583 5.23 MB/sec execute 523 sec latency 56.517 ms 2024-09-10T19:05:56.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 195015 5.24 MB/sec execute 524 sec latency 37.927 ms 2024-09-10T19:05:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:56 smithi172 ceph-mon[41360]: pgmap v74: 129 pgs: 129 active+clean; 299 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.2 MiB/s wr, 652 op/s; 108 KiB/s, 5 objects/s recovering 2024-09-10T19:05:57.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:56 smithi067 ceph-mon[57702]: pgmap v74: 129 pgs: 129 active+clean; 299 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.2 MiB/s wr, 652 op/s; 108 KiB/s, 5 objects/s recovering 2024-09-10T19:05:57.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 195510 5.26 MB/sec execute 525 sec latency 48.031 ms 2024-09-10T19:05:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:57 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:05:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:57 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:05:58.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:57 smithi172 ceph-mon[41360]: Upgrade: osd.1 is safe to restart 2024-09-10T19:05:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:57 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:05:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:57 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-10T19:05:58.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:57 smithi067 ceph-mon[57702]: Upgrade: osd.1 is safe to restart 2024-09-10T19:05:58.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 196142 5.28 MB/sec execute 526 sec latency 34.196 ms 2024-09-10T19:05:59.258 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:58 smithi067 ceph-mon[57702]: pgmap v75: 129 pgs: 129 active+clean; 294 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.6 MiB/s wr, 654 op/s; 104 KiB/s, 5 objects/s recovering 2024-09-10T19:05:59.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:59.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:05:59.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:59.259 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:05:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:58 smithi172 ceph-mon[41360]: pgmap v75: 129 pgs: 129 active+clean; 294 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.6 MiB/s wr, 654 op/s; 104 KiB/s, 5 objects/s recovering 2024-09-10T19:05:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:05:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T19:05:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:05:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-09-10T19:05:59.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 196602 5.28 MB/sec execute 527 sec latency 45.245 ms 2024-09-10T19:06:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:59 smithi172 ceph-mon[41360]: Upgrade: Updating osd.1 2024-09-10T19:06:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:05:59 smithi172 ceph-mon[41360]: Deploying daemon osd.1 on smithi067 2024-09-10T19:06:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:59 smithi067 ceph-mon[57702]: Upgrade: Updating osd.1 2024-09-10T19:06:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:05:59 smithi067 ceph-mon[57702]: Deploying daemon osd.1 on smithi067 2024-09-10T19:06:00.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 196839 5.28 MB/sec execute 528 sec latency 56.545 ms 2024-09-10T19:06:01.138 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:00 smithi067 ceph-mon[57702]: pgmap v76: 129 pgs: 129 active+clean; 300 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 14 KiB/s rd, 9.2 MiB/s wr, 961 op/s 2024-09-10T19:06:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:00 smithi172 ceph-mon[41360]: pgmap v76: 129 pgs: 129 active+clean; 300 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 14 KiB/s rd, 9.2 MiB/s wr, 961 op/s 2024-09-10T19:06:01.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 197231 5.29 MB/sec execute 529 sec latency 56.492 ms 2024-09-10T19:06:02.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 197524 5.30 MB/sec execute 530 sec latency 61.894 ms 2024-09-10T19:06:03.020 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:02 smithi172 ceph-mon[41360]: pgmap v77: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.3 MiB/s wr, 697 op/s 2024-09-10T19:06:03.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:02 smithi067 ceph-mon[57702]: pgmap v77: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.3 MiB/s wr, 697 op/s 2024-09-10T19:06:03.025 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:02 smithi067 systemd[1]: Stopping Ceph osd.1 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:06:03.025 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1[30992]: debug 2024-09-10T19:06:02.970+0000 7f22c2caf700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:06:03.026 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1[30992]: debug 2024-09-10T19:06:02.970+0000 7f22c2caf700 -1 osd.1 78 *** Got signal Terminated *** 2024-09-10T19:06:03.026 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:02 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1[30992]: debug 2024-09-10T19:06:02.970+0000 7f22c2caf700 -1 osd.1 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:06:03.403 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:03 smithi067 podman[65277]: 2024-09-10 19:06:03.105787286 +0000 UTC m=+0.275283211 container died 632807555ef8c188feb0dc631f114ed5446d170595d5a31800e969d7532d1f43 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.13, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809) 2024-09-10T19:06:03.687 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:03 smithi067 podman[65277]: 2024-09-10 19:06:03.501293742 +0000 UTC m=+0.670789654 container cleanup 632807555ef8c188feb0dc631f114ed5446d170595d5a31800e969d7532d1f43 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.13, RELEASE=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20201204, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809) 2024-09-10T19:06:03.687 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:03 smithi067 bash[65277]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1 2024-09-10T19:06:03.875 INFO:teuthology.orchestra.run.smithi067.stdout: 5 197611 5.29 MB/sec execute 531 sec latency 900.654 ms 2024-09-10T19:06:04.025 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:03 smithi067 podman[65290]: 2024-09-10 19:06:03.686151931 +0000 UTC m=+0.575494803 container remove 632807555ef8c188feb0dc631f114ed5446d170595d5a31800e969d7532d1f43 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.1, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, RELEASE=HEAD, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.13, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204) 2024-09-10T19:06:04.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 failed (root=default,host=smithi067) (connection refused reported by osd.2) 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:03 smithi067 ceph-mon[57702]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 failed (root=default,host=smithi067) (connection refused reported by osd.2) 2024-09-10T19:06:04.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.2 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.0 2024-09-10T19:06:04.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.7 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.3 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.4 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.5 2024-09-10T19:06:04.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:03 smithi172 ceph-mon[41360]: osd.1 reported immediately failed by osd.6 2024-09-10T19:06:04.525 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:04 smithi067 podman[65395]: 2024-09-10 19:06:04.12483638 +0000 UTC m=+0.016543288 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:06:04.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 197611 5.28 MB/sec execute 532 sec latency 1900.709 ms 2024-09-10T19:06:04.882 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:04 smithi067 podman[65395]: 2024-09-10 19:06:04.553969969 +0000 UTC m=+0.445676923 container create 182c19947cfbb923d9f910fc1dd8d0a1d2009291ee385f54979a58f7f6f55484 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:06:04.882 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:04 smithi067 podman[65395]: 2024-09-10 19:06:04.798143292 +0000 UTC m=+0.689850203 container init 182c19947cfbb923d9f910fc1dd8d0a1d2009291ee385f54979a58f7f6f55484 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-10T19:06:04.882 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:04 smithi067 podman[65395]: 2024-09-10 19:06:04.801992321 +0000 UTC m=+0.693699232 container start 182c19947cfbb923d9f910fc1dd8d0a1d2009291ee385f54979a58f7f6f55484 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-10T19:06:04.882 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:04 smithi067 podman[65395]: 2024-09-10 19:06:04.88122977 +0000 UTC m=+0.772936681 container attach 182c19947cfbb923d9f910fc1dd8d0a1d2009291ee385f54979a58f7f6f55484 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-10T19:06:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:04 smithi172 ceph-mon[41360]: pgmap v78: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.8 MiB/s wr, 676 op/s 2024-09-10T19:06:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:04 smithi172 ceph-mon[41360]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:06:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:04 smithi172 ceph-mon[41360]: osdmap e79: 8 total, 7 up, 8 in 2024-09-10T19:06:05.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:04 smithi067 ceph-mon[57702]: pgmap v78: 129 pgs: 129 active+clean; 298 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.8 MiB/s wr, 676 op/s 2024-09-10T19:06:05.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:04 smithi067 ceph-mon[57702]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:06:05.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:04 smithi067 ceph-mon[57702]: osdmap e79: 8 total, 7 up, 8 in 2024-09-10T19:06:05.275 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:04 smithi067 podman[65395]: 2024-09-10 19:06:04.996978549 +0000 UTC m=+0.888685464 container died 182c19947cfbb923d9f910fc1dd8d0a1d2009291ee385f54979a58f7f6f55484 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:06:05.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 198250 5.31 MB/sec execute 533 sec latency 2005.257 ms 2024-09-10T19:06:05.944 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:05 smithi067 podman[65417]: 2024-09-10 19:06:05.620110407 +0000 UTC m=+0.613130064 container remove 182c19947cfbb923d9f910fc1dd8d0a1d2009291ee385f54979a58f7f6f55484 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-10T19:06:05.945 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:05 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-10T19:06:05.945 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:05 smithi067 systemd[1]: Stopped Ceph osd.1 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:06:05.945 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:05 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.1.service: Consumed 1.242s CPU time. 2024-09-10T19:06:05.945 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:05 smithi067 systemd[1]: Starting Ceph osd.1 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:06:06.208 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:05 smithi067 ceph-mon[57702]: osdmap e80: 8 total, 7 up, 8 in 2024-09-10T19:06:06.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:05 smithi172 ceph-mon[41360]: osdmap e80: 8 total, 7 up, 8 in 2024-09-10T19:06:06.500 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 podman[65509]: 2024-09-10 19:06:06.110985943 +0000 UTC m=+0.025125430 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:06:06.500 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 podman[65509]: 2024-09-10 19:06:06.238653456 +0000 UTC m=+0.152792945 container create 793382e7e33ac17cea4d7131f80d0269ddb865a7e6e9e30ecb3dbe5b14540706 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-10T19:06:06.500 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 podman[65509]: 2024-09-10 19:06:06.499354096 +0000 UTC m=+0.413493609 container init 793382e7e33ac17cea4d7131f80d0269ddb865a7e6e9e30ecb3dbe5b14540706 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, CEPH_POINT_RELEASE=) 2024-09-10T19:06:06.775 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 podman[65509]: 2024-09-10 19:06:06.504652936 +0000 UTC m=+0.418792428 container start 793382e7e33ac17cea4d7131f80d0269ddb865a7e6e9e30ecb3dbe5b14540706 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux ) 2024-09-10T19:06:06.775 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 podman[65509]: 2024-09-10 19:06:06.607770193 +0000 UTC m=+0.521909691 container attach 793382e7e33ac17cea4d7131f80d0269ddb865a7e6e9e30ecb3dbe5b14540706 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-10T19:06:06.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 198948 5.34 MB/sec execute 534 sec latency 27.098 ms 2024-09-10T19:06:07.263 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:06 smithi067 ceph-mon[57702]: pgmap v81: 129 pgs: 18 stale+active+clean, 111 active+clean; 293 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 755 op/s 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate[65524]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 bash[65509]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate[65524]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 bash[65509]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate[65524]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 bash[65509]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate[65524]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 bash[65509]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate[65524]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 bash[65509]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate[65524]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 bash[65509]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T19:06:07.264 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate[65524]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-10T19:06:07.265 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 bash[65509]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-10T19:06:07.265 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:06 smithi067 podman[65509]: 2024-09-10 19:06:06.946658669 +0000 UTC m=+0.860798163 container died 793382e7e33ac17cea4d7131f80d0269ddb865a7e6e9e30ecb3dbe5b14540706 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-10T19:06:07.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:06 smithi172 ceph-mon[41360]: pgmap v81: 129 pgs: 18 stale+active+clean, 111 active+clean; 293 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 755 op/s 2024-09-10T19:06:07.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 199467 5.36 MB/sec execute 535 sec latency 28.477 ms 2024-09-10T19:06:07.973 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:07 smithi067 podman[65656]: 2024-09-10 19:06:07.588480002 +0000 UTC m=+0.633156636 container remove 793382e7e33ac17cea4d7131f80d0269ddb865a7e6e9e30ecb3dbe5b14540706 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-activate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0) 2024-09-10T19:06:07.974 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:07 smithi067 podman[65743]: 2024-09-10 19:06:07.739924021 +0000 UTC m=+0.022467605 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:06:07.974 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:07 smithi067 podman[65743]: 2024-09-10 19:06:07.972971166 +0000 UTC m=+0.255514749 container create fcca3053ce8e333ac62ffea67f7bcfc519570d508f0e6d1a562d16b24c175b09 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=) 2024-09-10T19:06:08.235 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:08 smithi067 ceph-mon[57702]: Health check failed: Degraded data redundancy: 18/1494 objects degraded (1.205%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:08.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:08 smithi172 ceph-mon[41360]: Health check failed: Degraded data redundancy: 18/1494 objects degraded (1.205%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:08.525 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:08 smithi067 podman[65743]: 2024-09-10 19:06:08.234126726 +0000 UTC m=+0.516670308 container init fcca3053ce8e333ac62ffea67f7bcfc519570d508f0e6d1a562d16b24c175b09 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-10T19:06:08.525 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:08 smithi067 podman[65743]: 2024-09-10 19:06:08.238428643 +0000 UTC m=+0.520972227 container start fcca3053ce8e333ac62ffea67f7bcfc519570d508f0e6d1a562d16b24c175b09 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-10T19:06:08.525 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:08 smithi067 ceph-osd[65760]: -- 172.21.15.67:0/1360692914 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56024e0fed00 con 0x56024e0d0c00 2024-09-10T19:06:08.525 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:08 smithi067 bash[65743]: fcca3053ce8e333ac62ffea67f7bcfc519570d508f0e6d1a562d16b24c175b09 2024-09-10T19:06:08.525 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:08 smithi067 systemd[1]: Started Ceph osd.1 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:06:08.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 199989 5.36 MB/sec execute 536 sec latency 38.896 ms 2024-09-10T19:06:09.197 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:08 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1[65758]: 2024-09-10T19:06:08.781+0000 7f9e5829c440 -1 Falling back to public interface 2024-09-10T19:06:09.197 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:09 smithi067 ceph-mon[57702]: pgmap v82: 129 pgs: 2 active+undersized, 17 stale+active+clean, 3 active+undersized+degraded, 107 active+clean; 294 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.7 MiB/s wr, 283 op/s; 18/1494 objects degraded (1.205%) 2024-09-10T19:06:09.197 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:09.197 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:09.197 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:09.197 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:06:09.197 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:09.198 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:09.198 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:06:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:09 smithi172 ceph-mon[41360]: pgmap v82: 129 pgs: 2 active+undersized, 17 stale+active+clean, 3 active+undersized+degraded, 107 active+clean; 294 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.7 MiB/s wr, 283 op/s; 18/1494 objects degraded (1.205%) 2024-09-10T19:06:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:06:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:06:09.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 200390 5.37 MB/sec execute 537 sec latency 32.725 ms 2024-09-10T19:06:10.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 200911 5.39 MB/sec execute 538 sec latency 67.724 ms 2024-09-10T19:06:11.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:11 smithi172 ceph-mon[41360]: pgmap v83: 129 pgs: 27 active+undersized, 29 active+undersized+degraded, 73 active+clean; 297 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 690 op/s; 162/1491 objects degraded (10.865%) 2024-09-10T19:06:11.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:11 smithi067 ceph-mon[57702]: pgmap v83: 129 pgs: 27 active+undersized, 29 active+undersized+degraded, 73 active+clean; 297 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 690 op/s; 162/1491 objects degraded (10.865%) 2024-09-10T19:06:11.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 201397 5.40 MB/sec execute 539 sec latency 27.265 ms 2024-09-10T19:06:12.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 201824 5.42 MB/sec execute 540 sec latency 36.305 ms 2024-09-10T19:06:13.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:13 smithi172 ceph-mon[41360]: pgmap v84: 129 pgs: 27 active+undersized, 29 active+undersized+degraded, 73 active+clean; 296 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 722 op/s; 159/1476 objects degraded (10.772%) 2024-09-10T19:06:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:13 smithi067 ceph-mon[57702]: pgmap v84: 129 pgs: 27 active+undersized, 29 active+undersized+degraded, 73 active+clean; 296 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 722 op/s; 159/1476 objects degraded (10.772%) 2024-09-10T19:06:13.775 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:13 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1[65758]: 2024-09-10T19:06:13.625+0000 7f9e5829c440 -1 osd.1 0 read_superblock omap replica is missing. 2024-09-10T19:06:13.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 202206 5.44 MB/sec execute 541 sec latency 55.703 ms 2024-09-10T19:06:14.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 202517 5.44 MB/sec execute 542 sec latency 59.809 ms 2024-09-10T19:06:15.018 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1[65758]: 2024-09-10T19:06:14.559+0000 7f9e5829c440 -1 osd.1 78 log_to_monitors true 2024-09-10T19:06:15.019 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:15 smithi067 ceph-mon[57702]: pgmap v85: 129 pgs: 27 active+undersized, 29 active+undersized+degraded, 73 active+clean; 296 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.2 MiB/s wr, 392 op/s; 159/1476 objects degraded (10.772%) 2024-09-10T19:06:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:15 smithi172 ceph-mon[41360]: pgmap v85: 129 pgs: 27 active+undersized, 29 active+undersized+degraded, 73 active+clean; 296 MiB data, 1.2 GiB used, 707 GiB / 715 GiB avail; 4.9 KiB/s rd, 4.2 MiB/s wr, 392 op/s; 159/1476 objects degraded (10.772%) 2024-09-10T19:06:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:15 smithi172 ceph-mon[41360]: from='osd.1 [v2:172.21.15.67:6810/642855750,v1:172.21.15.67:6811/642855750]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:06:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:15 smithi172 ceph-mon[41360]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:06:15.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:15 smithi067 ceph-mon[57702]: from='osd.1 [v2:172.21.15.67:6810/642855750,v1:172.21.15.67:6811/642855750]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:06:15.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:15 smithi067 ceph-mon[57702]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T19:06:15.275 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:06:15 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1[65758]: 2024-09-10T19:06:15.031+0000 7f9e4d042640 -1 osd.1 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:06:15.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 202734 5.44 MB/sec execute 543 sec latency 67.428 ms 2024-09-10T19:06:16.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:16 smithi067 ceph-mon[57702]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T19:06:16.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:16 smithi067 ceph-mon[57702]: osdmap e81: 8 total, 7 up, 8 in 2024-09-10T19:06:16.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:16 smithi067 ceph-mon[57702]: from='osd.1 [v2:172.21.15.67:6810/642855750,v1:172.21.15.67:6811/642855750]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:06:16.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:16 smithi067 ceph-mon[57702]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:06:16.338 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:16 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 159/1476 objects degraded (10.772%), 29 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:16 smithi172 ceph-mon[41360]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T19:06:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:16 smithi172 ceph-mon[41360]: osdmap e81: 8 total, 7 up, 8 in 2024-09-10T19:06:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:16 smithi172 ceph-mon[41360]: from='osd.1 [v2:172.21.15.67:6810/642855750,v1:172.21.15.67:6811/642855750]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:06:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:16 smithi172 ceph-mon[41360]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:06:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:16 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 159/1476 objects degraded (10.772%), 29 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:16.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 202881 5.44 MB/sec execute 544 sec latency 814.524 ms 2024-09-10T19:06:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:17 smithi172 ceph-mon[41360]: pgmap v87: 129 pgs: 27 active+undersized, 29 active+undersized+degraded, 73 active+clean; 302 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.1 MiB/s wr, 680 op/s; 184/1614 objects degraded (11.400%) 2024-09-10T19:06:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:17 smithi172 ceph-mon[41360]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:06:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:17 smithi172 ceph-mon[41360]: osd.1 [v2:172.21.15.67:6810/642855750,v1:172.21.15.67:6811/642855750] boot 2024-09-10T19:06:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:17 smithi172 ceph-mon[41360]: osdmap e82: 8 total, 8 up, 8 in 2024-09-10T19:06:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:06:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:17.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:17.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:17.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:17 smithi067 ceph-mon[57702]: pgmap v87: 129 pgs: 27 active+undersized, 29 active+undersized+degraded, 73 active+clean; 302 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 8.3 KiB/s rd, 7.1 MiB/s wr, 680 op/s; 184/1614 objects degraded (11.400%) 2024-09-10T19:06:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:17 smithi067 ceph-mon[57702]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:06:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:17 smithi067 ceph-mon[57702]: osd.1 [v2:172.21.15.67:6810/642855750,v1:172.21.15.67:6811/642855750] boot 2024-09-10T19:06:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:17 smithi067 ceph-mon[57702]: osdmap e82: 8 total, 8 up, 8 in 2024-09-10T19:06:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:06:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:17.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:17.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:17.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 203027 5.44 MB/sec execute 545 sec latency 1734.481 ms 2024-09-10T19:06:18.235 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:18 smithi067 ceph-mon[57702]: osdmap e83: 8 total, 8 up, 8 in 2024-09-10T19:06:18.235 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:18.235 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:18.235 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:18.235 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:06:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:18 smithi172 ceph-mon[41360]: osdmap e83: 8 total, 8 up, 8 in 2024-09-10T19:06:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:06:18.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 203264 5.44 MB/sec execute 546 sec latency 1928.974 ms 2024-09-10T19:06:19.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:19 smithi067 ceph-mon[57702]: pgmap v90: 129 pgs: 4 peering, 25 active+undersized, 27 active+undersized+degraded, 73 active+clean; 303 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.5 MiB/s wr, 509 op/s; 174/1620 objects degraded (10.741%) 2024-09-10T19:06:19.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:19 smithi067 ceph-mon[57702]: osdmap e84: 8 total, 8 up, 8 in 2024-09-10T19:06:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:19 smithi172 ceph-mon[41360]: pgmap v90: 129 pgs: 4 peering, 25 active+undersized, 27 active+undersized+degraded, 73 active+clean; 303 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 5.8 KiB/s rd, 5.5 MiB/s wr, 509 op/s; 174/1620 objects degraded (10.741%) 2024-09-10T19:06:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:19 smithi172 ceph-mon[41360]: osdmap e84: 8 total, 8 up, 8 in 2024-09-10T19:06:19.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 203782 5.44 MB/sec execute 547 sec latency 42.916 ms 2024-09-10T19:06:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:20 smithi172 ceph-mon[41360]: osdmap e85: 8 total, 8 up, 8 in 2024-09-10T19:06:20.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:20 smithi067 ceph-mon[57702]: osdmap e85: 8 total, 8 up, 8 in 2024-09-10T19:06:20.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 204218 5.45 MB/sec execute 548 sec latency 52.045 ms 2024-09-10T19:06:21.158 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:21 smithi067 ceph-mon[57702]: pgmap v93: 129 pgs: 2 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 4 peering, 2 active+recovery_wait+degraded, 8 active+undersized, 10 active+undersized+degraded, 102 active+clean; 294 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s; 123/1491 objects degraded (8.249%); 1.4 MiB/s, 14 objects/s recovering 2024-09-10T19:06:21.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:21 smithi067 ceph-mon[57702]: osdmap e86: 8 total, 8 up, 8 in 2024-09-10T19:06:21.159 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:21 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 123/1491 objects degraded (8.249%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:21 smithi172 ceph-mon[41360]: pgmap v93: 129 pgs: 2 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 4 peering, 2 active+recovery_wait+degraded, 8 active+undersized, 10 active+undersized+degraded, 102 active+clean; 294 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 9.5 KiB/s rd, 4.6 MiB/s wr, 448 op/s; 123/1491 objects degraded (8.249%); 1.4 MiB/s, 14 objects/s recovering 2024-09-10T19:06:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:21 smithi172 ceph-mon[41360]: osdmap e86: 8 total, 8 up, 8 in 2024-09-10T19:06:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:21 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 123/1491 objects degraded (8.249%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:21.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 204682 5.47 MB/sec execute 549 sec latency 128.462 ms 2024-09-10T19:06:21.945 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:06:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:06:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:06:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:06:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:06:22.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:22.702 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:06:22.702 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (15m) 6s ago 16m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:06:22.702 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (84s) 6s ago 16m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (78s) 72s ago 16m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (14m) 6s ago 16m 39.3M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (11m) 6s ago 11m 36.9M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (11m) 72s ago 11m 17.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (6m) 6s ago 17m 449M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (2m) 72s ago 16m 398M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (2m) 6s ago 17m 58.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (2m) 72s ago 16m 50.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (8m) 6s ago 8m 141M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (8m) 72s ago 8m 86.2M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (15m) 6s ago 15m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (15m) 72s ago 15m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:06:22.703 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (53s) 6s ago 15m 233M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:06:22.704 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (14s) 6s ago 15m 12.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:06:22.704 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (14m) 6s ago 14m 222M 4096M 15.2.13 2cf504fded39 d3727cd23c4a 2024-09-10T19:06:22.704 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (14m) 6s ago 14m 372M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:06:22.704 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (14m) 72s ago 14m 334M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:06:22.704 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (13m) 72s ago 13m 388M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:06:22.704 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (13m) 72s ago 13m 326M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:06:22.704 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (13m) 72s ago 13m 253M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:06:22.704 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (6m) 6s ago 15m 59.5M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:06:22.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 205122 5.48 MB/sec execute 550 sec latency 807.685 ms 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-09-10T19:06:23.157 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:06:23.158 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:06:23.158 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:06:23.158 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:06:23.158 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:06:23.158 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:06:23.158 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 8, 2024-09-10T19:06:23.158 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 6 2024-09-10T19:06:23.158 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:06:23.158 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:06:23.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: pgmap v95: 129 pgs: 1 active+recovering+degraded, 2 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 5 active+recovery_wait+degraded, 120 active+clean; 288 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.7 MiB/s wr, 393 op/s; 104/1425 objects degraded (7.298%); 1.3 MiB/s, 55 keys/s, 18 objects/s recovering 2024-09-10T19:06:23.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:23.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:06:23.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: osdmap e87: 8 total, 8 up, 8 in 2024-09-10T19:06:23.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:06:23.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:23.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:23.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: pgmap v95: 129 pgs: 1 active+recovering+degraded, 2 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 5 active+recovery_wait+degraded, 120 active+clean; 288 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 8.0 KiB/s rd, 3.7 MiB/s wr, 393 op/s; 104/1425 objects degraded (7.298%); 1.3 MiB/s, 55 keys/s, 18 objects/s recovering 2024-09-10T19:06:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:06:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: osdmap e87: 8 total, 8 up, 8 in 2024-09-10T19:06:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: Upgrade: unsafe to stop osd(s) at this time (3 PGs are or would become offline) 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:06:23.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:23.548 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:06:23.549 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:06:23.549 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:06:23.549 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:06:23.549 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:06:23.549 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:06:23.549 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:06:23.549 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:06:23.549 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:06:23.549 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "8/23 daemons upgraded", 2024-09-10T19:06:23.550 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:06:23.550 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:06:23.550 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:06:23.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 205546 5.50 MB/sec execute 551 sec latency 1015.984 ms 2024-09-10T19:06:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:24 smithi172 ceph-mon[41360]: from='client.44171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:24 smithi172 ceph-mon[41360]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:24 smithi172 ceph-mon[41360]: osdmap e88: 8 total, 8 up, 8 in 2024-09-10T19:06:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:24 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/980249451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:06:24.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:24 smithi067 ceph-mon[57702]: from='client.44171 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:24.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:24 smithi067 ceph-mon[57702]: from='client.34228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:24.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:24 smithi067 ceph-mon[57702]: osdmap e88: 8 total, 8 up, 8 in 2024-09-10T19:06:24.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:24 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/980249451' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:24.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:24.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:06:24.876 INFO:teuthology.orchestra.run.smithi067.stdout: 5 205946 5.51 MB/sec execute 552 sec latency 47.931 ms 2024-09-10T19:06:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:25 smithi172 ceph-mon[41360]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:25 smithi172 ceph-mon[41360]: pgmap v98: 129 pgs: 1 active+recovering+degraded, 2 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 5 active+recovery_wait+degraded, 120 active+clean; 288 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 778 KiB/s wr, 44 op/s; 104/1425 objects degraded (7.298%); 168 KiB/s, 56 keys/s, 5 objects/s recovering 2024-09-10T19:06:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:25 smithi172 ceph-mon[41360]: osdmap e89: 8 total, 8 up, 8 in 2024-09-10T19:06:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:25 smithi067 ceph-mon[57702]: from='client.34236 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:25 smithi067 ceph-mon[57702]: pgmap v98: 129 pgs: 1 active+recovering+degraded, 2 active+recovery_wait+undersized+degraded+remapped, 1 active+undersized+remapped, 5 active+recovery_wait+degraded, 120 active+clean; 288 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 778 KiB/s wr, 44 op/s; 104/1425 objects degraded (7.298%); 168 KiB/s, 56 keys/s, 5 objects/s recovering 2024-09-10T19:06:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:25 smithi067 ceph-mon[57702]: osdmap e89: 8 total, 8 up, 8 in 2024-09-10T19:06:25.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 206366 5.52 MB/sec execute 553 sec latency 504.937 ms 2024-09-10T19:06:26.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:26 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 104/1425 objects degraded (7.298%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:26.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:26 smithi172 ceph-mon[41360]: osdmap e90: 8 total, 8 up, 8 in 2024-09-10T19:06:26.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:26 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 104/1425 objects degraded (7.298%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:26.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:26 smithi067 ceph-mon[57702]: osdmap e90: 8 total, 8 up, 8 in 2024-09-10T19:06:26.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 206783 5.53 MB/sec execute 554 sec latency 530.375 ms 2024-09-10T19:06:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:27 smithi172 ceph-mon[41360]: pgmap v100: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 1 active+recovering, 124 active+clean; 296 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.2 MiB/s wr, 543 op/s; 42/1560 objects degraded (2.692%); 201 KiB/s, 11 objects/s recovering 2024-09-10T19:06:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:27 smithi067 ceph-mon[57702]: pgmap v100: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 3 active+recovery_wait+degraded, 1 active+recovering, 124 active+clean; 296 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.2 MiB/s wr, 543 op/s; 42/1560 objects degraded (2.692%); 201 KiB/s, 11 objects/s recovering 2024-09-10T19:06:27.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 207495 5.54 MB/sec execute 555 sec latency 34.028 ms 2024-09-10T19:06:28.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 208144 5.56 MB/sec execute 556 sec latency 31.246 ms 2024-09-10T19:06:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:29 smithi172 ceph-mon[41360]: pgmap v102: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 2 active+recovery_wait+degraded, 1 active+recovering, 125 active+clean; 297 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.6 MiB/s wr, 553 op/s; 35/1602 objects degraded (2.185%); 126 KiB/s, 11 objects/s recovering 2024-09-10T19:06:29.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:29 smithi067 ceph-mon[57702]: pgmap v102: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 2 active+recovery_wait+degraded, 1 active+recovering, 125 active+clean; 297 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 5.4 KiB/s rd, 5.6 MiB/s wr, 553 op/s; 35/1602 objects degraded (2.185%); 126 KiB/s, 11 objects/s recovering 2024-09-10T19:06:29.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 208812 5.59 MB/sec execute 557 sec latency 36.851 ms 2024-09-10T19:06:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:30 smithi172 ceph-mon[41360]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/1602 objects degraded (2.185%), 3 pgs degraded) 2024-09-10T19:06:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:30 smithi172 ceph-mon[41360]: Cluster is now healthy 2024-09-10T19:06:30.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:30 smithi067 ceph-mon[57702]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 35/1602 objects degraded (2.185%), 3 pgs degraded) 2024-09-10T19:06:30.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:30 smithi067 ceph-mon[57702]: Cluster is now healthy 2024-09-10T19:06:30.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 209334 5.62 MB/sec execute 558 sec latency 45.460 ms 2024-09-10T19:06:31.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:31 smithi172 ceph-mon[41360]: pgmap v103: 129 pgs: 1 active+recovering, 128 active+clean; 294 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 8.5 MiB/s wr, 829 op/s; 208 KiB/s, 14 objects/s recovering 2024-09-10T19:06:31.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:31 smithi067 ceph-mon[57702]: pgmap v103: 129 pgs: 1 active+recovering, 128 active+clean; 294 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 8.5 MiB/s wr, 829 op/s; 208 KiB/s, 14 objects/s recovering 2024-09-10T19:06:31.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 209763 5.63 MB/sec execute 559 sec latency 31.854 ms 2024-09-10T19:06:32.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 210135 5.63 MB/sec execute 560 sec latency 85.678 ms 2024-09-10T19:06:33.518 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:33 smithi067 ceph-mon[57702]: pgmap v104: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 1.06k op/s; 175 KiB/s, 13 objects/s recovering 2024-09-10T19:06:33.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:33 smithi172 ceph-mon[41360]: pgmap v104: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 11 KiB/s rd, 9.4 MiB/s wr, 1.06k op/s; 175 KiB/s, 13 objects/s recovering 2024-09-10T19:06:33.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 210635 5.64 MB/sec execute 561 sec latency 39.876 ms 2024-09-10T19:06:34.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 211233 5.65 MB/sec execute 562 sec latency 39.277 ms 2024-09-10T19:06:35.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:35 smithi172 ceph-mon[41360]: pgmap v105: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.7 MiB/s wr, 630 op/s; 89 KiB/s, 9 objects/s recovering 2024-09-10T19:06:35.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:35 smithi067 ceph-mon[57702]: pgmap v105: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 6.5 KiB/s rd, 5.7 MiB/s wr, 630 op/s; 89 KiB/s, 9 objects/s recovering 2024-09-10T19:06:35.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 211846 5.67 MB/sec execute 563 sec latency 44.535 ms 2024-09-10T19:06:36.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 212219 5.68 MB/sec execute 564 sec latency 58.608 ms 2024-09-10T19:06:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:37 smithi172 ceph-mon[41360]: pgmap v106: 129 pgs: 129 active+clean; 293 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 12 KiB/s rd, 7.6 MiB/s wr, 779 op/s; 68 KiB/s, 5 objects/s recovering 2024-09-10T19:06:37.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:37 smithi067 ceph-mon[57702]: pgmap v106: 129 pgs: 129 active+clean; 293 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 12 KiB/s rd, 7.6 MiB/s wr, 779 op/s; 68 KiB/s, 5 objects/s recovering 2024-09-10T19:06:37.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 212530 5.70 MB/sec execute 565 sec latency 51.509 ms 2024-09-10T19:06:38.140 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:06:38.140 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:38 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:06:38.140 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:38 smithi067 ceph-mon[57702]: Upgrade: osd.2 is safe to restart 2024-09-10T19:06:38.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:06:38.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:38 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-10T19:06:38.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:38 smithi172 ceph-mon[41360]: Upgrade: osd.2 is safe to restart 2024-09-10T19:06:38.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 212879 5.71 MB/sec execute 566 sec latency 41.481 ms 2024-09-10T19:06:39.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:39 smithi067 ceph-mon[57702]: pgmap v107: 129 pgs: 129 active+clean; 291 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 675 op/s; 57 KiB/s, 4 objects/s recovering 2024-09-10T19:06:39.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:39.248 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:06:39.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:39.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:06:39.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:39.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:39.249 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:06:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:39 smithi172 ceph-mon[41360]: pgmap v107: 129 pgs: 129 active+clean; 291 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.8 MiB/s wr, 675 op/s; 57 KiB/s, 4 objects/s recovering 2024-09-10T19:06:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T19:06:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:06:39.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-09-10T19:06:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:39.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:06:39.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 213295 5.72 MB/sec execute 567 sec latency 58.960 ms 2024-09-10T19:06:40.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:40 smithi067 ceph-mon[57702]: Upgrade: Updating osd.2 2024-09-10T19:06:40.470 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:40 smithi067 ceph-mon[57702]: Deploying daemon osd.2 on smithi067 2024-09-10T19:06:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:40 smithi172 ceph-mon[41360]: Upgrade: Updating osd.2 2024-09-10T19:06:40.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:40 smithi172 ceph-mon[41360]: Deploying daemon osd.2 on smithi067 2024-09-10T19:06:40.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 213776 5.72 MB/sec execute 568 sec latency 30.366 ms 2024-09-10T19:06:41.281 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:41 smithi067 ceph-mon[57702]: pgmap v108: 129 pgs: 129 active+clean; 297 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 884 op/s; 57 KiB/s, 3 objects/s recovering 2024-09-10T19:06:41.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:41 smithi172 ceph-mon[41360]: pgmap v108: 129 pgs: 129 active+clean; 297 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 12 KiB/s rd, 8.4 MiB/s wr, 884 op/s; 57 KiB/s, 3 objects/s recovering 2024-09-10T19:06:41.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 214621 5.74 MB/sec execute 569 sec latency 33.435 ms 2024-09-10T19:06:42.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:42 smithi067 systemd[1]: Stopping Ceph osd.2 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:06:42.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 215476 5.77 MB/sec execute 570 sec latency 62.430 ms 2024-09-10T19:06:43.150 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2[32359]: debug 2024-09-10T19:06:42.793+0000 7f970823e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:06:43.150 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2[32359]: debug 2024-09-10T19:06:42.793+0000 7f970823e700 -1 osd.2 90 *** Got signal Terminated *** 2024-09-10T19:06:43.150 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:42 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2[32359]: debug 2024-09-10T19:06:42.793+0000 7f970823e700 -1 osd.2 90 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:06:43.150 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:42 smithi067 podman[67624]: 2024-09-10 19:06:42.897549821 +0000 UTC m=+0.454604744 container died d3727cd23c4a19763d59b2ec5510a8a75affab58136a5436261cf18ad034c420 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.13, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, ceph=True, RELEASE=HEAD, org.label-schema.build-date=20201204) 2024-09-10T19:06:43.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: pgmap v109: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.0 MiB/s wr, 708 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T19:06:43.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.5 2024-09-10T19:06:43.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 failed (root=default,host=smithi067) (connection refused reported by osd.5) 2024-09-10T19:06:43.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.3 2024-09-10T19:06:43.413 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.7 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.3 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.4 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.0 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.1 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.5 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.7 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.6 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.4 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.0 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.1 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.5 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.7 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.6 2024-09-10T19:06:43.414 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.4 2024-09-10T19:06:43.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.1 2024-09-10T19:06:43.415 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:43 smithi067 ceph-mon[57702]: osd.2 reported immediately failed by osd.5 2024-09-10T19:06:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: pgmap v109: 129 pgs: 129 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 7.3 KiB/s rd, 7.0 MiB/s wr, 708 op/s; 0 B/s, 0 objects/s recovering 2024-09-10T19:06:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.5 2024-09-10T19:06:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 failed (root=default,host=smithi067) (connection refused reported by osd.5) 2024-09-10T19:06:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.3 2024-09-10T19:06:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.7 2024-09-10T19:06:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.3 2024-09-10T19:06:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.4 2024-09-10T19:06:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.0 2024-09-10T19:06:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.1 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.5 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.7 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.6 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.4 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.0 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.1 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.5 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.7 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.6 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.4 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.1 2024-09-10T19:06:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:43 smithi172 ceph-mon[41360]: osd.2 reported immediately failed by osd.5 2024-09-10T19:06:43.737 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:43 smithi067 podman[67624]: 2024-09-10 19:06:43.494003923 +0000 UTC m=+1.051058845 container cleanup d3727cd23c4a19763d59b2ec5510a8a75affab58136a5436261cf18ad034c420 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.13, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, GIT_CLEAN=True, org.label-schema.build-date=20201204, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image) 2024-09-10T19:06:43.737 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:43 smithi067 bash[67624]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2 2024-09-10T19:06:43.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 215492 5.76 MB/sec execute 571 sec latency 1062.492 ms 2024-09-10T19:06:44.025 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:43 smithi067 podman[67637]: 2024-09-10 19:06:43.736683474 +0000 UTC m=+0.835141067 container remove d3727cd23c4a19763d59b2ec5510a8a75affab58136a5436261cf18ad034c420 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.2, ceph=True, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.13, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.license=GPLv2) 2024-09-10T19:06:44.508 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:44 smithi067 ceph-mon[57702]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:06:44.508 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:44 smithi067 ceph-mon[57702]: osdmap e91: 8 total, 7 up, 8 in 2024-09-10T19:06:44.509 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:44 smithi067 podman[67736]: 2024-09-10 19:06:44.138384836 +0000 UTC m=+0.016523650 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:06:44.509 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:44 smithi067 podman[67736]: 2024-09-10 19:06:44.254418794 +0000 UTC m=+0.132557598 container create fbd53fb20521a38208e768498cb4c12cafaac5724a59ed96e95b274b69d5265b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:06:44.509 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:44 smithi067 podman[67736]: 2024-09-10 19:06:44.507498262 +0000 UTC m=+0.385637064 container init fbd53fb20521a38208e768498cb4c12cafaac5724a59ed96e95b274b69d5265b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=) 2024-09-10T19:06:44.520 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:44 smithi172 ceph-mon[41360]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:06:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:44 smithi172 ceph-mon[41360]: osdmap e91: 8 total, 7 up, 8 in 2024-09-10T19:06:44.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:44 smithi067 podman[67736]: 2024-09-10 19:06:44.512875253 +0000 UTC m=+0.391014061 container start fbd53fb20521a38208e768498cb4c12cafaac5724a59ed96e95b274b69d5265b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True) 2024-09-10T19:06:44.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:44 smithi067 podman[67736]: 2024-09-10 19:06:44.616014474 +0000 UTC m=+0.494153282 container attach fbd53fb20521a38208e768498cb4c12cafaac5724a59ed96e95b274b69d5265b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-10T19:06:44.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:44 smithi067 podman[67736]: 2024-09-10 19:06:44.747594056 +0000 UTC m=+0.625732876 container died fbd53fb20521a38208e768498cb4c12cafaac5724a59ed96e95b274b69d5265b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True) 2024-09-10T19:06:44.877 INFO:teuthology.orchestra.run.smithi067.stdout: 5 215868 5.78 MB/sec execute 572 sec latency 1373.377 ms 2024-09-10T19:06:45.433 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:45 smithi067 ceph-mon[57702]: pgmap v111: 129 pgs: 10 stale+active+clean, 119 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.6 MiB/s wr, 558 op/s 2024-09-10T19:06:45.434 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:45 smithi067 ceph-mon[57702]: osdmap e92: 8 total, 7 up, 8 in 2024-09-10T19:06:45.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:45 smithi172 ceph-mon[41360]: pgmap v111: 129 pgs: 10 stale+active+clean, 119 active+clean; 298 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 8.8 KiB/s rd, 6.6 MiB/s wr, 558 op/s 2024-09-10T19:06:45.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:45 smithi172 ceph-mon[41360]: osdmap e92: 8 total, 7 up, 8 in 2024-09-10T19:06:45.743 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:45 smithi067 podman[67758]: 2024-09-10 19:06:45.432868263 +0000 UTC m=+0.678655315 container remove fbd53fb20521a38208e768498cb4c12cafaac5724a59ed96e95b274b69d5265b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:06:45.744 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:45 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-10T19:06:45.744 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:45 smithi067 systemd[1]: Stopped Ceph osd.2 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:06:45.744 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:45 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.2.service: Consumed 1.227s CPU time. 2024-09-10T19:06:45.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 216344 5.80 MB/sec execute 573 sec latency 44.135 ms 2024-09-10T19:06:46.006 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:45 smithi067 systemd[1]: Starting Ceph osd.2 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:06:46.007 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:45 smithi067 podman[67857]: 2024-09-10 19:06:45.888250954 +0000 UTC m=+0.019588094 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:06:46.260 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 podman[67857]: 2024-09-10 19:06:46.006107615 +0000 UTC m=+0.137444742 container create 73285b7e60f26a0b62567da9e987c182431075e77176c82c81ea6f154ad44dac (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:06:46.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:46 smithi067 ceph-mon[57702]: Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-10T19:06:46.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:46 smithi067 ceph-mon[57702]: Health check failed: Degraded data redundancy: 39/1518 objects degraded (2.569%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:46.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:46 smithi172 ceph-mon[41360]: Health check failed: Reduced data availability: 1 pg inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-10T19:06:46.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:46 smithi172 ceph-mon[41360]: Health check failed: Degraded data redundancy: 39/1518 objects degraded (2.569%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:46.525 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 podman[67857]: 2024-09-10 19:06:46.259448894 +0000 UTC m=+0.390786025 container init 73285b7e60f26a0b62567da9e987c182431075e77176c82c81ea6f154ad44dac (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, ceph=True) 2024-09-10T19:06:46.525 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 podman[67857]: 2024-09-10 19:06:46.26457013 +0000 UTC m=+0.395907250 container start 73285b7e60f26a0b62567da9e987c182431075e77176c82c81ea6f154ad44dac (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:06:46.525 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 podman[67857]: 2024-09-10 19:06:46.369799294 +0000 UTC m=+0.501136423 container attach 73285b7e60f26a0b62567da9e987c182431075e77176c82c81ea6f154ad44dac (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-10T19:06:46.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 216723 5.81 MB/sec execute 574 sec latency 55.907 ms 2024-09-10T19:06:47.025 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate[67871]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T19:06:47.025 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 bash[67857]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T19:06:47.025 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate[67871]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-10T19:06:47.025 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 bash[67857]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate[67871]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 bash[67857]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate[67871]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 bash[67857]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate[67871]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 bash[67857]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate[67871]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 bash[67857]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate[67871]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 bash[67857]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-10T19:06:47.026 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:46 smithi067 podman[67857]: 2024-09-10 19:06:46.678808659 +0000 UTC m=+0.810145784 container died 73285b7e60f26a0b62567da9e987c182431075e77176c82c81ea6f154ad44dac (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-10T19:06:47.350 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:47 smithi067 ceph-mon[57702]: pgmap v113: 129 pgs: 3 active+undersized, 21 peering, 2 stale+active+clean, 3 active+undersized+degraded, 100 active+clean; 294 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.9 MiB/s wr, 834 op/s; 39/1518 objects degraded (2.569%) 2024-09-10T19:06:47.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:47 smithi172 ceph-mon[41360]: pgmap v113: 129 pgs: 3 active+undersized, 21 peering, 2 stale+active+clean, 3 active+undersized+degraded, 100 active+clean; 294 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 9.4 KiB/s rd, 7.9 MiB/s wr, 834 op/s; 39/1518 objects degraded (2.569%) 2024-09-10T19:06:47.611 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:47 smithi067 podman[68002]: 2024-09-10 19:06:47.349669159 +0000 UTC m=+0.663333584 container remove 73285b7e60f26a0b62567da9e987c182431075e77176c82c81ea6f154ad44dac (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-activate, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:06:47.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 217120 5.81 MB/sec execute 575 sec latency 58.937 ms 2024-09-10T19:06:47.937 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:47 smithi067 podman[68093]: 2024-09-10 19:06:47.514922385 +0000 UTC m=+0.030894770 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:06:47.938 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:47 smithi067 podman[68093]: 2024-09-10 19:06:47.68940083 +0000 UTC m=+0.205373211 container create 5f8f18b967af399a8a9e94ccc9df23f623b07b6fd36e7534ef261f7bbcf0b7e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-10T19:06:47.938 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:47 smithi067 podman[68093]: 2024-09-10 19:06:47.937194804 +0000 UTC m=+0.453167189 container init 5f8f18b967af399a8a9e94ccc9df23f623b07b6fd36e7534ef261f7bbcf0b7e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-10T19:06:48.220 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:47 smithi067 podman[68093]: 2024-09-10 19:06:47.940821372 +0000 UTC m=+0.456793749 container start 5f8f18b967af399a8a9e94ccc9df23f623b07b6fd36e7534ef261f7bbcf0b7e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-10T19:06:48.220 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:47 smithi067 ceph-osd[68109]: -- 172.21.15.67:0/450602342 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55568b422d00 con 0x55568b3f5000 2024-09-10T19:06:48.220 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:48 smithi067 bash[68093]: 5f8f18b967af399a8a9e94ccc9df23f623b07b6fd36e7534ef261f7bbcf0b7e2 2024-09-10T19:06:48.220 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:48 smithi067 systemd[1]: Started Ceph osd.2 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:06:48.488 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:48 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:48.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:48 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:48.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:48 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:48.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:48 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:06:48.489 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:48 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:48.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:48 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:48.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:48 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:48.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:48 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:48.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:48 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:06:48.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:48 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:48.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:06:48.486+0000 7f201850d440 -1 Falling back to public interface 2024-09-10T19:06:48.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 217484 5.81 MB/sec execute 576 sec latency 45.870 ms 2024-09-10T19:06:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:49 smithi172 ceph-mon[41360]: pgmap v114: 129 pgs: 7 active+undersized, 21 peering, 4 active+undersized+degraded, 97 active+clean; 296 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 5.6 KiB/s rd, 5.3 MiB/s wr, 516 op/s; 50/1530 objects degraded (3.268%) 2024-09-10T19:06:49.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:49 smithi067 ceph-mon[57702]: pgmap v114: 129 pgs: 7 active+undersized, 21 peering, 4 active+undersized+degraded, 97 active+clean; 296 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 5.6 KiB/s rd, 5.3 MiB/s wr, 516 op/s; 50/1530 objects degraded (3.268%) 2024-09-10T19:06:49.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 217991 5.82 MB/sec execute 577 sec latency 37.165 ms 2024-09-10T19:06:50.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:50 smithi067 ceph-mon[57702]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 3 pgs peering) 2024-09-10T19:06:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:50 smithi172 ceph-mon[41360]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 3 pgs peering) 2024-09-10T19:06:50.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 218547 5.83 MB/sec execute 578 sec latency 48.898 ms 2024-09-10T19:06:51.382 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:51 smithi067 ceph-mon[57702]: pgmap v115: 129 pgs: 14 active+undersized, 18 active+undersized+degraded, 97 active+clean; 295 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 840 op/s; 135/1455 objects degraded (9.278%) 2024-09-10T19:06:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:51 smithi172 ceph-mon[41360]: pgmap v115: 129 pgs: 14 active+undersized, 18 active+undersized+degraded, 97 active+clean; 295 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 12 KiB/s rd, 7.7 MiB/s wr, 840 op/s; 135/1455 objects degraded (9.278%) 2024-09-10T19:06:51.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 219081 5.85 MB/sec execute 579 sec latency 36.749 ms 2024-09-10T19:06:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:52 smithi067 ceph-mon[57702]: pgmap v116: 129 pgs: 14 active+undersized, 18 active+undersized+degraded, 97 active+clean; 288 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 813 op/s; 130/1416 objects degraded (9.181%) 2024-09-10T19:06:52.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:52 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 130/1416 objects degraded (9.181%), 18 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:52.756 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:52 smithi172 ceph-mon[41360]: pgmap v116: 129 pgs: 14 active+undersized, 18 active+undersized+degraded, 97 active+clean; 288 MiB data, 1.5 GiB used, 708 GiB / 715 GiB avail; 11 KiB/s rd, 7.7 MiB/s wr, 813 op/s; 130/1416 objects degraded (9.181%) 2024-09-10T19:06:52.757 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:52 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 130/1416 objects degraded (9.181%), 18 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:52.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 219558 5.87 MB/sec execute 580 sec latency 32.592 ms 2024-09-10T19:06:52.957 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:52 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:06:52.549+0000 7f201850d440 -1 osd.2 0 read_superblock omap replica is missing. 2024-09-10T19:06:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:53 smithi172 ceph-mon[41360]: from='osd.2 [v2:172.21.15.67:6818/114119930,v1:172.21.15.67:6819/114119930]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:06:53.774 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:53 smithi067 ceph-mon[57702]: from='osd.2 [v2:172.21.15.67:6818/114119930,v1:172.21.15.67:6819/114119930]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T19:06:53.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:06:53.351+0000 7f201850d440 -1 osd.2 90 log_to_monitors true 2024-09-10T19:06:53.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:06:53 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:06:53.430+0000 7f200eab6640 -1 osd.2 90 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:06:53.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 219967 5.89 MB/sec execute 581 sec latency 40.216 ms 2024-09-10T19:06:53.949 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:06:54.723 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:06:54.723 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (15m) 38s ago 17m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:06:54.723 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (116s) 38s ago 17m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:06:54.723 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (110s) 104s ago 16m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:06:54.723 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (15m) 38s ago 16m 39.3M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:06:54.723 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (12m) 38s ago 12m 36.9M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:06:54.723 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (12m) 104s ago 12m 17.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (6m) 38s ago 18m 449M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (3m) 104s ago 16m 398M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (3m) 38s ago 18m 58.0M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (2m) 104s ago 17m 50.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (9m) 38s ago 9m 141M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (9m) 104s ago 9m 86.2M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (16m) 38s ago 16m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (16m) 104s ago 16m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (85s) 38s ago 16m 233M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (46s) 38s ago 15m 12.1M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 starting - - - 4096M 2024-09-10T19:06:54.724 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (14m) 38s ago 14m 372M 4096M 15.2.13 2cf504fded39 bebe06d4d9c2 2024-09-10T19:06:54.725 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (14m) 104s ago 14m 334M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:06:54.725 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (14m) 104s ago 14m 388M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:06:54.725 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (14m) 104s ago 14m 326M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:06:54.725 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (13m) 104s ago 13m 253M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:06:54.725 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (6m) 38s ago 15m 59.5M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:06:54.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:54 smithi067 ceph-mon[57702]: from='osd.2 [v2:172.21.15.67:6818/114119930,v1:172.21.15.67:6819/114119930]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T19:06:54.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:54 smithi067 ceph-mon[57702]: osdmap e93: 8 total, 7 up, 8 in 2024-09-10T19:06:54.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:54 smithi067 ceph-mon[57702]: from='osd.2 [v2:172.21.15.67:6818/114119930,v1:172.21.15.67:6819/114119930]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:06:54.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:54 smithi067 ceph-mon[57702]: pgmap v118: 129 pgs: 14 active+undersized, 18 active+undersized+degraded, 97 active+clean; 288 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 367 op/s; 130/1416 objects degraded (9.181%) 2024-09-10T19:06:54.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:54.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:06:54.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:54 smithi067 ceph-mon[57702]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:54 smithi172 ceph-mon[41360]: from='osd.2 [v2:172.21.15.67:6818/114119930,v1:172.21.15.67:6819/114119930]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T19:06:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:54 smithi172 ceph-mon[41360]: osdmap e93: 8 total, 7 up, 8 in 2024-09-10T19:06:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:54 smithi172 ceph-mon[41360]: from='osd.2 [v2:172.21.15.67:6818/114119930,v1:172.21.15.67:6819/114119930]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:06:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:54 smithi172 ceph-mon[41360]: pgmap v118: 129 pgs: 14 active+undersized, 18 active+undersized+degraded, 97 active+clean; 288 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.1 MiB/s wr, 367 op/s; 130/1416 objects degraded (9.181%) 2024-09-10T19:06:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:06:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:54 smithi172 ceph-mon[41360]: from='client.34244 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:54.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 220292 5.90 MB/sec execute 582 sec latency 434.133 ms 2024-09-10T19:06:55.157 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:06:55.157 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:06:55.157 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:06:55.157 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:06:55.157 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:06:55.157 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:06:55.157 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 7, 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 7 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:06:55.158 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:06:55.545 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:06:55.545 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:06:55.545 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:06:55.545 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:06:55.545 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:06:55.545 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:06:55.545 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:06:55.545 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:06:55.545 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:06:55.546 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "8/23 daemons upgraded", 2024-09-10T19:06:55.546 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:06:55.546 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:06:55.546 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:06:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:06:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: osd.2 [v2:172.21.15.67:6818/114119930,v1:172.21.15.67:6819/114119930] boot 2024-09-10T19:06:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: osdmap e94: 8 total, 8 up, 8 in 2024-09-10T19:06:55.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='client.44199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:55 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/4144036745' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='client.34248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:06:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: osd.2 [v2:172.21.15.67:6818/114119930,v1:172.21.15.67:6819/114119930] boot 2024-09-10T19:06:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: osdmap e94: 8 total, 8 up, 8 in 2024-09-10T19:06:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:06:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='client.44199 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:06:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:06:55.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:55.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:55 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/4144036745' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:06:55.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 220504 5.89 MB/sec execute 583 sec latency 1434.167 ms 2024-09-10T19:06:56.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: osdmap e95: 8 total, 8 up, 8 in 2024-09-10T19:06:56.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:56.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:56.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:56.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:56.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: pgmap v121: 129 pgs: 4 peering, 12 active+undersized, 16 active+undersized+degraded, 97 active+clean; 295 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 5.8 KiB/s rd, 6.1 MiB/s wr, 598 op/s; 120/1611 objects degraded (7.449%) 2024-09-10T19:06:56.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:56.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:56.725 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:56.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:56.726 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:06:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: osdmap e95: 8 total, 8 up, 8 in 2024-09-10T19:06:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: from='client.34260 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:06:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: pgmap v121: 129 pgs: 4 peering, 12 active+undersized, 16 active+undersized+degraded, 97 active+clean; 295 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 5.8 KiB/s rd, 6.1 MiB/s wr, 598 op/s; 120/1611 objects degraded (7.449%) 2024-09-10T19:06:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:56.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:56.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:06:56.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:06:56.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 220532 5.88 MB/sec execute 584 sec latency 2330.938 ms 2024-09-10T19:06:57.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:57 smithi172 ceph-mon[41360]: osdmap e96: 8 total, 8 up, 8 in 2024-09-10T19:06:57.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:57 smithi067 ceph-mon[57702]: osdmap e96: 8 total, 8 up, 8 in 2024-09-10T19:06:57.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 220767 5.88 MB/sec execute 585 sec latency 73.644 ms 2024-09-10T19:06:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:58 smithi067 ceph-mon[57702]: osdmap e97: 8 total, 8 up, 8 in 2024-09-10T19:06:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:58 smithi067 ceph-mon[57702]: pgmap v124: 129 pgs: 4 peering, 10 active+undersized, 15 active+undersized+degraded, 100 active+clean; 295 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.9 MiB/s wr, 852 op/s; 107/1611 objects degraded (6.642%); 26 KiB/s, 3 objects/s recovering 2024-09-10T19:06:58.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 221127 5.88 MB/sec execute 586 sec latency 856.593 ms 2024-09-10T19:06:59.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:58 smithi172 ceph-mon[41360]: osdmap e97: 8 total, 8 up, 8 in 2024-09-10T19:06:59.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:58 smithi172 ceph-mon[41360]: pgmap v124: 129 pgs: 4 peering, 10 active+undersized, 15 active+undersized+degraded, 100 active+clean; 295 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 8.7 KiB/s rd, 8.9 MiB/s wr, 852 op/s; 107/1611 objects degraded (6.642%); 26 KiB/s, 3 objects/s recovering 2024-09-10T19:06:59.713 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:59 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 107/1611 objects degraded (6.642%), 15 pgs degraded (PG_DEGRADED) 2024-09-10T19:06:59.713 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:06:59 smithi067 ceph-mon[57702]: osdmap e98: 8 total, 8 up, 8 in 2024-09-10T19:06:59.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 221567 5.88 MB/sec execute 587 sec latency 53.217 ms 2024-09-10T19:07:00.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:59 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 107/1611 objects degraded (6.642%), 15 pgs degraded (PG_DEGRADED) 2024-09-10T19:07:00.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:06:59 smithi172 ceph-mon[41360]: osdmap e98: 8 total, 8 up, 8 in 2024-09-10T19:07:00.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 221976 5.89 MB/sec execute 588 sec latency 63.056 ms 2024-09-10T19:07:01.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: pgmap v126: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 4 peering, 124 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 378 op/s; 18/1518 objects degraded (1.186%); 2.4 MiB/s, 23 objects/s recovering 2024-09-10T19:07:01.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:01.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:01.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:01.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:07:01.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:00 smithi172 ceph-mon[41360]: Upgrade: unsafe to stop osd(s) at this time (1 PGs are or would become offline) 2024-09-10T19:07:01.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: pgmap v126: 129 pgs: 1 active+recovery_wait+undersized+degraded+remapped, 4 peering, 124 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 378 op/s; 18/1518 objects degraded (1.186%); 2.4 MiB/s, 23 objects/s recovering 2024-09-10T19:07:01.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:01.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:01.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:01.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:01.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:07:01.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:07:01.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:01.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:07:01.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:01.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:07:01.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:01.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:01.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:01.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:07:01.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:07:01.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:00 smithi067 ceph-mon[57702]: Upgrade: unsafe to stop osd(s) at this time (1 PGs are or would become offline) 2024-09-10T19:07:01.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 222397 5.91 MB/sec execute 589 sec latency 1014.128 ms 2024-09-10T19:07:02.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:01 smithi172 ceph-mon[41360]: osdmap e99: 8 total, 8 up, 8 in 2024-09-10T19:07:02.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:01 smithi067 ceph-mon[57702]: osdmap e99: 8 total, 8 up, 8 in 2024-09-10T19:07:02.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 222919 5.93 MB/sec execute 590 sec latency 40.256 ms 2024-09-10T19:07:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:02 smithi172 ceph-mon[41360]: osdmap e100: 8 total, 8 up, 8 in 2024-09-10T19:07:03.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:02 smithi172 ceph-mon[41360]: pgmap v129: 129 pgs: 1 active+recovery_wait+degraded, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 126 active+clean; 289 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 581 op/s; 25/1506 objects degraded (1.660%); 2.8 MiB/s, 28 objects/s recovering 2024-09-10T19:07:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:02 smithi067 ceph-mon[57702]: osdmap e100: 8 total, 8 up, 8 in 2024-09-10T19:07:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:02 smithi067 ceph-mon[57702]: pgmap v129: 129 pgs: 1 active+recovery_wait+degraded, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 126 active+clean; 289 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 581 op/s; 25/1506 objects degraded (1.660%); 2.8 MiB/s, 28 objects/s recovering 2024-09-10T19:07:03.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 223252 5.93 MB/sec execute 591 sec latency 49.869 ms 2024-09-10T19:07:04.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 223684 5.94 MB/sec execute 592 sec latency 41.513 ms 2024-09-10T19:07:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:04 smithi172 ceph-mon[41360]: pgmap v130: 129 pgs: 1 active+recovery_wait+degraded, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 126 active+clean; 289 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 10 KiB/s rd, 3.2 MiB/s wr, 408 op/s; 25/1506 objects degraded (1.660%); 2.0 MiB/s, 19 objects/s recovering 2024-09-10T19:07:05.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:04 smithi067 ceph-mon[57702]: pgmap v130: 129 pgs: 1 active+recovery_wait+degraded, 1 active+recovering+undersized+degraded+remapped, 1 active+recovery_wait+undersized+degraded+remapped, 126 active+clean; 289 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 10 KiB/s rd, 3.2 MiB/s wr, 408 op/s; 25/1506 objects degraded (1.660%); 2.0 MiB/s, 19 objects/s recovering 2024-09-10T19:07:05.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 224179 5.96 MB/sec execute 593 sec latency 37.068 ms 2024-09-10T19:07:06.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:05 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 25/1506 objects degraded (1.660%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:07:06.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:05 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 25/1506 objects degraded (1.660%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:07:06.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 224689 5.97 MB/sec execute 594 sec latency 54.656 ms 2024-09-10T19:07:07.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:06 smithi172 ceph-mon[41360]: pgmap v131: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 5.0 KiB/s rd, 6.0 MiB/s wr, 673 op/s; 1.7 MiB/s, 19 objects/s recovering 2024-09-10T19:07:07.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:06 smithi172 ceph-mon[41360]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/1506 objects degraded (1.660%), 3 pgs degraded) 2024-09-10T19:07:07.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:06 smithi172 ceph-mon[41360]: Cluster is now healthy 2024-09-10T19:07:07.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:06 smithi067 ceph-mon[57702]: pgmap v131: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 5.0 KiB/s rd, 6.0 MiB/s wr, 673 op/s; 1.7 MiB/s, 19 objects/s recovering 2024-09-10T19:07:07.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:06 smithi067 ceph-mon[57702]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 25/1506 objects degraded (1.660%), 3 pgs degraded) 2024-09-10T19:07:07.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:06 smithi067 ceph-mon[57702]: Cluster is now healthy 2024-09-10T19:07:07.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 225140 5.97 MB/sec execute 595 sec latency 49.184 ms 2024-09-10T19:07:08.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 225435 5.97 MB/sec execute 596 sec latency 36.399 ms 2024-09-10T19:07:09.087 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:08 smithi067 ceph-mon[57702]: pgmap v132: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.6 MiB/s wr, 445 op/s; 231 KiB/s, 7 objects/s recovering 2024-09-10T19:07:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:08 smithi172 ceph-mon[41360]: pgmap v132: 129 pgs: 129 active+clean; 292 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 4.5 KiB/s rd, 4.6 MiB/s wr, 445 op/s; 231 KiB/s, 7 objects/s recovering 2024-09-10T19:07:09.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 225877 5.99 MB/sec execute 597 sec latency 41.870 ms 2024-09-10T19:07:10.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:10.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:07:10.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:10.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:07:10.879 INFO:teuthology.orchestra.run.smithi067.stdout: 5 226369 6.01 MB/sec execute 598 sec latency 47.250 ms 2024-09-10T19:07:11.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:10 smithi172 ceph-mon[41360]: pgmap v133: 129 pgs: 129 active+clean; 295 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 652 op/s; 60 KiB/s, 2 objects/s recovering 2024-09-10T19:07:11.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:10 smithi067 ceph-mon[57702]: pgmap v133: 129 pgs: 129 active+clean; 295 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 652 op/s; 60 KiB/s, 2 objects/s recovering 2024-09-10T19:07:11.878 INFO:teuthology.orchestra.run.smithi067.stdout: 5 226729 6.01 MB/sec execute 599 sec latency 36.939 ms 2024-09-10T19:07:12.879 INFO:teuthology.orchestra.run.smithi067.stdout: 5 cleanup 600 sec 2024-09-10T19:07:13.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:12 smithi172 ceph-mon[41360]: pgmap v134: 129 pgs: 129 active+clean; 294 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 600 op/s; 54 KiB/s, 2 objects/s recovering 2024-09-10T19:07:13.035 INFO:teuthology.orchestra.run.smithi067.stdout: 0 cleanup 600 sec 2024-09-10T19:07:13.035 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T19:07:13.035 INFO:teuthology.orchestra.run.smithi067.stdout: Operation Count AvgLat MaxLat 2024-09-10T19:07:13.035 INFO:teuthology.orchestra.run.smithi067.stdout: ---------------------------------------- 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: NTCreateX 115766 16.859 309371.039 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: Close 85064 0.135 6.140 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: Rename 4907 8.802 1046.146 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: Unlink 23344 6.134 2204.325 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: Qpathinfo 105101 0.771 2205.223 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: Qfileinfo 18331 0.007 1.862 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: Qfsinfo 19196 0.682 801.587 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: Sfileinfo 9428 10.216 90.981 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: Find 40546 0.328 9.219 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: WriteX 57205 11.230 2330.930 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: ReadX 181535 0.010 23.395 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: LockX 378 0.359 1.840 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: UnlockX 378 0.317 1.346 2024-09-10T19:07:13.036 INFO:teuthology.orchestra.run.smithi067.stdout: Flush 8082 0.003 0.097 2024-09-10T19:07:13.037 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T19:07:13.037 INFO:teuthology.orchestra.run.smithi067.stdout:Throughput 6.00928 MB/sec 5 clients 5 procs max_latency=309371.043 ms 2024-09-10T19:07:13.038 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2024-09-10T19:07:13.073 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2024-09-10T19:07:13.150 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:12 smithi067 ceph-mon[57702]: pgmap v134: 129 pgs: 129 active+clean; 294 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.2 MiB/s wr, 600 op/s; 54 KiB/s, 2 objects/s recovering 2024-09-10T19:07:13.186 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2024-09-10T19:07:13.252 INFO:teuthology.orchestra.run.smithi067.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2024-09-10T19:07:13.253 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T19:07:13.253 INFO:teuthology.orchestra.run.smithi067.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2024-09-10T19:07:13.253 INFO:teuthology.orchestra.run.smithi067.stdout:3 of 5 processes prepared for launch 0 sec 2024-09-10T19:07:13.353 INFO:teuthology.orchestra.run.smithi067.stdout:5 of 5 processes prepared for launch 0 sec 2024-09-10T19:07:13.354 INFO:teuthology.orchestra.run.smithi067.stdout:releasing clients 2024-09-10T19:07:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:14 smithi172 ceph-mon[41360]: pgmap v135: 129 pgs: 129 active+clean; 294 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 5.1 MiB/s wr, 502 op/s; 45 KiB/s, 2 objects/s recovering 2024-09-10T19:07:15.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:15.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:14 smithi067 ceph-mon[57702]: pgmap v135: 129 pgs: 129 active+clean; 294 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 13 KiB/s rd, 5.1 MiB/s wr, 502 op/s; 45 KiB/s, 2 objects/s recovering 2024-09-10T19:07:15.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:15.353 INFO:teuthology.orchestra.run.smithi067.stdout: 5 451 30.17 MB/sec execute 1 sec latency 47.714 ms 2024-09-10T19:07:16.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:07:16.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:15 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:07:16.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:15 smithi067 ceph-mon[57702]: Upgrade: osd.3 is safe to restart 2024-09-10T19:07:16.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:07:16.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:15 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-10T19:07:16.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:15 smithi172 ceph-mon[41360]: Upgrade: osd.3 is safe to restart 2024-09-10T19:07:16.354 INFO:teuthology.orchestra.run.smithi067.stdout: 5 710 28.50 MB/sec execute 2 sec latency 30.785 ms 2024-09-10T19:07:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:16 smithi172 ceph-mon[41360]: pgmap v136: 129 pgs: 129 active+clean; 231 MiB data, 1.7 GiB used, 708 GiB / 715 GiB avail; 10 KiB/s rd, 9.5 MiB/s wr, 775 op/s; 45 KiB/s, 2 objects/s recovering 2024-09-10T19:07:17.274 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:16 smithi067 ceph-mon[57702]: pgmap v136: 129 pgs: 129 active+clean; 231 MiB data, 1.7 GiB used, 708 GiB / 715 GiB avail; 10 KiB/s rd, 9.5 MiB/s wr, 775 op/s; 45 KiB/s, 2 objects/s recovering 2024-09-10T19:07:17.353 INFO:teuthology.orchestra.run.smithi067.stdout: 5 1055 21.79 MB/sec execute 3 sec latency 35.907 ms 2024-09-10T19:07:18.354 INFO:teuthology.orchestra.run.smithi067.stdout: 5 1441 20.25 MB/sec execute 4 sec latency 82.633 ms 2024-09-10T19:07:19.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:18 smithi172 ceph-mon[41360]: Upgrade: Updating osd.3 2024-09-10T19:07:19.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:19.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:07:19.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:19.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:18 smithi172 ceph-mon[41360]: Deploying daemon osd.3 on smithi067 2024-09-10T19:07:19.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:18 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:07:19.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:18 smithi172 ceph-mon[41360]: pgmap v137: 129 pgs: 129 active+clean; 229 MiB data, 1.7 GiB used, 709 GiB / 715 GiB avail; 10 KiB/s rd, 9.1 MiB/s wr, 594 op/s 2024-09-10T19:07:19.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:18 smithi067 ceph-mon[57702]: Upgrade: Updating osd.3 2024-09-10T19:07:19.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:19.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T19:07:19.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:19.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:18 smithi067 ceph-mon[57702]: Deploying daemon osd.3 on smithi067 2024-09-10T19:07:19.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:18 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-09-10T19:07:19.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:18 smithi067 ceph-mon[57702]: pgmap v137: 129 pgs: 129 active+clean; 229 MiB data, 1.7 GiB used, 709 GiB / 715 GiB avail; 10 KiB/s rd, 9.1 MiB/s wr, 594 op/s 2024-09-10T19:07:19.354 INFO:teuthology.orchestra.run.smithi067.stdout: 5 cleanup 5 sec 2024-09-10T19:07:19.553 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009e730000000a' failed - Device or resource busy 2024-09-10T19:07:19.553 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009e9b0000001b' failed - Device or resource busy 2024-09-10T19:07:19.553 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009eb400000018' failed - Device or resource busy 2024-09-10T19:07:19.553 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009e8c0000000b' failed - Device or resource busy 2024-09-10T19:07:19.553 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009eaa0000000c' failed - Device or resource busy 2024-09-10T19:07:19.554 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009eaf00000024' failed - Device or resource busy 2024-09-10T19:07:19.554 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009e8200000010' failed - Device or resource busy 2024-09-10T19:07:19.555 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009f7800000009' failed - Device or resource busy 2024-09-10T19:07:19.558 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009e9600000017' failed - Device or resource busy 2024-09-10T19:07:19.558 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009ec80000001a' failed - Device or resource busy 2024-09-10T19:07:19.558 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009e7800000022' failed - Device or resource busy 2024-09-10T19:07:19.558 INFO:teuthology.orchestra.run.smithi067.stdout:[2118] unlink './clients/client3/~dmtmp/PARADOX/.nfs0000010000009ec300000015' failed - Device or resource busy 2024-09-10T19:07:19.575 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009f790000000f' failed - Device or resource busy 2024-09-10T19:07:19.575 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009e620000002f' failed - Device or resource busy 2024-09-10T19:07:19.575 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009e950000002b' failed - Device or resource busy 2024-09-10T19:07:19.575 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009e9000000028' failed - Device or resource busy 2024-09-10T19:07:19.575 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009ec10000002a' failed - Device or resource busy 2024-09-10T19:07:19.575 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009ea400000019' failed - Device or resource busy 2024-09-10T19:07:19.575 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009ebc00000027' failed - Device or resource busy 2024-09-10T19:07:19.576 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009e680000000d' failed - Device or resource busy 2024-09-10T19:07:19.576 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009e8600000016' failed - Device or resource busy 2024-09-10T19:07:19.576 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009eb800000026' failed - Device or resource busy 2024-09-10T19:07:19.576 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009ea90000003e' failed - Device or resource busy 2024-09-10T19:07:19.576 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009e6d00000012' failed - Device or resource busy 2024-09-10T19:07:19.616 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009e710000003b' failed - Device or resource busy 2024-09-10T19:07:19.618 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009eae00000029' failed - Device or resource busy 2024-09-10T19:07:19.619 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009e7b00000023' failed - Device or resource busy 2024-09-10T19:07:19.620 INFO:teuthology.orchestra.run.smithi067.stdout:[2105] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009f8d0000000e' failed - Device or resource busy 2024-09-10T19:07:19.678 INFO:teuthology.orchestra.run.smithi067.stdout: 0 cleanup 5 sec 2024-09-10T19:07:19.678 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: Operation Count AvgLat MaxLat 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: ---------------------------------------- 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: NTCreateX 1600 3.785 82.626 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: Close 1312 4.329 68.880 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: Rename 55 10.675 35.901 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: Unlink 135 4.077 21.496 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: Qpathinfo 1265 1.546 77.125 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: Qfileinfo 458 12.238 70.099 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: Qfsinfo 165 0.343 1.567 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: Sfileinfo 170 13.297 62.359 2024-09-10T19:07:19.679 INFO:teuthology.orchestra.run.smithi067.stdout: Find 420 0.256 2.009 2024-09-10T19:07:19.680 INFO:teuthology.orchestra.run.smithi067.stdout: WriteX 1796 0.022 0.062 2024-09-10T19:07:19.680 INFO:teuthology.orchestra.run.smithi067.stdout: ReadX 1629 0.011 0.364 2024-09-10T19:07:19.680 INFO:teuthology.orchestra.run.smithi067.stdout: Flush 150 13.997 44.088 2024-09-10T19:07:19.680 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T19:07:19.680 INFO:teuthology.orchestra.run.smithi067.stdout:Throughput 20.2508 MB/sec 5 clients 5 procs max_latency=82.633 ms 2024-09-10T19:07:19.681 DEBUG:teuthology.parallel:result is None 2024-09-10T19:07:20.930 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:20 smithi067 ceph-mon[57702]: pgmap v138: 129 pgs: 129 active+clean; 278 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 11 KiB/s rd, 14 MiB/s wr, 764 op/s 2024-09-10T19:07:21.183 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:20 smithi067 systemd[1]: Stopping Ceph osd.3 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:07:21.183 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.3[34177]: debug 2024-09-10T19:07:21.069+0000 7fc68080c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:07:21.184 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.3[34177]: debug 2024-09-10T19:07:21.069+0000 7fc68080c700 -1 osd.3 100 *** Got signal Terminated *** 2024-09-10T19:07:21.184 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.3[34177]: debug 2024-09-10T19:07:21.069+0000 7fc68080c700 -1 osd.3 100 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:07:21.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:20 smithi172 ceph-mon[41360]: pgmap v138: 129 pgs: 129 active+clean; 278 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 11 KiB/s rd, 14 MiB/s wr, 764 op/s 2024-09-10T19:07:21.481 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:21 smithi067 podman[70057]: 2024-09-10 19:07:21.181989945 +0000 UTC m=+0.211071368 container died bebe06d4d9c2195fb5550868dfb038b2d53d6180d939734af973ae23fdee5f26 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.3, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-15.2.13, GIT_BRANCH=HEAD, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-10T19:07:21.775 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:21 smithi067 podman[70057]: 2024-09-10 19:07:21.561004681 +0000 UTC m=+0.590086102 container cleanup bebe06d4d9c2195fb5550868dfb038b2d53d6180d939734af973ae23fdee5f26 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.3, ceph=True, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.13, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-10T19:07:21.775 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:21 smithi067 bash[70057]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.3 2024-09-10T19:07:22.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.0 2024-09-10T19:07:22.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 failed (root=default,host=smithi067) (connection refused reported by osd.0) 2024-09-10T19:07:22.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.0 2024-09-10T19:07:22.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.2 2024-09-10T19:07:22.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.2 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.4 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.5 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.7 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.6 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.4 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.5 2024-09-10T19:07:22.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.7 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.6 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.0 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.0 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.2 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.5 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.4 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.2 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.5 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.7 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.6 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.4 2024-09-10T19:07:22.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.7 2024-09-10T19:07:22.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.6 2024-09-10T19:07:22.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:21 smithi172 ceph-mon[41360]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.275 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:21 smithi067 podman[70072]: 2024-09-10 19:07:21.862520066 +0000 UTC m=+0.681564908 container remove bebe06d4d9c2195fb5550868dfb038b2d53d6180d939734af973ae23fdee5f26 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.3, GIT_CLEAN=True, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.13, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T19:07:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.0 2024-09-10T19:07:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 failed (root=default,host=smithi067) (connection refused reported by osd.0) 2024-09-10T19:07:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.0 2024-09-10T19:07:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.2 2024-09-10T19:07:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.2 2024-09-10T19:07:22.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.4 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.5 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.7 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.6 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.4 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.5 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.7 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.6 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.0 2024-09-10T19:07:22.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.0 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.2 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.5 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.4 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.2 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.5 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.7 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.6 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.4 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.7 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.6 2024-09-10T19:07:22.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:21 smithi067 ceph-mon[57702]: osd.3 reported immediately failed by osd.1 2024-09-10T19:07:22.633 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:22 smithi067 podman[70175]: 2024-09-10 19:07:22.250301941 +0000 UTC m=+0.016281938 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:07:22.633 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:22 smithi067 podman[70175]: 2024-09-10 19:07:22.380463582 +0000 UTC m=+0.146443569 container create 06a747fee940f2bc1b1e0576d441569afcdcd48e91cfae709b1f8ef9b685d761 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS) 2024-09-10T19:07:23.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:22 smithi067 ceph-mon[57702]: pgmap v139: 129 pgs: 129 active+clean; 261 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 6.9 KiB/s rd, 12 MiB/s wr, 537 op/s 2024-09-10T19:07:23.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:22 smithi067 ceph-mon[57702]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:07:23.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:22 smithi067 ceph-mon[57702]: osdmap e101: 8 total, 7 up, 8 in 2024-09-10T19:07:23.025 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:22 smithi067 podman[70175]: 2024-09-10 19:07:22.63284727 +0000 UTC m=+0.398827258 container init 06a747fee940f2bc1b1e0576d441569afcdcd48e91cfae709b1f8ef9b685d761 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-10T19:07:23.026 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:22 smithi067 podman[70175]: 2024-09-10 19:07:22.636674461 +0000 UTC m=+0.402654449 container start 06a747fee940f2bc1b1e0576d441569afcdcd48e91cfae709b1f8ef9b685d761 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T19:07:23.026 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:22 smithi067 podman[70175]: 2024-09-10 19:07:22.73296037 +0000 UTC m=+0.498940378 container attach 06a747fee940f2bc1b1e0576d441569afcdcd48e91cfae709b1f8ef9b685d761 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731) 2024-09-10T19:07:23.026 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:22 smithi067 podman[70175]: 2024-09-10 19:07:22.823284332 +0000 UTC m=+0.589264323 container died 06a747fee940f2bc1b1e0576d441569afcdcd48e91cfae709b1f8ef9b685d761 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:07:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:22 smithi172 ceph-mon[41360]: pgmap v139: 129 pgs: 129 active+clean; 261 MiB data, 1.8 GiB used, 708 GiB / 715 GiB avail; 6.9 KiB/s rd, 12 MiB/s wr, 537 op/s 2024-09-10T19:07:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:22 smithi172 ceph-mon[41360]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:07:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:22 smithi172 ceph-mon[41360]: osdmap e101: 8 total, 7 up, 8 in 2024-09-10T19:07:24.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:23 smithi172 ceph-mon[41360]: osdmap e102: 8 total, 7 up, 8 in 2024-09-10T19:07:24.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:23 smithi067 ceph-mon[57702]: osdmap e102: 8 total, 7 up, 8 in 2024-09-10T19:07:24.276 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:23 smithi067 podman[70197]: 2024-09-10 19:07:23.879170037 +0000 UTC m=+1.049921003 container remove 06a747fee940f2bc1b1e0576d441569afcdcd48e91cfae709b1f8ef9b685d761 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:07:24.276 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:23 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-10T19:07:24.276 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:23 smithi067 systemd[1]: Stopped Ceph osd.3 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:07:24.276 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:23 smithi067 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.3.service: Consumed 1.181s CPU time. 2024-09-10T19:07:24.276 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 systemd[1]: Starting Ceph osd.3 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:07:24.625 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 podman[70297]: 2024-09-10 19:07:24.246019254 +0000 UTC m=+0.017097576 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:07:24.625 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 podman[70297]: 2024-09-10 19:07:24.380211491 +0000 UTC m=+0.151289812 container create 2a7f952fe64e74394f0ac26a32e1ca162bcd16857dc2aa82617e49602774f61b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:07:24.891 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 podman[70297]: 2024-09-10 19:07:24.624435902 +0000 UTC m=+0.395514224 container init 2a7f952fe64e74394f0ac26a32e1ca162bcd16857dc2aa82617e49602774f61b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-10T19:07:24.892 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 podman[70297]: 2024-09-10 19:07:24.627988215 +0000 UTC m=+0.399066545 container start 2a7f952fe64e74394f0ac26a32e1ca162bcd16857dc2aa82617e49602774f61b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-10T19:07:24.892 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 podman[70297]: 2024-09-10 19:07:24.69935542 +0000 UTC m=+0.470433744 container attach 2a7f952fe64e74394f0ac26a32e1ca162bcd16857dc2aa82617e49602774f61b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-10T19:07:25.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-mon[57702]: pgmap v142: 129 pgs: 2 active+undersized, 19 stale+active+clean, 3 active+undersized+degraded, 105 active+clean; 261 MiB data, 1.7 GiB used, 708 GiB / 715 GiB avail; 3.7 KiB/s rd, 11 MiB/s wr, 352 op/s; 13/1230 objects degraded (1.057%) 2024-09-10T19:07:25.228 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:25.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-mon[57702]: Health check failed: Degraded data redundancy: 13/1230 objects degraded (1.057%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:07:25.229 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:07:25.229 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate[70312]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T19:07:25.229 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 bash[70297]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T19:07:25.229 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate[70312]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-10T19:07:25.230 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 bash[70297]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-10T19:07:25.230 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate[70312]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T19:07:25.230 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 bash[70297]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T19:07:25.230 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate[70312]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T19:07:25.230 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 bash[70297]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T19:07:25.230 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate[70312]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-10T19:07:25.231 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 bash[70297]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-10T19:07:25.231 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate[70312]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T19:07:25.231 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 bash[70297]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-10T19:07:25.231 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate[70312]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-10T19:07:25.231 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 bash[70297]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-10T19:07:25.231 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:24 smithi067 podman[70297]: 2024-09-10 19:07:24.948088703 +0000 UTC m=+0.719167025 container died 2a7f952fe64e74394f0ac26a32e1ca162bcd16857dc2aa82617e49602774f61b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True) 2024-09-10T19:07:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:24 smithi172 ceph-mon[41360]: pgmap v142: 129 pgs: 2 active+undersized, 19 stale+active+clean, 3 active+undersized+degraded, 105 active+clean; 261 MiB data, 1.7 GiB used, 708 GiB / 715 GiB avail; 3.7 KiB/s rd, 11 MiB/s wr, 352 op/s; 13/1230 objects degraded (1.057%) 2024-09-10T19:07:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:24 smithi172 ceph-mon[41360]: Health check failed: Degraded data redundancy: 13/1230 objects degraded (1.057%), 3 pgs degraded (PG_DEGRADED) 2024-09-10T19:07:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:07:25.886 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:25 smithi067 podman[70433]: 2024-09-10 19:07:25.553281322 +0000 UTC m=+0.599510488 container remove 2a7f952fe64e74394f0ac26a32e1ca162bcd16857dc2aa82617e49602774f61b (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-activate, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:07:25.886 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:25 smithi067 podman[70497]: 2024-09-10 19:07:25.672979903 +0000 UTC m=+0.017304424 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:07:25.887 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:25 smithi067 podman[70497]: 2024-09-10 19:07:25.779139123 +0000 UTC m=+0.123463639 container create f709d7200af05dfdfefb846a13cb6f42bfe063eab15fa1076aaebfc950c5e9e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:07:25.894 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:07:26.275 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:26 smithi067 podman[70497]: 2024-09-10 19:07:26.018987603 +0000 UTC m=+0.363312129 container init f709d7200af05dfdfefb846a13cb6f42bfe063eab15fa1076aaebfc950c5e9e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:07:26.275 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:26 smithi067 podman[70497]: 2024-09-10 19:07:26.023139807 +0000 UTC m=+0.367464323 container start f709d7200af05dfdfefb846a13cb6f42bfe063eab15fa1076aaebfc950c5e9e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True) 2024-09-10T19:07:26.276 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-osd[70535]: -- 172.21.15.67:0/2548431487 <== mon.0 v2:172.21.15.67:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ae2ab6ed00 con 0x55ae2ab40c00 2024-09-10T19:07:26.276 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:26 smithi067 bash[70497]: f709d7200af05dfdfefb846a13cb6f42bfe063eab15fa1076aaebfc950c5e9e1 2024-09-10T19:07:26.276 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:26 smithi067 systemd[1]: Started Ceph osd.3 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:07:26.524 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:07:26.524 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (16m) 30s ago 17m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:07:26.524 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (2m) 30s ago 17m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:07:26.524 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (2m) 2m ago 17m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:07:26.524 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (15m) 30s ago 17m 39.3M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (12m) 30s ago 12m 37.1M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (12m) 2m ago 12m 17.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (7m) 30s ago 18m 451M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (4m) 2m ago 17m 398M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (3m) 30s ago 18m 66.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (3m) 2m ago 17m 50.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (9m) 30s ago 9m 142M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (9m) 2m ago 9m 86.2M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (16m) 30s ago 16m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:07:26.525 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (16m) 2m ago 16m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:07:26.526 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (117s) 30s ago 16m 293M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:07:26.526 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (78s) 30s ago 16m 218M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:07:26.526 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (38s) 30s ago 15m 13.8M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:07:26.526 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 starting - - - 4096M 2024-09-10T19:07:26.526 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (15m) 2m ago 15m 334M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:07:26.526 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (14m) 2m ago 14m 388M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:07:26.526 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (14m) 2m ago 14m 326M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:07:26.526 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (14m) 2m ago 14m 253M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:07:26.526 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (7m) 30s ago 16m 59.5M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:07:26.775 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3[70532]: 2024-09-10T19:07:26.561+0000 7fd39f553440 -1 Falling back to public interface 2024-09-10T19:07:26.912 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:07:26.913 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:07:26.913 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:07:26.913 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:07:26.913 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:07:26.913 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:07:26.913 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:07:26.914 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:07:26.914 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-09-10T19:07:26.914 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 3 2024-09-10T19:07:26.914 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:07:26.914 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:07:26.914 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:07:26.915 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:07:26.915 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:07:26.915 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 6, 2024-09-10T19:07:26.915 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 7 2024-09-10T19:07:26.915 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:07:26.915 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:07:27.230 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "9/23 daemons upgraded", 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:07:27.231 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: pgmap v143: 129 pgs: 26 active+undersized, 4 stale+active+clean, 14 active+undersized+degraded, 85 active+clean; 186 MiB data, 1.6 GiB used, 709 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.3 MiB/s wr, 406 op/s; 41/462 objects degraded (8.874%) 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.232 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.233 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.233 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.233 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:07:27.233 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.233 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.233 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.233 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: pgmap v143: 129 pgs: 26 active+undersized, 4 stale+active+clean, 14 active+undersized+degraded, 85 active+clean; 186 MiB data, 1.6 GiB used, 709 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.3 MiB/s wr, 406 op/s; 41/462 objects degraded (8.874%) 2024-09-10T19:07:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='client.34264 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:07:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:07:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='client.34268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:27.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:27 smithi067 ceph-mon[57702]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:27 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/2929047858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:28.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:27 smithi067 ceph-mon[57702]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:27 smithi172 ceph-mon[41360]: from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:27 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/2929047858' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:27 smithi172 ceph-mon[41360]: from='client.34282 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:29.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:28 smithi172 ceph-mon[41360]: pgmap v144: 129 pgs: 34 active+undersized, 16 active+undersized+degraded, 79 active+clean; 179 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 1.3 MiB/s wr, 125 op/s; 53/405 objects degraded (13.086%) 2024-09-10T19:07:29.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:28 smithi067 ceph-mon[57702]: pgmap v144: 129 pgs: 34 active+undersized, 16 active+undersized+degraded, 79 active+clean; 179 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 1.3 MiB/s wr, 125 op/s; 53/405 objects degraded (13.086%) 2024-09-10T19:07:30.275 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:29 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3[70532]: 2024-09-10T19:07:29.964+0000 7fd39f553440 -1 osd.3 0 read_superblock omap replica is missing. 2024-09-10T19:07:31.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:30 smithi172 ceph-mon[41360]: pgmap v145: 129 pgs: 34 active+undersized, 16 active+undersized+degraded, 79 active+clean; 180 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 434 KiB/s wr, 86 op/s; 53/405 objects degraded (13.086%) 2024-09-10T19:07:31.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:30 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 53/405 objects degraded (13.086%), 16 pgs degraded (PG_DEGRADED) 2024-09-10T19:07:31.275 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3[70532]: 2024-09-10T19:07:31.082+0000 7fd39f553440 -1 osd.3 100 log_to_monitors true 2024-09-10T19:07:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:30 smithi067 ceph-mon[57702]: pgmap v145: 129 pgs: 34 active+undersized, 16 active+undersized+degraded, 79 active+clean; 180 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 434 KiB/s wr, 86 op/s; 53/405 objects degraded (13.086%) 2024-09-10T19:07:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:30 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 53/405 objects degraded (13.086%), 16 pgs degraded (PG_DEGRADED) 2024-09-10T19:07:32.168 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:31 smithi067 ceph-mon[57702]: from='osd.3 [v2:172.21.15.67:6826/2728484090,v1:172.21.15.67:6827/2728484090]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T19:07:32.168 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:07:31 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3[70532]: 2024-09-10T19:07:31.924+0000 7fd395afc640 -1 osd.3 100 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:07:32.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:31 smithi172 ceph-mon[41360]: from='osd.3 [v2:172.21.15.67:6826/2728484090,v1:172.21.15.67:6827/2728484090]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T19:07:33.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:32 smithi172 ceph-mon[41360]: pgmap v146: 129 pgs: 34 active+undersized, 16 active+undersized+degraded, 79 active+clean; 180 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 350 KiB/s wr, 69 op/s; 53/405 objects degraded (13.086%) 2024-09-10T19:07:33.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:32 smithi172 ceph-mon[41360]: from='osd.3 [v2:172.21.15.67:6826/2728484090,v1:172.21.15.67:6827/2728484090]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T19:07:33.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:32 smithi172 ceph-mon[41360]: osdmap e103: 8 total, 7 up, 8 in 2024-09-10T19:07:33.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:32 smithi172 ceph-mon[41360]: from='osd.3 [v2:172.21.15.67:6826/2728484090,v1:172.21.15.67:6827/2728484090]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:07:33.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:33.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:33.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:33.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:07:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:32 smithi067 ceph-mon[57702]: pgmap v146: 129 pgs: 34 active+undersized, 16 active+undersized+degraded, 79 active+clean; 180 MiB data, 1.5 GiB used, 709 GiB / 715 GiB avail; 350 KiB/s wr, 69 op/s; 53/405 objects degraded (13.086%) 2024-09-10T19:07:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:32 smithi067 ceph-mon[57702]: from='osd.3 [v2:172.21.15.67:6826/2728484090,v1:172.21.15.67:6827/2728484090]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T19:07:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:32 smithi067 ceph-mon[57702]: osdmap e103: 8 total, 7 up, 8 in 2024-09-10T19:07:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:32 smithi067 ceph-mon[57702]: from='osd.3 [v2:172.21.15.67:6826/2728484090,v1:172.21.15.67:6827/2728484090]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi067", "root=default"]}]: dispatch 2024-09-10T19:07:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:33.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:07:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:07:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: osd.3 [v2:172.21.15.67:6826/2728484090,v1:172.21.15.67:6827/2728484090] boot 2024-09-10T19:07:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: osdmap e104: 8 total, 8 up, 8 in 2024-09-10T19:07:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:07:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:07:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:33 smithi172 ceph-mon[41360]: osdmap e105: 8 total, 8 up, 8 in 2024-09-10T19:07:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:07:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: osd.3 [v2:172.21.15.67:6826/2728484090,v1:172.21.15.67:6827/2728484090] boot 2024-09-10T19:07:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: osdmap e104: 8 total, 8 up, 8 in 2024-09-10T19:07:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:07:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:07:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:33 smithi067 ceph-mon[57702]: osdmap e105: 8 total, 8 up, 8 in 2024-09-10T19:07:35.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:35 smithi172 ceph-mon[41360]: pgmap v149: 129 pgs: 4 peering, 33 active+undersized, 13 active+undersized+degraded, 79 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 21 KiB/s wr, 4 op/s; 40/405 objects degraded (9.877%) 2024-09-10T19:07:35.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:35 smithi067 ceph-mon[57702]: pgmap v149: 129 pgs: 4 peering, 33 active+undersized, 13 active+undersized+degraded, 79 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 21 KiB/s wr, 4 op/s; 40/405 objects degraded (9.877%) 2024-09-10T19:07:36.400 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:36 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 40/405 objects degraded (9.877%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T19:07:36.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:36 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 40/405 objects degraded (9.877%), 13 pgs degraded (PG_DEGRADED) 2024-09-10T19:07:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: pgmap v151: 129 pgs: 17 peering, 19 active+undersized, 7 active+undersized+degraded, 86 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 511 B/s wr, 0 op/s; 22/405 objects degraded (5.432%) 2024-09-10T19:07:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:37.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:37.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:37.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:37.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:07:37.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:37.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:07:37.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:37.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:07:37.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:37.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:37.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:37.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:07:37.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: pgmap v151: 129 pgs: 17 peering, 19 active+undersized, 7 active+undersized+degraded, 86 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 511 B/s wr, 0 op/s; 22/405 objects degraded (5.432%) 2024-09-10T19:07:37.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:37.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:07:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:38 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:07:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:38 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:07:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:38 smithi172 ceph-mon[41360]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2024-09-10T19:07:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:38 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:07:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:38 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:07:38.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:38 smithi067 ceph-mon[57702]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2024-09-10T19:07:39.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:39 smithi172 ceph-mon[41360]: pgmap v152: 129 pgs: 17 peering, 112 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2024-09-10T19:07:39.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:39 smithi172 ceph-mon[41360]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 22/405 objects degraded (5.432%), 7 pgs degraded) 2024-09-10T19:07:39.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:39 smithi172 ceph-mon[41360]: Cluster is now healthy 2024-09-10T19:07:39.423 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:39.423 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:07:39.426 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:39 smithi067 ceph-mon[57702]: pgmap v152: 129 pgs: 17 peering, 112 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 0 op/s 2024-09-10T19:07:39.426 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:39 smithi067 ceph-mon[57702]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 22/405 objects degraded (5.432%), 7 pgs degraded) 2024-09-10T19:07:39.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:39 smithi067 ceph-mon[57702]: Cluster is now healthy 2024-09-10T19:07:39.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:39.427 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:07:41.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:41 smithi172 ceph-mon[41360]: pgmap v153: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 258 B/s rd, 647 B/s wr, 0 op/s 2024-09-10T19:07:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:41 smithi067 ceph-mon[57702]: pgmap v153: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 258 B/s rd, 647 B/s wr, 0 op/s 2024-09-10T19:07:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:43 smithi172 ceph-mon[41360]: pgmap v154: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 229 B/s rd, 574 B/s wr, 0 op/s 2024-09-10T19:07:43.520 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:43 smithi067 ceph-mon[57702]: pgmap v154: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 229 B/s rd, 574 B/s wr, 0 op/s 2024-09-10T19:07:45.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:44 smithi172 ceph-mon[41360]: pgmap v155: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-09-10T19:07:45.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:44 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:44 smithi067 ceph-mon[57702]: pgmap v155: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 204 B/s rd, 511 B/s wr, 0 op/s 2024-09-10T19:07:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:44 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:46 smithi172 ceph-mon[41360]: pgmap v156: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-09-10T19:07:47.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:46 smithi067 ceph-mon[57702]: pgmap v156: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 171 B/s rd, 171 B/s wr, 0 op/s 2024-09-10T19:07:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:48 smithi172 ceph-mon[41360]: pgmap v157: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T19:07:49.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:48 smithi067 ceph-mon[57702]: pgmap v157: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-10T19:07:51.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:50 smithi067 ceph-mon[57702]: pgmap v158: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-10T19:07:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:50 smithi172 ceph-mon[41360]: pgmap v158: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-09-10T19:07:52.208 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:51 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:07:52.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:51 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:07:53.100 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:52 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:07:53.101 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:52 smithi172 ceph-mon[41360]: Upgrade: osd.4 is safe to restart 2024-09-10T19:07:53.101 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:52 smithi172 ceph-mon[41360]: pgmap v159: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-09-10T19:07:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:52 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-10T19:07:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:52 smithi067 ceph-mon[57702]: Upgrade: osd.4 is safe to restart 2024-09-10T19:07:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:52 smithi067 ceph-mon[57702]: pgmap v159: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-09-10T19:07:54.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: Upgrade: Updating osd.4 2024-09-10T19:07:54.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:54.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:07:54.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:54.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: Deploying daemon osd.4 on smithi172 2024-09-10T19:07:54.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:07:54.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:07:54.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:07:54.429 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:07:54.430 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:07:54.430 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:07:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: Upgrade: Updating osd.4 2024-09-10T19:07:54.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:07:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T19:07:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:07:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: Deploying daemon osd.4 on smithi172 2024-09-10T19:07:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-09-10T19:07:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:07:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:07:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:07:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:07:54.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:07:55.517 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:55 smithi172 ceph-mon[41360]: pgmap v160: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-09-10T19:07:55.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:55 smithi067 ceph-mon[57702]: pgmap v160: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-09-10T19:07:56.097 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:55 smithi172 systemd[1]: Stopping Ceph osd.4 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:07:56.097 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4[25840]: debug 2024-09-10T19:07:55.979+0000 7fdd675fd700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:07:56.098 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4[25840]: debug 2024-09-10T19:07:55.979+0000 7fdd675fd700 -1 osd.4 105 *** Got signal Terminated *** 2024-09-10T19:07:56.098 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:55 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4[25840]: debug 2024-09-10T19:07:55.979+0000 7fdd675fd700 -1 osd.4 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:07:56.382 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:56 smithi172 podman[45765]: 2024-09-10 19:07:56.102678897 +0000 UTC m=+0.242597786 container died 9c76e8b22af5a866e4d190f7315258966793f13a43d49538540041e4490dc241 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4, RELEASE=HEAD, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, ceph=True, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.13, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image) 2024-09-10T19:07:56.732 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:56 smithi172 podman[45765]: 2024-09-10 19:07:56.471956024 +0000 UTC m=+0.611874899 container cleanup 9c76e8b22af5a866e4d190f7315258966793f13a43d49538540041e4490dc241 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.13, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809) 2024-09-10T19:07:56.732 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:56 smithi172 bash[45765]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4 2024-09-10T19:07:57.021 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:56 smithi172 podman[45779]: 2024-09-10 19:07:56.731394066 +0000 UTC m=+0.623562903 container remove 9c76e8b22af5a866e4d190f7315258966793f13a43d49538540041e4490dc241 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.4, CEPH_POINT_RELEASE=-15.2.13, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T19:07:57.452 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:57 smithi172 podman[45883]: 2024-09-10 19:07:57.190634283 +0000 UTC m=+0.111376087 container create e4a18ed1fc767e4fd0f2f862c613499ba37e33bf703dd2e31199e1cc3bf03bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-10T19:07:57.453 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:57 smithi172 podman[45883]: 2024-09-10 19:07:57.09502503 +0000 UTC m=+0.015766840 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:07:57.453 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:57 smithi172 podman[45883]: 2024-09-10 19:07:57.451405917 +0000 UTC m=+0.372147723 container init e4a18ed1fc767e4fd0f2f862c613499ba37e33bf703dd2e31199e1cc3bf03bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-10T19:07:57.453 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: pgmap v161: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-09-10T19:07:57.453 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.5 2024-09-10T19:07:57.453 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 failed (root=default,host=smithi172) (connection refused reported by osd.5) 2024-09-10T19:07:57.453 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.7 2024-09-10T19:07:57.453 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.6 2024-09-10T19:07:57.453 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.0 2024-09-10T19:07:57.453 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.2 2024-09-10T19:07:57.453 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.3 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.1 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.5 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.7 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.6 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.0 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.2 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.3 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.1 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.5 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.6 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.5 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.7 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.6 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.0 2024-09-10T19:07:57.454 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.2 2024-09-10T19:07:57.455 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.3 2024-09-10T19:07:57.455 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.1 2024-09-10T19:07:57.455 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.7 2024-09-10T19:07:57.455 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.0 2024-09-10T19:07:57.455 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.2 2024-09-10T19:07:57.455 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.3 2024-09-10T19:07:57.455 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:57 smithi172 ceph-mon[41360]: osd.4 reported immediately failed by osd.1 2024-09-10T19:07:57.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: pgmap v161: 129 pgs: 129 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-09-10T19:07:57.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.5 2024-09-10T19:07:57.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 failed (root=default,host=smithi172) (connection refused reported by osd.5) 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.7 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.6 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.0 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.2 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.3 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.1 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.5 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.7 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.6 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.0 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.2 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.3 2024-09-10T19:07:57.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.1 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.5 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.6 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.5 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.7 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.6 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.0 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.2 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.3 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.1 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.7 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.0 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.2 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.3 2024-09-10T19:07:57.527 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:57 smithi067 ceph-mon[57702]: osd.4 reported immediately failed by osd.1 2024-09-10T19:07:57.568 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:07:57.771 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:57 smithi172 podman[45883]: 2024-09-10 19:07:57.455054091 +0000 UTC m=+0.375795902 container start e4a18ed1fc767e4fd0f2f862c613499ba37e33bf703dd2e31199e1cc3bf03bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:07:57.771 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:57 smithi172 podman[45883]: 2024-09-10 19:07:57.559698745 +0000 UTC m=+0.480440561 container attach e4a18ed1fc767e4fd0f2f862c613499ba37e33bf703dd2e31199e1cc3bf03bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-10T19:07:57.771 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:57 smithi172 podman[45883]: 2024-09-10 19:07:57.640284894 +0000 UTC m=+0.561026708 container died e4a18ed1fc767e4fd0f2f862c613499ba37e33bf703dd2e31199e1cc3bf03bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-10T19:07:58.203 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (16m) 25s ago 18m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (2m) 25s ago 18m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (2m) 2m ago 18m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (16m) 25s ago 17m 39.3M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (13m) 25s ago 13m 37.7M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (13m) 2m ago 13m 17.6M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (7m) 25s ago 19m 452M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (4m) 2m ago 17m 398M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (4m) 25s ago 19m 72.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (3m) 2m ago 18m 50.8M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (10m) 25s ago 10m 136M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (10m) 2m ago 10m 86.2M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:07:58.204 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (17m) 25s ago 17m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (17m) 2m ago 17m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (2m) 25s ago 17m 334M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (110s) 25s ago 16m 253M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (70s) 25s ago 16m 191M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (32s) 25s ago 16m 13.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (15m) 2m ago 15m 334M 4096M 15.2.13 2cf504fded39 9c76e8b22af5 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (15m) 2m ago 15m 388M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (15m) 2m ago 15m 326M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (14m) 2m ago 14m 253M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:07:58.205 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (7m) 25s ago 17m 61.7M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:07:58.214 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:58 smithi172 ceph-mon[41360]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:07:58.214 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:58 smithi172 ceph-mon[41360]: osdmap e106: 8 total, 7 up, 8 in 2024-09-10T19:07:58.521 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:58 smithi172 podman[45914]: 2024-09-10 19:07:58.2133649 +0000 UTC m=+0.567539661 container remove e4a18ed1fc767e4fd0f2f862c613499ba37e33bf703dd2e31199e1cc3bf03bfd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-10T19:07:58.521 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:58 smithi172 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-10T19:07:58.521 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:58 smithi172 systemd[1]: Stopped Ceph osd.4 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:07:58.521 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:58 smithi172 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.4.service: Consumed 1.103s CPU time. 2024-09-10T19:07:58.521 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:58 smithi172 systemd[1]: Starting Ceph osd.4 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:07:58.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:58 smithi067 ceph-mon[57702]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:07:58.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:58 smithi067 ceph-mon[57702]: osdmap e106: 8 total, 7 up, 8 in 2024-09-10T19:07:58.575 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 4 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:07:58.576 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:07:58.577 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:07:58.577 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:07:58.577 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:07:58.577 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 5, 2024-09-10T19:07:58.577 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:07:58.577 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:07:58.577 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "10/23 daemons upgraded", 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:07:58.887 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:07:58.888 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:07:58.921 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:58 smithi172 podman[46016]: 2024-09-10 19:07:58.561746759 +0000 UTC m=+0.016106163 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:07:58.921 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:58 smithi172 podman[46016]: 2024-09-10 19:07:58.689349636 +0000 UTC m=+0.143709022 container create f8e317794569518ee8c70223dc1eb7c3156120340c1700428f686405e849dfbb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-10T19:07:59.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 podman[46016]: 2024-09-10 19:07:59.041770622 +0000 UTC m=+0.496130009 container init f8e317794569518ee8c70223dc1eb7c3156120340c1700428f686405e849dfbb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:07:59.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 podman[46016]: 2024-09-10 19:07:59.045530015 +0000 UTC m=+0.499889405 container start f8e317794569518ee8c70223dc1eb7c3156120340c1700428f686405e849dfbb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:07:59.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 podman[46016]: 2024-09-10 19:07:59.116766171 +0000 UTC m=+0.571125573 container attach f8e317794569518ee8c70223dc1eb7c3156120340c1700428f686405e849dfbb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True) 2024-09-10T19:07:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: pgmap v163: 129 pgs: 18 stale+active+clean, 111 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: osdmap e107: 8 total, 7 up, 8 in 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/2599973911' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='client.34288 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: pgmap v163: 129 pgs: 18 stale+active+clean, 111 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail 2024-09-10T19:07:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='client.34292 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: osdmap e107: 8 total, 7 up, 8 in 2024-09-10T19:07:59.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='client.34296 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:07:59.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:07:59 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/2599973911' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:07:59.696 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate[46031]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:07:59.696 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 bash[46016]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:07:59.696 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate[46031]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-10T19:07:59.696 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 bash[46016]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-10T19:07:59.696 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate[46031]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T19:07:59.696 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 bash[46016]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-10T19:07:59.696 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate[46031]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T19:07:59.696 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 bash[46016]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-10T19:07:59.697 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate[46031]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-10T19:07:59.697 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 bash[46016]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-10T19:07:59.697 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate[46031]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:07:59.697 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 bash[46016]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-10T19:07:59.697 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate[46031]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-10T19:07:59.697 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 bash[46016]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-10T19:07:59.697 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 podman[46016]: 2024-09-10 19:07:59.353369161 +0000 UTC m=+0.807728549 container died f8e317794569518ee8c70223dc1eb7c3156120340c1700428f686405e849dfbb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-10T19:08:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:00 smithi172 ceph-mon[41360]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:00.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:07:59 smithi172 podman[46141]: 2024-09-10 19:07:59.979102993 +0000 UTC m=+0.619683841 container remove f8e317794569518ee8c70223dc1eb7c3156120340c1700428f686405e849dfbb (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-activate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-10T19:08:00.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:00 smithi172 podman[46202]: 2024-09-10 19:08:00.188350791 +0000 UTC m=+0.111452861 container create 125806f6cf03c794198cfbe5c74149e57c5f8e43feb039e4f37b91cbe3f3ed5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-10T19:08:00.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:00 smithi172 podman[46202]: 2024-09-10 19:08:00.092942322 +0000 UTC m=+0.016044360 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:08:00.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:00 smithi067 ceph-mon[57702]: from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:00.771 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:00 smithi172 podman[46202]: 2024-09-10 19:08:00.432367259 +0000 UTC m=+0.355469292 container init 125806f6cf03c794198cfbe5c74149e57c5f8e43feb039e4f37b91cbe3f3ed5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:08:00.771 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:00 smithi172 podman[46202]: 2024-09-10 19:08:00.435433707 +0000 UTC m=+0.358535742 container start 125806f6cf03c794198cfbe5c74149e57c5f8e43feb039e4f37b91cbe3f3ed5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:08:00.771 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:00 smithi172 ceph-osd[46219]: -- 172.21.15.172:0/2851677893 <== mon.1 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e459794d00 con 0x55e459767000 2024-09-10T19:08:00.771 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:00 smithi172 bash[46202]: 125806f6cf03c794198cfbe5c74149e57c5f8e43feb039e4f37b91cbe3f3ed5d 2024-09-10T19:08:00.771 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:00 smithi172 systemd[1]: Started Ceph osd.4 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:08:01.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:08:00.977+0000 7f5eb9ca7440 -1 Falling back to public interface 2024-09-10T19:08:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:01 smithi172 ceph-mon[41360]: pgmap v165: 129 pgs: 22 active+undersized, 9 stale+active+clean, 8 active+undersized+degraded, 90 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 17/405 objects degraded (4.198%) 2024-09-10T19:08:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:01 smithi172 ceph-mon[41360]: Health check failed: Degraded data redundancy: 17/405 objects degraded (4.198%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:08:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:08:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:01 smithi067 ceph-mon[57702]: pgmap v165: 129 pgs: 22 active+undersized, 9 stale+active+clean, 8 active+undersized+degraded, 90 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 17/405 objects degraded (4.198%) 2024-09-10T19:08:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:01 smithi067 ceph-mon[57702]: Health check failed: Degraded data redundancy: 17/405 objects degraded (4.198%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:01.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:08:01.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:08:03.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:03 smithi172 ceph-mon[41360]: pgmap v166: 129 pgs: 34 active+undersized, 5 stale+active+clean, 14 active+undersized+degraded, 76 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/405 objects degraded (10.617%) 2024-09-10T19:08:03.521 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:03 smithi067 ceph-mon[57702]: pgmap v166: 129 pgs: 34 active+undersized, 5 stale+active+clean, 14 active+undersized+degraded, 76 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 43/405 objects degraded (10.617%) 2024-09-10T19:08:04.181 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:08:03.850+0000 7f5eb9ca7440 -1 osd.4 0 read_superblock omap replica is missing. 2024-09-10T19:08:05.166 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:04 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:08:04.838+0000 7f5eb9ca7440 -1 osd.4 105 log_to_monitors true 2024-09-10T19:08:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: pgmap v167: 129 pgs: 39 active+undersized, 17 active+undersized+degraded, 73 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 46/405 objects degraded (11.358%) 2024-09-10T19:08:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='osd.4 [v2:172.21.15.172:6800/725527765,v1:172.21.15.172:6801/725527765]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:08:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:08:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:08:05.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:05.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:05.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:05.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: pgmap v167: 129 pgs: 39 active+undersized, 17 active+undersized+degraded, 73 active+clean; 180 MiB data, 1.8 GiB used, 709 GiB / 715 GiB avail; 46/405 objects degraded (11.358%) 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='osd.4 [v2:172.21.15.172:6800/725527765,v1:172.21.15.172:6801/725527765]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:05.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:05.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:08:05.834 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:08:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:08:05.545+0000 7f5eb2254640 -1 osd.4 105 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:08:06.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:06 smithi172 ceph-mon[41360]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:08:06.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:06 smithi172 ceph-mon[41360]: osdmap e108: 8 total, 7 up, 8 in 2024-09-10T19:08:06.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:06 smithi172 ceph-mon[41360]: from='osd.4 [v2:172.21.15.172:6800/725527765,v1:172.21.15.172:6801/725527765]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:08:06.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:06 smithi172 ceph-mon[41360]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:08:06.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:06 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 46/405 objects degraded (11.358%), 17 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:06.758 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:06 smithi172 ceph-mon[41360]: pgmap v169: 129 pgs: 39 active+undersized, 17 active+undersized+degraded, 73 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 46/405 objects degraded (11.358%) 2024-09-10T19:08:07.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:06 smithi067 ceph-mon[57702]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T19:08:07.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:06 smithi067 ceph-mon[57702]: osdmap e108: 8 total, 7 up, 8 in 2024-09-10T19:08:07.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:06 smithi067 ceph-mon[57702]: from='osd.4 [v2:172.21.15.172:6800/725527765,v1:172.21.15.172:6801/725527765]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:08:07.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:06 smithi067 ceph-mon[57702]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:08:07.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:06 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 46/405 objects degraded (11.358%), 17 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:07.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:06 smithi067 ceph-mon[57702]: pgmap v169: 129 pgs: 39 active+undersized, 17 active+undersized+degraded, 73 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 46/405 objects degraded (11.358%) 2024-09-10T19:08:07.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:07 smithi172 ceph-mon[41360]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:08:07.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:07 smithi172 ceph-mon[41360]: osd.4 [v2:172.21.15.172:6800/725527765,v1:172.21.15.172:6801/725527765] boot 2024-09-10T19:08:07.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:07 smithi172 ceph-mon[41360]: osdmap e109: 8 total, 8 up, 8 in 2024-09-10T19:08:07.795 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:07 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:08:08.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:07 smithi067 ceph-mon[57702]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:08:08.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:07 smithi067 ceph-mon[57702]: osd.4 [v2:172.21.15.172:6800/725527765,v1:172.21.15.172:6801/725527765] boot 2024-09-10T19:08:08.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:07 smithi067 ceph-mon[57702]: osdmap e109: 8 total, 8 up, 8 in 2024-09-10T19:08:08.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:07 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:08:08.636 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:08 smithi172 ceph-mon[41360]: osdmap e110: 8 total, 8 up, 8 in 2024-09-10T19:08:08.636 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:08 smithi172 ceph-mon[41360]: pgmap v172: 129 pgs: 3 peering, 38 active+undersized, 15 active+undersized+degraded, 73 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 44/405 objects degraded (10.864%) 2024-09-10T19:08:09.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:08 smithi067 ceph-mon[57702]: osdmap e110: 8 total, 8 up, 8 in 2024-09-10T19:08:09.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:08 smithi067 ceph-mon[57702]: pgmap v172: 129 pgs: 3 peering, 38 active+undersized, 15 active+undersized+degraded, 73 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 44/405 objects degraded (10.864%) 2024-09-10T19:08:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:08:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:08:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:08:09.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:08:09.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:09.927 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:09.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:09.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:08:09.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:08:09.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2024-09-10T19:08:09.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:09.928 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:08:11.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:10 smithi172 ceph-mon[41360]: pgmap v173: 129 pgs: 3 peering, 24 active+undersized, 8 active+undersized+degraded, 94 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 28/405 objects degraded (6.914%) 2024-09-10T19:08:11.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:10 smithi067 ceph-mon[57702]: pgmap v173: 129 pgs: 3 peering, 24 active+undersized, 8 active+undersized+degraded, 94 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 28/405 objects degraded (6.914%) 2024-09-10T19:08:12.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:11 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 28/405 objects degraded (6.914%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:12.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:11 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 28/405 objects degraded (6.914%), 8 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:12.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:12 smithi067 ceph-mon[57702]: pgmap v174: 129 pgs: 3 peering, 126 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:12.898 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:12 smithi172 ceph-mon[41360]: pgmap v174: 129 pgs: 3 peering, 126 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:13.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:13 smithi067 ceph-mon[57702]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/405 objects degraded (6.914%), 8 pgs degraded) 2024-09-10T19:08:13.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:13 smithi067 ceph-mon[57702]: Cluster is now healthy 2024-09-10T19:08:14.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:13 smithi172 ceph-mon[41360]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/405 objects degraded (6.914%), 8 pgs degraded) 2024-09-10T19:08:14.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:13 smithi172 ceph-mon[41360]: Cluster is now healthy 2024-09-10T19:08:15.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:14 smithi172 ceph-mon[41360]: pgmap v175: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:15.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:14 smithi067 ceph-mon[57702]: pgmap v175: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:16 smithi172 ceph-mon[41360]: pgmap v176: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:17.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:16 smithi067 ceph-mon[57702]: pgmap v176: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:19.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:18 smithi172 ceph-mon[41360]: pgmap v177: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:19.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:18 smithi067 ceph-mon[57702]: pgmap v177: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:20.026 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:19 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:20.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:19 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:21.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:20 smithi172 ceph-mon[41360]: pgmap v178: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:21.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:20 smithi067 ceph-mon[57702]: pgmap v178: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:22 smithi172 ceph-mon[41360]: pgmap v179: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:23.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:22 smithi067 ceph-mon[57702]: pgmap v179: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:24.203 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:08:24.203 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:24.203 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:08:24.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:08:24.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:24.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:08:25.206 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:24 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:08:25.206 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:24 smithi172 ceph-mon[41360]: Upgrade: osd.5 is safe to restart 2024-09-10T19:08:25.206 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:24 smithi172 ceph-mon[41360]: pgmap v180: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:24 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-10T19:08:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:24 smithi067 ceph-mon[57702]: Upgrade: osd.5 is safe to restart 2024-09-10T19:08:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:24 smithi067 ceph-mon[57702]: pgmap v180: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:26.749 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:26 smithi172 ceph-mon[41360]: Upgrade: Updating osd.5 2024-09-10T19:08:26.749 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:26.749 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:08:26.749 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:08:26.749 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:26 smithi172 ceph-mon[41360]: Deploying daemon osd.5 on smithi172 2024-09-10T19:08:26.749 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:26 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:08:26.749 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:26 smithi172 ceph-mon[41360]: pgmap v181: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:26.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:26 smithi067 ceph-mon[57702]: Upgrade: Updating osd.5 2024-09-10T19:08:26.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:26.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T19:08:26.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:08:26.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:26 smithi067 ceph-mon[57702]: Deploying daemon osd.5 on smithi172 2024-09-10T19:08:26.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:26 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-09-10T19:08:26.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:26 smithi067 ceph-mon[57702]: pgmap v181: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:28.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:28 smithi172 systemd[1]: Stopping Ceph osd.5 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:08:28.620 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5[27308]: debug 2024-09-10T19:08:28.307+0000 7f755466e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:08:28.620 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5[27308]: debug 2024-09-10T19:08:28.307+0000 7f755466e700 -1 osd.5 110 *** Got signal Terminated *** 2024-09-10T19:08:28.620 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5[27308]: debug 2024-09-10T19:08:28.307+0000 7f755466e700 -1 osd.5 110 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:08:28.620 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:28 smithi172 podman[47766]: 2024-09-10 19:08:28.430721432 +0000 UTC m=+0.221128560 container died d07b1283c5690cf7ed5b0836ae3e9ac7d37aca6da84b6f824c7b2e66691df7b0 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.13, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204) 2024-09-10T19:08:28.893 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:28 smithi172 podman[47766]: 2024-09-10 19:08:28.833006361 +0000 UTC m=+0.623413489 container cleanup d07b1283c5690cf7ed5b0836ae3e9ac7d37aca6da84b6f824c7b2e66691df7b0 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-15.2.13, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True) 2024-09-10T19:08:28.893 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:28 smithi172 bash[47766]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5 2024-09-10T19:08:29.237 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:08:29.237 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: pgmap v182: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:29.237 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.0 2024-09-10T19:08:29.237 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 failed (root=default,host=smithi172) (connection refused reported by osd.0) 2024-09-10T19:08:29.237 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.7 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.6 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.0 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.2 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.3 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.1 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.7 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.6 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.2 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.3 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.4 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.1 2024-09-10T19:08:29.238 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:28 smithi067 ceph-mon[57702]: osd.5 reported immediately failed by osd.4 2024-09-10T19:08:29.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:29 smithi172 podman[47782]: 2024-09-10 19:08:29.101355534 +0000 UTC m=+0.663407838 container remove d07b1283c5690cf7ed5b0836ae3e9ac7d37aca6da84b6f824c7b2e66691df7b0 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.5, org.label-schema.license=GPLv2, org.label-schema.build-date=20201204, GIT_CLEAN=True, ceph=True, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.13, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau ) 2024-09-10T19:08:29.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: pgmap v182: 129 pgs: 129 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:29.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.0 2024-09-10T19:08:29.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 failed (root=default,host=smithi172) (connection refused reported by osd.0) 2024-09-10T19:08:29.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.7 2024-09-10T19:08:29.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.6 2024-09-10T19:08:29.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.0 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.2 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.3 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.1 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.7 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.6 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.2 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.3 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.4 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.1 2024-09-10T19:08:29.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:28 smithi172 ceph-mon[41360]: osd.5 reported immediately failed by osd.4 2024-09-10T19:08:29.735 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:29 smithi172 podman[47894]: 2024-09-10 19:08:29.471691905 +0000 UTC m=+0.015999500 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:08:29.735 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:29 smithi172 podman[47894]: 2024-09-10 19:08:29.610722884 +0000 UTC m=+0.155030480 container create 57ea0e50f54cba60fa3237376b9e5f4fd8984744b842bc38eb82230fed628d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:08:29.849 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:08:29.849 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (17m) 57s ago 18m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:08:29.849 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (3m) 57s ago 18m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:08:29.849 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (3m) 25s ago 18m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:08:29.849 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (17m) 57s ago 18m 39.3M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:08:29.849 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (13m) 57s ago 13m 37.7M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (13m) 25s ago 13m 18.2M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (8m) 57s ago 19m 452M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (5m) 25s ago 18m 400M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (4m) 57s ago 20m 72.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (4m) 25s ago 18m 52.1M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (10m) 57s ago 10m 136M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (10m) 25s ago 10m 86.7M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (18m) 57s ago 18m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (17m) 25s ago 17m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (3m) 57s ago 17m 334M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (2m) 57s ago 17m 253M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:08:29.850 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (102s) 57s ago 16m 191M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:08:29.851 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (64s) 57s ago 16m 13.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:08:29.851 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (29s) 25s ago 16m 13.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 125806f6cf03 2024-09-10T19:08:29.851 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (15m) 25s ago 15m 299M 4096M 15.2.13 2cf504fded39 d07b1283c569 2024-09-10T19:08:29.851 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (15m) 25s ago 15m 213M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:08:29.851 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (15m) 25s ago 15m 225M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:08:29.851 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (8m) 57s ago 17m 61.7M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:08:30.021 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:29 smithi172 podman[47894]: 2024-09-10 19:08:29.846485867 +0000 UTC m=+0.390793467 container init 57ea0e50f54cba60fa3237376b9e5f4fd8984744b842bc38eb82230fed628d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-10T19:08:30.021 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:29 smithi172 podman[47894]: 2024-09-10 19:08:29.849732242 +0000 UTC m=+0.394039838 container start 57ea0e50f54cba60fa3237376b9e5f4fd8984744b842bc38eb82230fed628d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-10T19:08:30.021 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:29 smithi172 podman[47894]: 2024-09-10 19:08:29.929492553 +0000 UTC m=+0.473800178 container attach 57ea0e50f54cba60fa3237376b9e5f4fd8984744b842bc38eb82230fed628d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:08:30.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: osdmap e111: 8 total, 7 up, 8 in 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:29 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:08:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: osdmap e111: 8 total, 7 up, 8 in 2024-09-10T19:08:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='client.34312 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:08:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:08:30.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:29 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-09-10T19:08:30.241 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 5 2024-09-10T19:08:30.242 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:08:30.242 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:08:30.242 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:08:30.242 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:08:30.242 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:08:30.242 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 4, 2024-09-10T19:08:30.242 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 9 2024-09-10T19:08:30.242 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:08:30.242 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:08:30.342 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:30 smithi172 podman[47894]: 2024-09-10 19:08:30.038093854 +0000 UTC m=+0.582401452 container died 57ea0e50f54cba60fa3237376b9e5f4fd8984744b842bc38eb82230fed628d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-10T19:08:30.553 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:08:30.553 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:08:30.553 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:08:30.553 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:08:30.553 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:08:30.553 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:08:30.553 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:08:30.553 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:08:30.553 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:08:30.554 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "11/23 daemons upgraded", 2024-09-10T19:08:30.554 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:08:30.554 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:08:30.554 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:08:30.904 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:30 smithi172 podman[47917]: 2024-09-10 19:08:30.641325737 +0000 UTC m=+0.596870151 container remove 57ea0e50f54cba60fa3237376b9e5f4fd8984744b842bc38eb82230fed628d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-10T19:08:30.904 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:30 smithi172 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-10T19:08:30.904 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:30 smithi172 systemd[1]: Stopped Ceph osd.5 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:08:30.904 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:30 smithi172 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.5.service: Consumed 1.182s CPU time. 2024-09-10T19:08:30.904 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:30 smithi172 systemd[1]: Starting Ceph osd.5 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:08:31.211 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:30 smithi172 ceph-mon[41360]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:31.212 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:30 smithi172 ceph-mon[41360]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:31.212 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:30 smithi172 ceph-mon[41360]: pgmap v184: 129 pgs: 6 peering, 16 stale+active+clean, 107 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:31.212 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:30 smithi172 ceph-mon[41360]: osdmap e112: 8 total, 7 up, 8 in 2024-09-10T19:08:31.212 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:30 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/3673189096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:31.212 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 podman[48012]: 2024-09-10 19:08:30.978476829 +0000 UTC m=+0.016373688 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:08:31.212 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 podman[48012]: 2024-09-10 19:08:31.100695014 +0000 UTC m=+0.138591863 container create 590090f5c152fef5b0fd1f6a755adca0c85ec410eab0dad082c854d65693790d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:08:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:30 smithi067 ceph-mon[57702]: from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:30 smithi067 ceph-mon[57702]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:30 smithi067 ceph-mon[57702]: pgmap v184: 129 pgs: 6 peering, 16 stale+active+clean, 107 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail 2024-09-10T19:08:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:30 smithi067 ceph-mon[57702]: osdmap e112: 8 total, 7 up, 8 in 2024-09-10T19:08:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:30 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/3673189096' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:31.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 podman[48012]: 2024-09-10 19:08:31.336716128 +0000 UTC m=+0.374612975 container init 590090f5c152fef5b0fd1f6a755adca0c85ec410eab0dad082c854d65693790d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0) 2024-09-10T19:08:31.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 podman[48012]: 2024-09-10 19:08:31.339933497 +0000 UTC m=+0.377830343 container start 590090f5c152fef5b0fd1f6a755adca0c85ec410eab0dad082c854d65693790d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-10T19:08:31.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 podman[48012]: 2024-09-10 19:08:31.419760914 +0000 UTC m=+0.457657770 container attach 590090f5c152fef5b0fd1f6a755adca0c85ec410eab0dad082c854d65693790d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:08:31.909 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate[48027]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:08:31.909 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 bash[48012]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:08:31.909 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate[48027]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-10T19:08:31.909 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 bash[48012]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-10T19:08:31.909 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate[48027]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T19:08:31.909 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 bash[48012]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-10T19:08:31.909 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate[48027]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T19:08:31.909 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 bash[48012]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T19:08:31.909 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate[48027]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T19:08:31.910 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 bash[48012]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T19:08:31.910 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate[48027]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:08:31.910 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 bash[48012]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T19:08:31.910 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate[48027]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-10T19:08:31.910 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 bash[48012]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-10T19:08:31.910 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:31 smithi172 podman[48012]: 2024-09-10 19:08:31.653465825 +0000 UTC m=+0.691362681 container died 590090f5c152fef5b0fd1f6a755adca0c85ec410eab0dad082c854d65693790d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True) 2024-09-10T19:08:32.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:31 smithi172 ceph-mon[41360]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:32.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:31 smithi067 ceph-mon[57702]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:08:32.649 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:32 smithi172 podman[48153]: 2024-09-10 19:08:32.290159202 +0000 UTC m=+0.627476938 container remove 590090f5c152fef5b0fd1f6a755adca0c85ec410eab0dad082c854d65693790d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-activate, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:08:32.650 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:32 smithi172 podman[48214]: 2024-09-10 19:08:32.399160344 +0000 UTC m=+0.016133097 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:08:32.650 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:32 smithi172 podman[48214]: 2024-09-10 19:08:32.507549288 +0000 UTC m=+0.124522071 container create d9a75645937bff91c5efe8c03bd6651282757590345625e1ccb9e327e42cdc38 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-10T19:08:33.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:32 smithi172 ceph-mon[41360]: pgmap v186: 129 pgs: 16 active+undersized, 6 peering, 8 stale+active+clean, 4 active+undersized+degraded, 95 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 8/405 objects degraded (1.975%) 2024-09-10T19:08:33.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:32 smithi172 ceph-mon[41360]: Health check failed: Degraded data redundancy: 8/405 objects degraded (1.975%), 4 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:33.021 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:32 smithi172 podman[48214]: 2024-09-10 19:08:32.768401431 +0000 UTC m=+0.385374168 container init d9a75645937bff91c5efe8c03bd6651282757590345625e1ccb9e327e42cdc38 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-10T19:08:33.021 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:32 smithi172 podman[48214]: 2024-09-10 19:08:32.771686157 +0000 UTC m=+0.388658897 container start d9a75645937bff91c5efe8c03bd6651282757590345625e1ccb9e327e42cdc38 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-10T19:08:33.021 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:32 smithi172 ceph-osd[48232]: -- 172.21.15.172:0/608456155 <== mon.1 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55dc5f0a8d00 con 0x55dc5f07ac00 2024-09-10T19:08:33.021 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:32 smithi172 bash[48214]: d9a75645937bff91c5efe8c03bd6651282757590345625e1ccb9e327e42cdc38 2024-09-10T19:08:33.022 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:32 smithi172 systemd[1]: Started Ceph osd.5 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:08:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:32 smithi067 ceph-mon[57702]: pgmap v186: 129 pgs: 16 active+undersized, 6 peering, 8 stale+active+clean, 4 active+undersized+degraded, 95 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 8/405 objects degraded (1.975%) 2024-09-10T19:08:33.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:32 smithi067 ceph-mon[57702]: Health check failed: Degraded data redundancy: 8/405 objects degraded (1.975%), 4 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:33.649 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:08:33.314+0000 7f85ed9b7440 -1 Falling back to public interface 2024-09-10T19:08:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:08:34.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:08:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:08:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:08:35.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:34 smithi172 ceph-mon[41360]: pgmap v187: 129 pgs: 23 active+undersized, 6 peering, 3 stale+active+clean, 8 active+undersized+degraded, 89 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 21/405 objects degraded (5.185%) 2024-09-10T19:08:35.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:34 smithi067 ceph-mon[57702]: pgmap v187: 129 pgs: 23 active+undersized, 6 peering, 3 stale+active+clean, 8 active+undersized+degraded, 89 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 21/405 objects degraded (5.185%) 2024-09-10T19:08:36.732 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:08:36.487+0000 7f85ed9b7440 -1 osd.5 0 read_superblock omap replica is missing. 2024-09-10T19:08:37.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:36 smithi172 ceph-mon[41360]: pgmap v188: 129 pgs: 30 active+undersized, 14 active+undersized+degraded, 85 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 38/405 objects degraded (9.383%) 2024-09-10T19:08:37.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:36 smithi067 ceph-mon[57702]: pgmap v188: 129 pgs: 30 active+undersized, 14 active+undersized+degraded, 85 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 38/405 objects degraded (9.383%) 2024-09-10T19:08:37.771 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:08:37.495+0000 7f85ed9b7440 -1 osd.5 110 log_to_monitors true 2024-09-10T19:08:38.160 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:08:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:08:38.007+0000 7f85e5f64640 -1 osd.5 110 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:08:38.160 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:38.160 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:38.160 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:38.160 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:08:38.161 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='osd.5 [v2:172.21.15.172:6808/3283750393,v1:172.21.15.172:6809/3283750393]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:08:38.161 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:08:38.161 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:38.161 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:38.161 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:38.161 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:08:38.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:38.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:38.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:38.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:08:38.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='osd.5 [v2:172.21.15.172:6808/3283750393,v1:172.21.15.172:6809/3283750393]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:08:38.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T19:08:38.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:38.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:38.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:38.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:08:39.188 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:38 smithi172 ceph-mon[41360]: pgmap v189: 129 pgs: 30 active+undersized, 14 active+undersized+degraded, 85 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 38/405 objects degraded (9.383%) 2024-09-10T19:08:39.189 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:38 smithi172 ceph-mon[41360]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:08:39.189 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:38 smithi172 ceph-mon[41360]: osdmap e113: 8 total, 7 up, 8 in 2024-09-10T19:08:39.189 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:38 smithi172 ceph-mon[41360]: from='osd.5 [v2:172.21.15.172:6808/3283750393,v1:172.21.15.172:6809/3283750393]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:08:39.189 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:38 smithi172 ceph-mon[41360]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:08:39.189 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:39.189 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:08:39.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:38 smithi067 ceph-mon[57702]: pgmap v189: 129 pgs: 30 active+undersized, 14 active+undersized+degraded, 85 active+clean; 180 MiB data, 2.1 GiB used, 710 GiB / 715 GiB avail; 38/405 objects degraded (9.383%) 2024-09-10T19:08:39.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:38 smithi067 ceph-mon[57702]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T19:08:39.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:38 smithi067 ceph-mon[57702]: osdmap e113: 8 total, 7 up, 8 in 2024-09-10T19:08:39.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:38 smithi067 ceph-mon[57702]: from='osd.5 [v2:172.21.15.172:6808/3283750393,v1:172.21.15.172:6809/3283750393]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:08:39.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:38 smithi067 ceph-mon[57702]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:08:39.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:39.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:08:40.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:39 smithi172 ceph-mon[41360]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:08:40.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:39 smithi172 ceph-mon[41360]: osd.5 [v2:172.21.15.172:6808/3283750393,v1:172.21.15.172:6809/3283750393] boot 2024-09-10T19:08:40.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:39 smithi172 ceph-mon[41360]: osdmap e114: 8 total, 8 up, 8 in 2024-09-10T19:08:40.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:08:40.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:40 smithi172 ceph-mon[41360]: osdmap e115: 8 total, 8 up, 8 in 2024-09-10T19:08:40.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:39 smithi067 ceph-mon[57702]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:08:40.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:39 smithi067 ceph-mon[57702]: osd.5 [v2:172.21.15.172:6808/3283750393,v1:172.21.15.172:6809/3283750393] boot 2024-09-10T19:08:40.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:39 smithi067 ceph-mon[57702]: osdmap e114: 8 total, 8 up, 8 in 2024-09-10T19:08:40.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:08:40.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:39 smithi067 ceph-mon[57702]: osdmap e115: 8 total, 8 up, 8 in 2024-09-10T19:08:41.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:40 smithi172 ceph-mon[41360]: pgmap v192: 129 pgs: 30 active+undersized, 14 active+undersized+degraded, 85 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 38/405 objects degraded (9.383%) 2024-09-10T19:08:41.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:40 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 38/405 objects degraded (9.383%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:41.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:40 smithi067 ceph-mon[57702]: pgmap v192: 129 pgs: 30 active+undersized, 14 active+undersized+degraded, 85 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 38/405 objects degraded (9.383%) 2024-09-10T19:08:41.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:40 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 38/405 objects degraded (9.383%), 14 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:42.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:42.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:42.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:42.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:08:42.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:08:42.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:08:42.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:42 smithi172 ceph-mon[41360]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-10T19:08:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:08:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:08:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:08:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:08:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:08:42.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:08:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:08:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:08:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:08:42.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:42 smithi067 ceph-mon[57702]: Upgrade: unsafe to stop osd(s) at this time (15 PGs are or would become offline) 2024-09-10T19:08:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:43 smithi172 ceph-mon[41360]: pgmap v194: 129 pgs: 20 active+undersized, 12 active+undersized+degraded, 97 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 35/405 objects degraded (8.642%) 2024-09-10T19:08:43.522 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:43 smithi067 ceph-mon[57702]: pgmap v194: 129 pgs: 20 active+undersized, 12 active+undersized+degraded, 97 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 35/405 objects degraded (8.642%) 2024-09-10T19:08:45.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:44 smithi172 ceph-mon[41360]: pgmap v195: 129 pgs: 4 active+undersized, 5 active+undersized+degraded, 120 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 15/405 objects degraded (3.704%) 2024-09-10T19:08:45.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:44 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:44 smithi067 ceph-mon[57702]: pgmap v195: 129 pgs: 4 active+undersized, 5 active+undersized+degraded, 120 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 15/405 objects degraded (3.704%) 2024-09-10T19:08:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:44 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:46.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:45 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 15/405 objects degraded (3.704%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:46.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:45 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 15/405 objects degraded (3.704%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T19:08:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:46 smithi172 ceph-mon[41360]: pgmap v196: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:46 smithi172 ceph-mon[41360]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/405 objects degraded (3.704%), 5 pgs degraded) 2024-09-10T19:08:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:46 smithi172 ceph-mon[41360]: Cluster is now healthy 2024-09-10T19:08:47.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:46 smithi067 ceph-mon[57702]: pgmap v196: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:47.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:46 smithi067 ceph-mon[57702]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 15/405 objects degraded (3.704%), 5 pgs degraded) 2024-09-10T19:08:47.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:46 smithi067 ceph-mon[57702]: Cluster is now healthy 2024-09-10T19:08:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:48 smithi172 ceph-mon[41360]: pgmap v197: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:49.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:48 smithi067 ceph-mon[57702]: pgmap v197: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:50 smithi172 ceph-mon[41360]: pgmap v198: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:50 smithi067 ceph-mon[57702]: pgmap v198: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:52 smithi172 ceph-mon[41360]: pgmap v199: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:52 smithi067 ceph-mon[57702]: pgmap v199: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:08:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:08:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:08:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:08:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:08:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:08:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:08:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:08:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:54 smithi172 ceph-mon[41360]: pgmap v200: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:54 smithi067 ceph-mon[57702]: pgmap v200: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:56 smithi172 ceph-mon[41360]: pgmap v201: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:08:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:56 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:08:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:56 smithi172 ceph-mon[41360]: Upgrade: osd.6 is safe to restart 2024-09-10T19:08:57.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:56 smithi067 ceph-mon[57702]: pgmap v201: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:57.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:08:57.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:56 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-10T19:08:57.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:56 smithi067 ceph-mon[57702]: Upgrade: osd.6 is safe to restart 2024-09-10T19:08:58.711 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:58 smithi172 ceph-mon[41360]: Upgrade: Updating osd.6 2024-09-10T19:08:58.711 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:58.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:08:58.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:08:58.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:58 smithi172 ceph-mon[41360]: Deploying daemon osd.6 on smithi172 2024-09-10T19:08:58.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:08:58.712 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:08:58 smithi172 ceph-mon[41360]: pgmap v202: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:08:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:58 smithi067 ceph-mon[57702]: Upgrade: Updating osd.6 2024-09-10T19:08:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:08:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T19:08:58.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:08:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:58 smithi067 ceph-mon[57702]: Deploying daemon osd.6 on smithi172 2024-09-10T19:08:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-09-10T19:08:58.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:08:58 smithi067 ceph-mon[57702]: pgmap v202: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:00.518 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:00 smithi172 systemd[1]: Stopping Ceph osd.6 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:09:00.518 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6[28832]: debug 2024-09-10T19:09:00.378+0000 7fcf14e14700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:09:00.518 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6[28832]: debug 2024-09-10T19:09:00.378+0000 7fcf14e14700 -1 osd.6 115 *** Got signal Terminated *** 2024-09-10T19:09:00.518 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6[28832]: debug 2024-09-10T19:09:00.378+0000 7fcf14e14700 -1 osd.6 115 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:09:00.518 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:00 smithi172 podman[49743]: 2024-09-10 19:09:00.491188872 +0000 UTC m=+0.208309024 container died b30fad414f6efd3b52f7f3585419f67afafc920e7ee70072ae1a7a98172c065c (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.13, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.name=CentOS Base Image) 2024-09-10T19:09:00.893 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:09:01.173 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:00 smithi172 podman[49743]: 2024-09-10 19:09:00.870786073 +0000 UTC m=+0.587906215 container cleanup b30fad414f6efd3b52f7f3585419f67afafc920e7ee70072ae1a7a98172c065c (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20201204, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.13, RELEASE=HEAD) 2024-09-10T19:09:01.173 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:00 smithi172 bash[49743]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: pgmap v203: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.7 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 failed (root=default,host=smithi172) (connection refused reported by osd.7) 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.7 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.5 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.4 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.5 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.4 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.2 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.2 2024-09-10T19:09:01.174 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.3 2024-09-10T19:09:01.175 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.0 2024-09-10T19:09:01.175 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.3 2024-09-10T19:09:01.175 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.1 2024-09-10T19:09:01.175 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.0 2024-09-10T19:09:01.175 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:00 smithi172 ceph-mon[41360]: osd.6 reported immediately failed by osd.1 2024-09-10T19:09:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: pgmap v203: 129 pgs: 129 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.7 2024-09-10T19:09:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 failed (root=default,host=smithi172) (connection refused reported by osd.7) 2024-09-10T19:09:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.7 2024-09-10T19:09:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.5 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.4 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.5 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.4 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.2 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.2 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.3 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.0 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.3 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.1 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.0 2024-09-10T19:09:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:00 smithi067 ceph-mon[57702]: osd.6 reported immediately failed by osd.1 2024-09-10T19:09:01.518 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:09:01.518 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (17m) 89s ago 19m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:09:01.518 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (4m) 89s ago 19m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:09:01.518 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (3m) 24s ago 19m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:09:01.518 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (17m) 89s ago 18m 39.3M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:09:01.518 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (14m) 89s ago 14m 37.7M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (14m) 24s ago 14m 18.3M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (8m) 89s ago 20m 452M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (5m) 24s ago 18m 400M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (5m) 89s ago 20m 72.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (4m) 24s ago 19m 53.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (11m) 89s ago 11m 136M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (11m) 24s ago 11m 86.7M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (18m) 89s ago 18m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (18m) 24s ago 18m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (3m) 89s ago 18m 334M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (2m) 89s ago 17m 253M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (2m) 89s ago 17m 191M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (95s) 89s ago 17m 13.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:09:01.519 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (61s) 24s ago 16m 193M 4096M 17.2.7-1606-g5be57395 4c55dd409611 125806f6cf03 2024-09-10T19:09:01.520 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (29s) 24s ago 16m 11.3M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d9a75645937b 2024-09-10T19:09:01.520 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (16m) 24s ago 16m 213M 4096M 15.2.13 2cf504fded39 b30fad414f6e 2024-09-10T19:09:01.520 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (15m) 24s ago 15m 226M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:09:01.520 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (8m) 89s ago 18m 61.7M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:09:01.520 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:01 smithi172 podman[49757]: 2024-09-10 19:09:01.172227612 +0000 UTC m=+0.671305661 container remove b30fad414f6efd3b52f7f3585419f67afafc920e7ee70072ae1a7a98172c065c (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.6, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.build-date=20201204, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.13, GIT_CLEAN=True, RELEASE=HEAD, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809) 2024-09-10T19:09:01.890 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:09:01.890 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 1, 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 6 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:09:01.891 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:09:01.892 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:09:01.892 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 3, 2024-09-10T19:09:01.892 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 10 2024-09-10T19:09:01.892 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:09:01.892 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:09:01.912 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:01 smithi172 podman[49858]: 2024-09-10 19:09:01.552894753 +0000 UTC m=+0.016002297 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:09:01.912 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:01 smithi172 podman[49858]: 2024-09-10 19:09:01.66477212 +0000 UTC m=+0.127879709 container create 490f2f859890d81bdb8b68faa8e1f6e311295320ac3b03b5358270905224d059 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-10T19:09:02.216 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:09:02.216 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:09:02.216 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:09:02.216 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:09:02.216 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:09:02.216 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:09:02.216 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:09:02.217 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:09:02.217 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:09:02.217 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "12/23 daemons upgraded", 2024-09-10T19:09:02.217 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:09:02.217 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:09:02.217 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:09:02.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:02.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:09:02.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: osdmap e116: 8 total, 7 up, 8 in 2024-09-10T19:09:02.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:02.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:02.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.217 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:02.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.218 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:01 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/1709935664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:02.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='client.34332 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:02.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: osdmap e116: 8 total, 7 up, 8 in 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:02.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:01 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/1709935664' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:02.273 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:01 smithi172 podman[49858]: 2024-09-10 19:09:01.909915409 +0000 UTC m=+0.373022966 container init 490f2f859890d81bdb8b68faa8e1f6e311295320ac3b03b5358270905224d059 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:09:02.273 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:01 smithi172 podman[49858]: 2024-09-10 19:09:01.916319403 +0000 UTC m=+0.379426950 container start 490f2f859890d81bdb8b68faa8e1f6e311295320ac3b03b5358270905224d059 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-10T19:09:02.273 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:02 smithi172 podman[49858]: 2024-09-10 19:09:02.017483515 +0000 UTC m=+0.480591073 container attach 490f2f859890d81bdb8b68faa8e1f6e311295320ac3b03b5358270905224d059 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2) 2024-09-10T19:09:02.273 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:02 smithi172 podman[49858]: 2024-09-10 19:09:02.096826627 +0000 UTC m=+0.559934171 container died 490f2f859890d81bdb8b68faa8e1f6e311295320ac3b03b5358270905224d059 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:09:02.975 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:02 smithi172 ceph-mon[41360]: from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:02.975 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:02 smithi172 ceph-mon[41360]: pgmap v205: 129 pgs: 3 peering, 11 stale+active+clean, 115 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:02.975 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:02 smithi172 ceph-mon[41360]: osdmap e117: 8 total, 7 up, 8 in 2024-09-10T19:09:02.975 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:02 smithi172 ceph-mon[41360]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-10T19:09:02.975 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:02 smithi172 ceph-mon[41360]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:02.976 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:02 smithi172 podman[49881]: 2024-09-10 19:09:02.721259 +0000 UTC m=+0.614689032 container remove 490f2f859890d81bdb8b68faa8e1f6e311295320ac3b03b5358270905224d059 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-10T19:09:02.976 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:02 smithi172 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-10T19:09:02.976 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:02 smithi172 systemd[1]: Stopped Ceph osd.6 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:09:02.976 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:02 smithi172 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.6.service: Consumed 1.103s CPU time. 2024-09-10T19:09:03.271 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:02 smithi172 systemd[1]: Starting Ceph osd.6 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:09:03.271 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 podman[49982]: 2024-09-10 19:09:03.08751823 +0000 UTC m=+0.015869452 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:09:03.271 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 podman[49982]: 2024-09-10 19:09:03.222614221 +0000 UTC m=+0.150965477 container create 8c68c56043859062411d6afbb7be508ae7617e8a7fe42d66bb188fdcf977917d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:09:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:02 smithi067 ceph-mon[57702]: from='client.34340 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:02 smithi067 ceph-mon[57702]: pgmap v205: 129 pgs: 3 peering, 11 stale+active+clean, 115 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:02 smithi067 ceph-mon[57702]: osdmap e117: 8 total, 7 up, 8 in 2024-09-10T19:09:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:02 smithi067 ceph-mon[57702]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-10T19:09:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:02 smithi067 ceph-mon[57702]: from='client.34348 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:03.713 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 podman[49982]: 2024-09-10 19:09:03.441869018 +0000 UTC m=+0.370220237 container init 8c68c56043859062411d6afbb7be508ae7617e8a7fe42d66bb188fdcf977917d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:09:03.713 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 podman[49982]: 2024-09-10 19:09:03.445624703 +0000 UTC m=+0.373975922 container start 8c68c56043859062411d6afbb7be508ae7617e8a7fe42d66bb188fdcf977917d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:09:03.713 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 podman[49982]: 2024-09-10 19:09:03.549919718 +0000 UTC m=+0.478270946 container attach 8c68c56043859062411d6afbb7be508ae7617e8a7fe42d66bb188fdcf977917d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-10T19:09:03.980 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate[49997]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:09:03.980 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 bash[49982]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:09:03.980 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate[49997]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-10T19:09:03.980 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 bash[49982]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-10T19:09:03.980 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate[49997]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 bash[49982]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate[49997]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 bash[49982]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate[49997]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 bash[49982]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate[49997]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 bash[49982]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate[49997]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 bash[49982]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-10T19:09:03.981 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:03 smithi172 podman[49982]: 2024-09-10 19:09:03.754796235 +0000 UTC m=+0.683147449 container died 8c68c56043859062411d6afbb7be508ae7617e8a7fe42d66bb188fdcf977917d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:09:04.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:03 smithi172 ceph-mon[41360]: Health check failed: Degraded data redundancy: 19/405 objects degraded (4.691%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:04.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:03 smithi067 ceph-mon[57702]: Health check failed: Degraded data redundancy: 19/405 objects degraded (4.691%), 5 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:04.771 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:04 smithi172 podman[50107]: 2024-09-10 19:09:04.437580739 +0000 UTC m=+0.676976698 container remove 8c68c56043859062411d6afbb7be508ae7617e8a7fe42d66bb188fdcf977917d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-activate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-10T19:09:04.771 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:04 smithi172 podman[50167]: 2024-09-10 19:09:04.550013312 +0000 UTC m=+0.015969251 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:09:04.771 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:04 smithi172 podman[50167]: 2024-09-10 19:09:04.663295922 +0000 UTC m=+0.129251884 container create a33af2d8fe6557a2d66ef58d6251cca0e1b4694a163ce4c54be7e485bca03998 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:09:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:04 smithi172 ceph-mon[41360]: pgmap v207: 129 pgs: 9 active+undersized, 1 activating+undersized, 3 peering, 8 stale+active+clean, 5 active+undersized+degraded, 103 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 19/405 objects degraded (4.691%) 2024-09-10T19:09:05.271 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:04 smithi172 podman[50167]: 2024-09-10 19:09:04.915903172 +0000 UTC m=+0.381859097 container init a33af2d8fe6557a2d66ef58d6251cca0e1b4694a163ce4c54be7e485bca03998 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:09:05.271 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:04 smithi172 podman[50167]: 2024-09-10 19:09:04.919234257 +0000 UTC m=+0.385190174 container start a33af2d8fe6557a2d66ef58d6251cca0e1b4694a163ce4c54be7e485bca03998 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731) 2024-09-10T19:09:05.271 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:04 smithi172 ceph-osd[50185]: -- 172.21.15.172:0/1349391354 <== mon.1 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55897e58cd00 con 0x55897e55ec00 2024-09-10T19:09:05.271 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:05 smithi172 bash[50167]: a33af2d8fe6557a2d66ef58d6251cca0e1b4694a163ce4c54be7e485bca03998 2024-09-10T19:09:05.271 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:05 smithi172 systemd[1]: Started Ceph osd.6 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:09:05.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:04 smithi067 ceph-mon[57702]: pgmap v207: 129 pgs: 9 active+undersized, 1 activating+undersized, 3 peering, 8 stale+active+clean, 5 active+undersized+degraded, 103 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 19/405 objects degraded (4.691%) 2024-09-10T19:09:05.732 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:05 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:09:05.476+0000 7f2602266440 -1 Falling back to public interface 2024-09-10T19:09:05.983 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:05.983 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:05.983 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:05.983 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:05.984 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:06.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:06.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:06.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:06.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:06.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:07.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:07 smithi172 ceph-mon[41360]: pgmap v208: 129 pgs: 26 active+undersized, 1 activating+undersized, 3 peering, 13 active+undersized+degraded, 86 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 43/405 objects degraded (10.617%) 2024-09-10T19:09:07.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:07 smithi067 ceph-mon[57702]: pgmap v208: 129 pgs: 26 active+undersized, 1 activating+undersized, 3 peering, 13 active+undersized+degraded, 86 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 43/405 objects degraded (10.617%) 2024-09-10T19:09:08.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:08 smithi172 ceph-mon[41360]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-10T19:09:08.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:08 smithi067 ceph-mon[57702]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-10T19:09:09.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:08 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:09:08.729+0000 7f2602266440 -1 osd.6 0 read_superblock omap replica is missing. 2024-09-10T19:09:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:09 smithi172 ceph-mon[41360]: pgmap v209: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 44/405 objects degraded (10.864%) 2024-09-10T19:09:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:09:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:09.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:09.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:09 smithi067 ceph-mon[57702]: pgmap v209: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 44/405 objects degraded (10.864%) 2024-09-10T19:09:09.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:09.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:09:09.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:09.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:09.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:10.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:09 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:09:09.714+0000 7f2602266440 -1 osd.6 115 log_to_monitors true 2024-09-10T19:09:10.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:10 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:10.308 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:10 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:10.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:10 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:10.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:10 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:10.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:10 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:10.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:10 smithi172 ceph-mon[41360]: from='osd.6 [v2:172.21.15.172:6816/277188224,v1:172.21.15.172:6817/277188224]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:09:10.309 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:10 smithi172 ceph-mon[41360]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:09:10.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:10 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:10.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:10 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:10.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:10 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:10.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:10 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:10.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:10 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:10.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:10 smithi067 ceph-mon[57702]: from='osd.6 [v2:172.21.15.172:6816/277188224,v1:172.21.15.172:6817/277188224]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:09:10.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:10 smithi067 ceph-mon[57702]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T19:09:11.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:09:10 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:09:10.680+0000 7f25f880f640 -1 osd.6 115 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:09:11.341 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:11 smithi172 ceph-mon[41360]: pgmap v210: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 44/405 objects degraded (10.864%) 2024-09-10T19:09:11.341 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:11 smithi172 ceph-mon[41360]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:09:11.341 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:11 smithi172 ceph-mon[41360]: osdmap e118: 8 total, 7 up, 8 in 2024-09-10T19:09:11.341 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:11 smithi172 ceph-mon[41360]: from='osd.6 [v2:172.21.15.172:6816/277188224,v1:172.21.15.172:6817/277188224]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:09:11.341 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:11 smithi172 ceph-mon[41360]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:09:11.341 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:11 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 44/405 objects degraded (10.864%), 15 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:11.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:11 smithi067 ceph-mon[57702]: pgmap v210: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 180 MiB data, 2.4 GiB used, 711 GiB / 715 GiB avail; 44/405 objects degraded (10.864%) 2024-09-10T19:09:11.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:11 smithi067 ceph-mon[57702]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T19:09:11.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:11 smithi067 ceph-mon[57702]: osdmap e118: 8 total, 7 up, 8 in 2024-09-10T19:09:11.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:11 smithi067 ceph-mon[57702]: from='osd.6 [v2:172.21.15.172:6816/277188224,v1:172.21.15.172:6817/277188224]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:09:11.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:11 smithi067 ceph-mon[57702]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:09:11.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:11 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 44/405 objects degraded (10.864%), 15 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:12 smithi172 ceph-mon[41360]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:09:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:12 smithi172 ceph-mon[41360]: osd.6 [v2:172.21.15.172:6816/277188224,v1:172.21.15.172:6817/277188224] boot 2024-09-10T19:09:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:12 smithi172 ceph-mon[41360]: osdmap e119: 8 total, 8 up, 8 in 2024-09-10T19:09:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:09:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:12 smithi067 ceph-mon[57702]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:09:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:12 smithi067 ceph-mon[57702]: osd.6 [v2:172.21.15.172:6816/277188224,v1:172.21.15.172:6817/277188224] boot 2024-09-10T19:09:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:12 smithi067 ceph-mon[57702]: osdmap e119: 8 total, 8 up, 8 in 2024-09-10T19:09:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:09:13.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: pgmap v213: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 44/405 objects degraded (10.864%) 2024-09-10T19:09:13.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: osdmap e120: 8 total, 8 up, 8 in 2024-09-10T19:09:13.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:13.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:13.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:13.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:13.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:09:13.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:13.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:09:13.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:13.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:13.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:13.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:13.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:13.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:09:13.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: pgmap v213: 129 pgs: 28 active+undersized, 15 active+undersized+degraded, 86 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 44/405 objects degraded (10.864%) 2024-09-10T19:09:13.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: osdmap e120: 8 total, 8 up, 8 in 2024-09-10T19:09:13.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:13.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:13.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:13.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:13.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:09:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:09:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:09:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:14 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:09:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:14 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:09:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:14 smithi172 ceph-mon[41360]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-09-10T19:09:14.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:14 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:14 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:09:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:14 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:09:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:14 smithi067 ceph-mon[57702]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2024-09-10T19:09:14.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:14 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:15.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:15 smithi172 ceph-mon[41360]: pgmap v215: 129 pgs: 6 peering, 20 active+undersized, 11 active+undersized+degraded, 92 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 31/405 objects degraded (7.654%) 2024-09-10T19:09:15.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:15 smithi067 ceph-mon[57702]: pgmap v215: 129 pgs: 6 peering, 20 active+undersized, 11 active+undersized+degraded, 92 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 31/405 objects degraded (7.654%) 2024-09-10T19:09:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:16 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 31/405 objects degraded (7.654%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:16.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:16 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 31/405 objects degraded (7.654%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:17 smithi172 ceph-mon[41360]: pgmap v216: 129 pgs: 6 peering, 1 active+undersized, 122 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:17 smithi172 ceph-mon[41360]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/405 objects degraded (7.654%), 11 pgs degraded) 2024-09-10T19:09:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:17 smithi172 ceph-mon[41360]: Cluster is now healthy 2024-09-10T19:09:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:17 smithi067 ceph-mon[57702]: pgmap v216: 129 pgs: 6 peering, 1 active+undersized, 122 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:17 smithi067 ceph-mon[57702]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 31/405 objects degraded (7.654%), 11 pgs degraded) 2024-09-10T19:09:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:17 smithi067 ceph-mon[57702]: Cluster is now healthy 2024-09-10T19:09:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:19 smithi172 ceph-mon[41360]: pgmap v217: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:19 smithi067 ceph-mon[57702]: pgmap v217: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:21 smithi172 ceph-mon[41360]: pgmap v218: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:21.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:21 smithi067 ceph-mon[57702]: pgmap v218: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:23.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:23 smithi172 ceph-mon[41360]: pgmap v219: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:23.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:23 smithi067 ceph-mon[57702]: pgmap v219: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:24 smithi172 ceph-mon[41360]: pgmap v220: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:09:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:24 smithi067 ceph-mon[57702]: pgmap v220: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:09:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:27.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:26 smithi172 ceph-mon[41360]: pgmap v221: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:27.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:26 smithi067 ceph-mon[57702]: pgmap v221: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:29.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:28 smithi172 ceph-mon[41360]: pgmap v222: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:29.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:28 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:09:29.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:28 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:09:29.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:28 smithi172 ceph-mon[41360]: Upgrade: osd.7 is safe to restart 2024-09-10T19:09:29.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:28 smithi067 ceph-mon[57702]: pgmap v222: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:29.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:28 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:09:29.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:28 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-10T19:09:29.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:28 smithi067 ceph-mon[57702]: Upgrade: osd.7 is safe to restart 2024-09-10T19:09:30.770 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:30 smithi172 ceph-mon[41360]: Upgrade: Updating osd.7 2024-09-10T19:09:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:09:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:30 smithi172 ceph-mon[41360]: Deploying daemon osd.7 on smithi172 2024-09-10T19:09:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:09:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:30 smithi172 ceph-mon[41360]: pgmap v223: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:30 smithi067 ceph-mon[57702]: Upgrade: Updating osd.7 2024-09-10T19:09:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T19:09:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:30 smithi067 ceph-mon[57702]: Deploying daemon osd.7 on smithi172 2024-09-10T19:09:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-09-10T19:09:30.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:30 smithi067 ceph-mon[57702]: pgmap v223: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:32.522 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:32 smithi172 systemd[1]: Stopping Ceph osd.7 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:09:32.522 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7[30150]: debug 2024-09-10T19:09:32.404+0000 7f190ac2c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:09:32.522 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7[30150]: debug 2024-09-10T19:09:32.404+0000 7f190ac2c700 -1 osd.7 120 *** Got signal Terminated *** 2024-09-10T19:09:32.522 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7[30150]: debug 2024-09-10T19:09:32.404+0000 7f190ac2c700 -1 osd.7 120 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:09:32.553 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:09:32.774 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:32 smithi172 podman[51701]: 2024-09-10 19:09:32.528179766 +0000 UTC m=+0.237657398 container died 1f407ed9e1383bbb94aa80ce52d05c80f5f06433d7a77273665a08082edde9d5 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7, org.label-schema.build-date=20201204, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.13, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.name=CentOS Base Image) 2024-09-10T19:09:33.075 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:32 smithi172 podman[51701]: 2024-09-10 19:09:32.831192595 +0000 UTC m=+0.540670220 container cleanup 1f407ed9e1383bbb94aa80ce52d05c80f5f06433d7a77273665a08082edde9d5 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7, GIT_BRANCH=HEAD, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, ceph=True, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.build-date=20201204, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.13) 2024-09-10T19:09:33.075 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:32 smithi172 bash[51701]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: pgmap v224: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.2 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 failed (root=default,host=smithi172) (connection refused reported by osd.2) 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.0 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.2 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.3 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.4 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.0 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.3 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.6 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.4 2024-09-10T19:09:33.076 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.5 2024-09-10T19:09:33.077 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.6 2024-09-10T19:09:33.077 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.1 2024-09-10T19:09:33.077 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.5 2024-09-10T19:09:33.077 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:32 smithi172 ceph-mon[41360]: osd.7 reported immediately failed by osd.1 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (18m) 2m ago 19m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (4m) 2m ago 19m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (4m) 24s ago 19m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (18m) 2m ago 19m 39.3M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (14m) 2m ago 14m 37.7M - 15.2.13 2cf504fded39 5c565194a737 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (14m) 24s ago 14m 18.4M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (9m) 2m ago 20m 452M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (6m) 24s ago 19m 401M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:09:33.181 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (5m) 2m ago 21m 72.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (5m) 24s ago 19m 54.7M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (11m) 2m ago 11m 136M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (11m) 24s ago 11m 86.8M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (19m) 2m ago 19m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (18m) 24s ago 18m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (4m) 2m ago 18m 334M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (3m) 2m ago 18m 253M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (2m) 2m ago 17m 191M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (2m) 2m ago 17m 13.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (93s) 24s ago 17m 194M 4096M 17.2.7-1606-g5be57395 4c55dd409611 125806f6cf03 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (60s) 24s ago 17m 189M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d9a75645937b 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (28s) 24s ago 16m 13.5M 4096M 17.2.7-1606-g5be57395 4c55dd409611 a33af2d8fe65 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (16m) 24s ago 16m 226M 4096M 15.2.13 2cf504fded39 1f407ed9e138 2024-09-10T19:09:33.182 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (9m) 2m ago 18m 61.7M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: pgmap v224: 129 pgs: 129 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.2 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 failed (root=default,host=smithi172) (connection refused reported by osd.2) 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.0 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.2 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.3 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.4 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.0 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.3 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.6 2024-09-10T19:09:33.183 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.4 2024-09-10T19:09:33.184 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.5 2024-09-10T19:09:33.184 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.6 2024-09-10T19:09:33.184 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.1 2024-09-10T19:09:33.184 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.5 2024-09-10T19:09:33.184 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:32 smithi067 ceph-mon[57702]: osd.7 reported immediately failed by osd.1 2024-09-10T19:09:33.519 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:33 smithi172 podman[51715]: 2024-09-10 19:09:33.074366154 +0000 UTC m=+0.541422525 container remove 1f407ed9e1383bbb94aa80ce52d05c80f5f06433d7a77273665a08082edde9d5 (image=docker.io/ceph/ceph:v15, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd.7, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20201204, CEPH_POINT_RELEASE=-15.2.13, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=4138a4f2ff814bda0c1839a71ec858821ec9b809, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau ) 2024-09-10T19:09:33.567 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:09:33.567 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:09:33.567 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:09:33.567 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:09:33.567 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:09:33.567 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 7 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)": 2, 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 11 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:09:33.568 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:09:33.771 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:33 smithi172 podman[51824]: 2024-09-10 19:09:33.454744423 +0000 UTC m=+0.015952155 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:09:33.771 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:33 smithi172 podman[51824]: 2024-09-10 19:09:33.567588858 +0000 UTC m=+0.128796620 container create 2fe59b33cae24fa1acc7687dca39f6c2603bd0028e90a7fca69d9e8e2b6b60bd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=) 2024-09-10T19:09:33.880 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "13/23 daemons upgraded", 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading osd daemons", 2024-09-10T19:09:33.881 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:09:33.882 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:09:34.271 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:33 smithi172 podman[51824]: 2024-09-10 19:09:33.828813873 +0000 UTC m=+0.390021599 container init 2fe59b33cae24fa1acc7687dca39f6c2603bd0028e90a7fca69d9e8e2b6b60bd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-10T19:09:34.271 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:33 smithi172 podman[51824]: 2024-09-10 19:09:33.83202578 +0000 UTC m=+0.393233506 container start 2fe59b33cae24fa1acc7687dca39f6c2603bd0028e90a7fca69d9e8e2b6b60bd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-09-10T19:09:34.271 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:33 smithi172 podman[51824]: 2024-09-10 19:09:33.903560525 +0000 UTC m=+0.464768251 container attach 2fe59b33cae24fa1acc7687dca39f6c2603bd0028e90a7fca69d9e8e2b6b60bd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:09:34.271 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:34 smithi172 podman[51824]: 2024-09-10 19:09:34.027206364 +0000 UTC m=+0.588414088 container died 2fe59b33cae24fa1acc7687dca39f6c2603bd0028e90a7fca69d9e8e2b6b60bd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: osdmap e121: 8 total, 7 up, 8 in 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:34.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/2273962462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:34.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:33 smithi172 ceph-mon[41360]: osdmap e122: 8 total, 7 up, 8 in 2024-09-10T19:09:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='client.34356 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='client.34360 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T19:09:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2024-09-10T19:09:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: osdmap e121: 8 total, 7 up, 8 in 2024-09-10T19:09:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='client.34364 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/2273962462' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:34.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:33 smithi067 ceph-mon[57702]: osdmap e122: 8 total, 7 up, 8 in 2024-09-10T19:09:34.931 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:34 smithi172 ceph-mon[41360]: pgmap v226: 129 pgs: 13 peering, 14 stale+active+clean, 102 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:34.931 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:34 smithi172 ceph-mon[41360]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:34.932 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:34 smithi172 podman[51848]: 2024-09-10 19:09:34.607174194 +0000 UTC m=+0.573560530 container remove 2fe59b33cae24fa1acc7687dca39f6c2603bd0028e90a7fca69d9e8e2b6b60bd (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:09:34.932 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:34 smithi172 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-10T19:09:34.932 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:34 smithi172 systemd[1]: Stopped Ceph osd.7 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:09:34.932 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:34 smithi172 systemd[1]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.7.service: Consumed 1.183s CPU time. 2024-09-10T19:09:34.932 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:34 smithi172 systemd[1]: Starting Ceph osd.7 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:09:35.194 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:34 smithi172 ceph-mon[41360]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-10T19:09:35.194 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 podman[51946]: 2024-09-10 19:09:34.94360252 +0000 UTC m=+0.016360086 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:09:35.194 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 podman[51946]: 2024-09-10 19:09:35.074785637 +0000 UTC m=+0.147543194 container create 851e4df58b22fe6c6a658920baa1803e9f90c969bc9ff0b7530ac71d6f2ea0b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, ceph=True) 2024-09-10T19:09:35.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:34 smithi067 ceph-mon[57702]: pgmap v226: 129 pgs: 13 peering, 14 stale+active+clean, 102 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail 2024-09-10T19:09:35.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:34 smithi067 ceph-mon[57702]: from='client.34372 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:35.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:34 smithi067 ceph-mon[57702]: Health check failed: Reduced data availability: 2 pgs peering (PG_AVAILABILITY) 2024-09-10T19:09:35.521 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 podman[51946]: 2024-09-10 19:09:35.336212609 +0000 UTC m=+0.408970167 container init 851e4df58b22fe6c6a658920baa1803e9f90c969bc9ff0b7530ac71d6f2ea0b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=) 2024-09-10T19:09:35.521 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 podman[51946]: 2024-09-10 19:09:35.3395874 +0000 UTC m=+0.412344952 container start 851e4df58b22fe6c6a658920baa1803e9f90c969bc9ff0b7530ac71d6f2ea0b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-10T19:09:35.521 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 podman[51946]: 2024-09-10 19:09:35.411099725 +0000 UTC m=+0.483857277 container attach 851e4df58b22fe6c6a658920baa1803e9f90c969bc9ff0b7530ac71d6f2ea0b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2) 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate[51961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 bash[51946]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate[51961]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 bash[51946]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate[51961]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 bash[51946]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate[51961]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 bash[51946]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate[51961]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-10T19:09:35.984 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 bash[51946]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-10T19:09:35.985 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate[51961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:09:35.985 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 bash[51946]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-10T19:09:35.985 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate[51961]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-10T19:09:35.985 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 bash[51946]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-10T19:09:35.985 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:35 smithi172 podman[51946]: 2024-09-10 19:09:35.65094709 +0000 UTC m=+0.723704641 container died 851e4df58b22fe6c6a658920baa1803e9f90c969bc9ff0b7530ac71d6f2ea0b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-10T19:09:36.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:35 smithi172 ceph-mon[41360]: Health check failed: Degraded data redundancy: 34/405 objects degraded (8.395%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:36.271 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:36 smithi172 podman[52082]: 2024-09-10 19:09:36.215875629 +0000 UTC m=+0.556035138 container remove 851e4df58b22fe6c6a658920baa1803e9f90c969bc9ff0b7530ac71d6f2ea0b7 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-activate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-10T19:09:36.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:35 smithi067 ceph-mon[57702]: Health check failed: Degraded data redundancy: 34/405 objects degraded (8.395%), 11 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:36.678 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:36 smithi172 podman[52139]: 2024-09-10 19:09:36.324697322 +0000 UTC m=+0.016114870 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:09:36.679 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:36 smithi172 podman[52139]: 2024-09-10 19:09:36.449874969 +0000 UTC m=+0.141292516 container create 2458289c8c7e449aaefdcd4b3dd3ed3cfe7c980c16b82083563dba3c5d52a2c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-10T19:09:36.679 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:36 smithi172 podman[52139]: 2024-09-10 19:09:36.677030343 +0000 UTC m=+0.368447910 container init 2458289c8c7e449aaefdcd4b3dd3ed3cfe7c980c16b82083563dba3c5d52a2c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=) 2024-09-10T19:09:36.986 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:36 smithi172 podman[52139]: 2024-09-10 19:09:36.680732861 +0000 UTC m=+0.372150408 container start 2458289c8c7e449aaefdcd4b3dd3ed3cfe7c980c16b82083563dba3c5d52a2c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:09:36.986 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:36 smithi172 ceph-osd[52156]: -- 172.21.15.172:0/2484510081 <== mon.1 v2:172.21.15.172:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5613051d0d00 con 0x5613051a3000 2024-09-10T19:09:36.987 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:36 smithi172 bash[52139]: 2458289c8c7e449aaefdcd4b3dd3ed3cfe7c980c16b82083563dba3c5d52a2c8 2024-09-10T19:09:36.987 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:36 smithi172 systemd[1]: Started Ceph osd.7 for 2d324e74-6fa5-11ef-bcea-c7b262605968. 2024-09-10T19:09:37.271 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:09:37.216+0000 7f3123463440 -1 Falling back to public interface 2024-09-10T19:09:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:36 smithi172 ceph-mon[41360]: pgmap v228: 129 pgs: 13 active+undersized, 13 peering, 4 stale+active+clean, 11 active+undersized+degraded, 88 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 34/405 objects degraded (8.395%) 2024-09-10T19:09:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:37.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:36 smithi067 ceph-mon[57702]: pgmap v228: 129 pgs: 13 active+undersized, 13 peering, 4 stale+active+clean, 11 active+undersized+degraded, 88 active+clean; 180 MiB data, 2.7 GiB used, 711 GiB / 715 GiB avail; 34/405 objects degraded (8.395%) 2024-09-10T19:09:37.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:37.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:37.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:37.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:37.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:39.244 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:38 smithi172 ceph-mon[41360]: pgmap v229: 129 pgs: 27 active+undersized, 13 peering, 17 active+undersized+degraded, 72 active+clean; 180 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 52/405 objects degraded (12.840%) 2024-09-10T19:09:39.244 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:39.244 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:09:39.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:38 smithi067 ceph-mon[57702]: pgmap v229: 129 pgs: 27 active+undersized, 13 peering, 17 active+undersized+degraded, 72 active+clean; 180 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 52/405 objects degraded (12.840%) 2024-09-10T19:09:39.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:39.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:09:40.201 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:40 smithi172 ceph-mon[41360]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-10T19:09:40.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:40 smithi067 ceph-mon[57702]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs peering) 2024-09-10T19:09:41.271 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:09:40.949+0000 7f3123463440 -1 osd.7 0 read_superblock omap replica is missing. 2024-09-10T19:09:41.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:41 smithi172 ceph-mon[41360]: pgmap v230: 129 pgs: 35 active+undersized, 22 active+undersized+degraded, 72 active+clean; 180 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 73/405 objects degraded (18.025%) 2024-09-10T19:09:41.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:41.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:41.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:41.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:41 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:41 smithi067 ceph-mon[57702]: pgmap v230: 129 pgs: 35 active+undersized, 22 active+undersized+degraded, 72 active+clean; 180 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 73/405 objects degraded (18.025%) 2024-09-10T19:09:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:41.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:41 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:42.312 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:42.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:42.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:42.313 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:42 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:42.516 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:09:42.203+0000 7f3123463440 -1 osd.7 120 log_to_monitors true 2024-09-10T19:09:42.516 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:42.516 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:42.516 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:42.516 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:42 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:43.521 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:09:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:09:43.094+0000 7f311ba10640 -1 osd.7 120 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T19:09:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:43 smithi172 ceph-mon[41360]: pgmap v231: 129 pgs: 35 active+undersized, 22 active+undersized+degraded, 72 active+clean; 180 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 73/405 objects degraded (18.025%) 2024-09-10T19:09:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:43 smithi172 ceph-mon[41360]: from='osd.7 [v2:172.21.15.172:6824/1443836131,v1:172.21.15.172:6825/1443836131]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:09:43.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:43 smithi172 ceph-mon[41360]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:09:43.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:43 smithi067 ceph-mon[57702]: pgmap v231: 129 pgs: 35 active+undersized, 22 active+undersized+degraded, 72 active+clean; 180 MiB data, 2.8 GiB used, 711 GiB / 715 GiB avail; 73/405 objects degraded (18.025%) 2024-09-10T19:09:43.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:43 smithi067 ceph-mon[57702]: from='osd.7 [v2:172.21.15.172:6824/1443836131,v1:172.21.15.172:6825/1443836131]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:09:43.524 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:43 smithi067 ceph-mon[57702]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T19:09:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:44 smithi172 ceph-mon[41360]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:09:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:44 smithi172 ceph-mon[41360]: osdmap e123: 8 total, 7 up, 8 in 2024-09-10T19:09:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:44 smithi172 ceph-mon[41360]: from='osd.7 [v2:172.21.15.172:6824/1443836131,v1:172.21.15.172:6825/1443836131]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:09:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:44 smithi172 ceph-mon[41360]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:09:44.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:44 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:44 smithi067 ceph-mon[57702]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T19:09:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:44 smithi067 ceph-mon[57702]: osdmap e123: 8 total, 7 up, 8 in 2024-09-10T19:09:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:44 smithi067 ceph-mon[57702]: from='osd.7 [v2:172.21.15.172:6824/1443836131,v1:172.21.15.172:6825/1443836131]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:09:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:44 smithi067 ceph-mon[57702]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi172", "root=default"]}]: dispatch 2024-09-10T19:09:44.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:44 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: pgmap v233: 129 pgs: 35 active+undersized, 22 active+undersized+degraded, 72 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/405 objects degraded (18.025%) 2024-09-10T19:09:45.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:09:45.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: osd.7 [v2:172.21.15.172:6824/1443836131,v1:172.21.15.172:6825/1443836131] boot 2024-09-10T19:09:45.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: osdmap e124: 8 total, 8 up, 8 in 2024-09-10T19:09:45.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:09:45.498 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:45.499 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T19:09:45.500 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T19:09:45.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T19:09:45.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T19:09:45.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T19:09:45.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T19:09:45.501 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:45 smithi067 ceph-mon[57702]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: pgmap v233: 129 pgs: 35 active+undersized, 22 active+undersized+degraded, 72 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 73/405 objects degraded (18.025%) 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: osd.7 [v2:172.21.15.172:6824/1443836131,v1:172.21.15.172:6825/1443836131] boot 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: osdmap e124: 8 total, 8 up, 8 in 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2024-09-10T19:09:45.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd require-osd-release", "release": "quincy"}]: dispatch 2024-09-10T19:09:45.524 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:45 smithi172 ceph-mon[41360]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2024-09-10T19:09:46.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:46 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:09:46.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:46 smithi172 ceph-mon[41360]: Upgrade: Setting container_image for all osd 2024-09-10T19:09:46.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:46 smithi172 ceph-mon[41360]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T19:09:46.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T19:09:46.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:46 smithi172 ceph-mon[41360]: osdmap e125: 8 total, 8 up, 8 in 2024-09-10T19:09:46.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:46 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi067.njgdql"]}]: dispatch 2024-09-10T19:09:46.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:46 smithi172 ceph-mon[41360]: Upgrade: It appears safe to stop mds.foofs.smithi067.njgdql 2024-09-10T19:09:46.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:46 smithi172 ceph-mon[41360]: Health check update: Degraded data redundancy: 73/405 objects degraded (18.025%), 22 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:46 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:09:46.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:46 smithi067 ceph-mon[57702]: Upgrade: Setting container_image for all osd 2024-09-10T19:09:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:46 smithi067 ceph-mon[57702]: Upgrade: Setting require_osd_release to 17 quincy 2024-09-10T19:09:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "osd require-osd-release", "release": "quincy"}]': finished 2024-09-10T19:09:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:46 smithi067 ceph-mon[57702]: osdmap e125: 8 total, 8 up, 8 in 2024-09-10T19:09:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:46 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi067.njgdql"]}]: dispatch 2024-09-10T19:09:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:46 smithi067 ceph-mon[57702]: Upgrade: It appears safe to stop mds.foofs.smithi067.njgdql 2024-09-10T19:09:46.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:46 smithi067 ceph-mon[57702]: Health check update: Degraded data redundancy: 73/405 objects degraded (18.025%), 22 pgs degraded (PG_DEGRADED) 2024-09-10T19:09:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:47 smithi172 ceph-mon[41360]: pgmap v236: 129 pgs: 4 peering, 29 active+undersized, 14 active+undersized+degraded, 82 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 50/405 objects degraded (12.346%) 2024-09-10T19:09:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:47 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:47 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.njgdql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T19:09:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:47 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:47 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "container_image"}]: dispatch 2024-09-10T19:09:47.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:47 smithi067 ceph-mon[57702]: pgmap v236: 129 pgs: 4 peering, 29 active+undersized, 14 active+undersized+degraded, 82 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 50/405 objects degraded (12.346%) 2024-09-10T19:09:47.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:47 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:47.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:47 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi067.njgdql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T19:09:47.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:47 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:47.393 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:47 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi067.njgdql","key": "container_image"}]: dispatch 2024-09-10T19:09:48.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:48 smithi067 ceph-mon[57702]: Upgrade: Updating mds.foofs.smithi067.njgdql 2024-09-10T19:09:48.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:48 smithi067 ceph-mon[57702]: Deploying daemon mds.foofs.smithi067.njgdql on smithi067 2024-09-10T19:09:48.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:48 smithi172 ceph-mon[41360]: Upgrade: Updating mds.foofs.smithi067.njgdql 2024-09-10T19:09:48.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:48 smithi172 ceph-mon[41360]: Deploying daemon mds.foofs.smithi067.njgdql on smithi067 2024-09-10T19:09:48.660 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067[57691]: 2024-09-10T19:09:48.374+0000 7f572542a640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T19:09:48.661 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:09:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:09:48.397+0000 7f1ff7a88640 -1 bdev(0x55568c1e7c00 /var/lib/ceph/osd/ceph-2/block) aio_submit retries 1 2024-09-10T19:09:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: pgmap v237: 129 pgs: 4 peering, 16 active+undersized, 11 active+undersized+degraded, 98 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 41/405 objects degraded (10.123%) 2024-09-10T19:09:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: daemon mds.foofs.smithi067.njgdql compat changed unexpectedly 2024-09-10T19:09:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-10T19:09:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T19:09:49.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: osdmap e126: 8 total, 8 up, 8 in 2024-09-10T19:09:49.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: Standby daemon mds.foofs.smithi172.tzobql assigned to filesystem foofs as rank 0 2024-09-10T19:09:49.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-10T19:09:49.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T19:09:49.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-10T19:09:49.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: fsmap foofs:1/1 {0=foofs.smithi172.tzobql=up:replay} 2024-09-10T19:09:49.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T19:09:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: pgmap v237: 129 pgs: 4 peering, 16 active+undersized, 11 active+undersized+degraded, 98 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 41/405 objects degraded (10.123%) 2024-09-10T19:09:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: daemon mds.foofs.smithi067.njgdql compat changed unexpectedly 2024-09-10T19:09:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-10T19:09:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T19:09:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: osdmap e126: 8 total, 8 up, 8 in 2024-09-10T19:09:49.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: Standby daemon mds.foofs.smithi172.tzobql assigned to filesystem foofs as rank 0 2024-09-10T19:09:49.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-10T19:09:49.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T19:09:49.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-10T19:09:49.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: fsmap foofs:1/1 {0=foofs.smithi172.tzobql=up:replay} 2024-09-10T19:09:49.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T19:09:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:50 smithi172 ceph-mon[41360]: reconnect by client.24599 172.21.15.172:0/2233749650 after 0 2024-09-10T19:09:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:50 smithi172 ceph-mon[41360]: reconnect by client.14722 172.21.15.67:0/731191472 after 0.000999975 2024-09-10T19:09:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:50 smithi172 ceph-mon[41360]: mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:reconnect 2024-09-10T19:09:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:50 smithi172 ceph-mon[41360]: fsmap foofs:1/1 {0=foofs.smithi172.tzobql=up:reconnect} 2024-09-10T19:09:50.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:50 smithi172 ceph-mon[41360]: pgmap v239: 129 pgs: 4 peering, 125 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.7 MiB/s rd, 0 op/s 2024-09-10T19:09:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:50 smithi067 ceph-mon[57702]: reconnect by client.24599 172.21.15.172:0/2233749650 after 0 2024-09-10T19:09:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:50 smithi067 ceph-mon[57702]: reconnect by client.14722 172.21.15.67:0/731191472 after 0.000999975 2024-09-10T19:09:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:50 smithi067 ceph-mon[57702]: mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:reconnect 2024-09-10T19:09:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:50 smithi067 ceph-mon[57702]: fsmap foofs:1/1 {0=foofs.smithi172.tzobql=up:reconnect} 2024-09-10T19:09:50.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:50 smithi067 ceph-mon[57702]: pgmap v239: 129 pgs: 4 peering, 125 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.7 MiB/s rd, 0 op/s 2024-09-10T19:09:51.627 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:51 smithi067 ceph-mon[57702]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/405 objects degraded (10.123%), 11 pgs degraded) 2024-09-10T19:09:51.627 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:51 smithi067 ceph-mon[57702]: mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:rejoin 2024-09-10T19:09:51.627 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:51 smithi067 ceph-mon[57702]: fsmap foofs:1/1 {0=foofs.smithi172.tzobql=up:rejoin} 2024-09-10T19:09:51.627 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:51 smithi067 ceph-mon[57702]: daemon mds.foofs.smithi172.tzobql is now active in filesystem foofs as rank 0 2024-09-10T19:09:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:51 smithi172 ceph-mon[41360]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 41/405 objects degraded (10.123%), 11 pgs degraded) 2024-09-10T19:09:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:51 smithi172 ceph-mon[41360]: mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:rejoin 2024-09-10T19:09:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:51 smithi172 ceph-mon[41360]: fsmap foofs:1/1 {0=foofs.smithi172.tzobql=up:rejoin} 2024-09-10T19:09:51.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:51 smithi172 ceph-mon[41360]: daemon mds.foofs.smithi172.tzobql is now active in filesystem foofs as rank 0 2024-09-10T19:09:52.672 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:52 smithi067 ceph-mon[57702]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-10T19:09:52.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:52 smithi067 ceph-mon[57702]: mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:active 2024-09-10T19:09:52.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:52 smithi067 ceph-mon[57702]: fsmap foofs:1 {0=foofs.smithi172.tzobql=up:active} 2024-09-10T19:09:52.673 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:52 smithi067 ceph-mon[57702]: pgmap v240: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 MiB/s rd, 131 B/s wr, 4 op/s 2024-09-10T19:09:52.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:52 smithi172 ceph-mon[41360]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-10T19:09:52.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:52 smithi172 ceph-mon[41360]: mds.? [v2:172.21.15.172:6832/1228853511,v1:172.21.15.172:6833/1228853511] up:active 2024-09-10T19:09:52.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:52 smithi172 ceph-mon[41360]: fsmap foofs:1 {0=foofs.smithi172.tzobql=up:active} 2024-09-10T19:09:52.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:52 smithi172 ceph-mon[41360]: pgmap v240: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.7 MiB/s rd, 131 B/s wr, 4 op/s 2024-09-10T19:09:53.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:53.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:53.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:53.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:53.659 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:53.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:54.580 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-10T19:09:54.580 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: Cluster is now healthy 2024-09-10T19:09:54.580 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739] up:boot 2024-09-10T19:09:54.580 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: fsmap foofs:1 {0=foofs.smithi172.tzobql=up:active} 1 up:standby 2024-09-10T19:09:54.581 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T19:09:54.581 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:54.581 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T19:09:54.581 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:09:54.581 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:09:54.581 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: pgmap v241: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 233 B/s wr, 12 op/s 2024-09-10T19:09:54.581 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:54.581 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:09:54.581 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:54 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-10T19:09:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: Cluster is now healthy 2024-09-10T19:09:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739] up:boot 2024-09-10T19:09:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: fsmap foofs:1 {0=foofs.smithi172.tzobql=up:active} 1 up:standby 2024-09-10T19:09:54.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi067.njgdql"}]: dispatch 2024-09-10T19:09:54.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:54.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-09-10T19:09:54.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2024-09-10T19:09:54.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:09:54.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: pgmap v241: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 20 MiB/s rd, 233 B/s wr, 12 op/s 2024-09-10T19:09:54.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:54.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:09:54.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:54 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:56 smithi172 ceph-mon[41360]: pgmap v242: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 12 op/s 2024-09-10T19:09:57.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:56 smithi067 ceph-mon[57702]: pgmap v242: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 12 op/s 2024-09-10T19:09:59.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:58 smithi067 ceph-mon[57702]: pgmap v243: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 12 op/s 2024-09-10T19:09:59.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:59.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:59.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:59.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:59.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:59.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:59.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:59.255 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:09:58 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:58 smithi172 ceph-mon[41360]: pgmap v243: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 12 op/s 2024-09-10T19:09:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:09:59.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:09:58 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:01.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:00 smithi067 ceph-mon[57702]: pgmap v244: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 7.5 KiB/s wr, 14 op/s 2024-09-10T19:10:01.157 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:00 smithi067 ceph-mon[57702]: overall HEALTH_OK 2024-09-10T19:10:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:00 smithi172 ceph-mon[41360]: pgmap v244: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 15 MiB/s rd, 7.5 KiB/s wr, 14 op/s 2024-09-10T19:10:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:00 smithi172 ceph-mon[41360]: overall HEALTH_OK 2024-09-10T19:10:03.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: pgmap v245: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-09-10T19:10:03.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: Detected new or changed devices on smithi067 2024-09-10T19:10:03.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:03.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi172.tzobql"]}]: dispatch 2024-09-10T19:10:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:02 smithi172 ceph-mon[41360]: Upgrade: It appears safe to stop mds.foofs.smithi172.tzobql 2024-09-10T19:10:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: pgmap v245: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 7.2 KiB/s wr, 13 op/s 2024-09-10T19:10:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: Detected new or changed devices on smithi067 2024-09-10T19:10:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:10:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi172.tzobql"]}]: dispatch 2024-09-10T19:10:03.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:02 smithi067 ceph-mon[57702]: Upgrade: It appears safe to stop mds.foofs.smithi172.tzobql 2024-09-10T19:10:04.223 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:10:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:04 smithi172 ceph-mon[41360]: Upgrade: Updating mds.foofs.smithi172.tzobql 2024-09-10T19:10:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:04 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:04 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.tzobql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T19:10:04.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:04 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:04.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:04 smithi172 ceph-mon[41360]: Deploying daemon mds.foofs.smithi172.tzobql on smithi172 2024-09-10T19:10:04.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:04 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "container_image"}]: dispatch 2024-09-10T19:10:04.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:04 smithi172 ceph-mon[41360]: pgmap v246: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 MiB/s rd, 7.1 KiB/s wr, 10 op/s 2024-09-10T19:10:04.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:04 smithi172 ceph-mon[41360]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:04 smithi067 ceph-mon[57702]: Upgrade: Updating mds.foofs.smithi172.tzobql 2024-09-10T19:10:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:04 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:04 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi172.tzobql", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-09-10T19:10:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:04 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:04 smithi067 ceph-mon[57702]: Deploying daemon mds.foofs.smithi172.tzobql on smithi172 2024-09-10T19:10:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:04 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mds.foofs.smithi172.tzobql","key": "container_image"}]: dispatch 2024-09-10T19:10:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:04 smithi067 ceph-mon[57702]: pgmap v246: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 MiB/s rd, 7.1 KiB/s wr, 10 op/s 2024-09-10T19:10:04.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:04 smithi067 ceph-mon[57702]: from='client.34384 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:04.842 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:10:04.842 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (18m) 6s ago 20m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:10:04.842 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (5m) 6s ago 20m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:10:04.842 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (5m) 24s ago 20m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:10:04.842 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (18m) 6s ago 19m 39.7M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:10:04.842 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (12s) 6s ago 15m 11.2M - 17.2.7-1606-g5be57395 4c55dd409611 8081a7b92337 2024-09-10T19:10:04.842 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (15m) 24s ago 15m 18.5M - 15.2.13 2cf504fded39 f4e7dc26da1e 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (9m) 6s ago 21m 460M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (6m) 24s ago 19m 401M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (6m) 6s ago 21m 80.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (5m) 24s ago 20m 60.4M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (12m) 6s ago 12m 136M - 3.3 2cf504fded39 088ea6e8b02b 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (12m) 24s ago 12m 88.9M - 3.3 2cf504fded39 89a1d6f24620 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (19m) 6s ago 19m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (19m) 24s ago 19m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (4m) 6s ago 19m 339M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (3m) 6s ago 18m 259M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (3m) 6s ago 18m 196M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (2m) 6s ago 18m 191M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (2m) 24s ago 17m 195M 4096M 17.2.7-1606-g5be57395 4c55dd409611 125806f6cf03 2024-09-10T19:10:04.843 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (92s) 24s ago 17m 190M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d9a75645937b 2024-09-10T19:10:04.844 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (60s) 24s ago 17m 178M 4096M 17.2.7-1606-g5be57395 4c55dd409611 a33af2d8fe65 2024-09-10T19:10:04.844 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (28s) 24s ago 16m 11.6M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2458289c8c7e 2024-09-10T19:10:04.844 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (9m) 6s ago 19m 61.7M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:10:05.221 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T19:10:05.222 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:10:05.222 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:10:05.222 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 13 2024-09-10T19:10:05.222 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:10:05.222 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:10:05.518 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1[65758]: 2024-09-10T19:10:05.229+0000 7f9e35813640 -1 bdev(0x56024eec3c00 /var/lib/ceph/osd/ceph-1/block) aio_submit retries 2 2024-09-10T19:10:05.519 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067[57691]: 2024-09-10T19:10:05.206+0000 7f572542a640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T19:10:05.519 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:10:05.228+0000 7f1ff5283640 -1 bdev(0x55568c1e7c00 /var/lib/ceph/osd/ceph-2/block) aio_submit retries 1 2024-09-10T19:10:05.519 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:10:05.229+0000 7f1ff6285640 -1 bdev(0x55568c1e7c00 /var/lib/ceph/osd/ceph-2/block) aio_submit retries 5 2024-09-10T19:10:05.519 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:10:05.231+0000 7f1ffba90640 -1 bdev(0x55568c1e7c00 /var/lib/ceph/osd/ceph-2/block) aio_submit retries 8 2024-09-10T19:10:05.581 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:10:05.581 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:10:05.581 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:10:05.581 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:10:05.581 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:10:05.581 INFO:teuthology.orchestra.run.smithi067.stdout: "osd", 2024-09-10T19:10:05.581 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:10:05.582 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr", 2024-09-10T19:10:05.582 INFO:teuthology.orchestra.run.smithi067.stdout: "crash" 2024-09-10T19:10:05.582 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:10:05.582 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "15/23 daemons upgraded", 2024-09-10T19:10:05.582 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading mds daemons", 2024-09-10T19:10:05.582 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:10:05.582 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:10:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:10:05.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: osdmap e127: 8 total, 8 up, 8 in 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: Standby daemon mds.foofs.smithi067.njgdql assigned to filesystem foofs as rank 0 2024-09-10T19:10:05.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-10T19:10:05.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T19:10:05.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-10T19:10:05.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: fsmap foofs:1/1 {0=foofs.smithi067.njgdql=up:replay} 2024-09-10T19:10:05.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:05 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/2130359289' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='client.34388 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='client.34392 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:10:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: osdmap e127: 8 total, 8 up, 8 in 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: Standby daemon mds.foofs.smithi067.njgdql assigned to filesystem foofs as rank 0 2024-09-10T19:10:05.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2024-09-10T19:10:05.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-10T19:10:05.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: fsmap foofs:0/1 1 up:standby, 1 failed 2024-09-10T19:10:05.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: fsmap foofs:1/1 {0=foofs.smithi067.njgdql=up:replay} 2024-09-10T19:10:05.777 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:05 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/2130359289' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:06.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:06 smithi172 ceph-mon[41360]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:06.766 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:06 smithi172 ceph-mon[41360]: pgmap v248: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.6 MiB/s rd, 8.4 KiB/s wr, 4 op/s 2024-09-10T19:10:06.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:06 smithi067 ceph-mon[57702]: from='client.34400 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:06.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:06 smithi067 ceph-mon[57702]: pgmap v248: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.6 MiB/s rd, 8.4 KiB/s wr, 4 op/s 2024-09-10T19:10:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:07 smithi172 ceph-mon[41360]: reconnect by client.14722 172.21.15.67:0/731191472 after 0.000999978 2024-09-10T19:10:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:07 smithi172 ceph-mon[41360]: reconnect by client.24599 172.21.15.172:0/2233749650 after 0.000999978 2024-09-10T19:10:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:07 smithi172 ceph-mon[41360]: mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739] up:reconnect 2024-09-10T19:10:07.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:07 smithi172 ceph-mon[41360]: fsmap foofs:1/1 {0=foofs.smithi067.njgdql=up:reconnect} 2024-09-10T19:10:07.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:07 smithi067 ceph-mon[57702]: reconnect by client.14722 172.21.15.67:0/731191472 after 0.000999978 2024-09-10T19:10:07.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:07 smithi067 ceph-mon[57702]: reconnect by client.24599 172.21.15.172:0/2233749650 after 0.000999978 2024-09-10T19:10:07.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:07 smithi067 ceph-mon[57702]: mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739] up:reconnect 2024-09-10T19:10:07.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:07 smithi067 ceph-mon[57702]: fsmap foofs:1/1 {0=foofs.smithi067.njgdql=up:reconnect} 2024-09-10T19:10:09.002 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:08 smithi172 ceph-mon[41360]: mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739] up:rejoin 2024-09-10T19:10:09.029 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:08 smithi172 ceph-mon[41360]: fsmap foofs:1/1 {0=foofs.smithi067.njgdql=up:rejoin} 2024-09-10T19:10:09.029 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:08 smithi172 ceph-mon[41360]: daemon mds.foofs.smithi067.njgdql is now active in filesystem foofs as rank 0 2024-09-10T19:10:09.029 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:08 smithi172 ceph-mon[41360]: pgmap v249: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.6 MiB/s rd, 8.4 KiB/s wr, 4 op/s 2024-09-10T19:10:09.029 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:08 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:09.029 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:08 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:09.029 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:08 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:09.029 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:08 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:09.029 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:08 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:08 smithi067 ceph-mon[57702]: mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739] up:rejoin 2024-09-10T19:10:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:08 smithi067 ceph-mon[57702]: fsmap foofs:1/1 {0=foofs.smithi067.njgdql=up:rejoin} 2024-09-10T19:10:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:08 smithi067 ceph-mon[57702]: daemon mds.foofs.smithi067.njgdql is now active in filesystem foofs as rank 0 2024-09-10T19:10:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:08 smithi067 ceph-mon[57702]: pgmap v249: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.6 MiB/s rd, 8.4 KiB/s wr, 4 op/s 2024-09-10T19:10:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:08 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:08 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:08 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:08 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:09.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:08 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:09.989 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:09 smithi172 ceph-mon[41360]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-10T19:10:09.989 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:09 smithi172 ceph-mon[41360]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-10T19:10:09.989 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:09 smithi172 ceph-mon[41360]: Cluster is now healthy 2024-09-10T19:10:09.989 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:09 smithi172 ceph-mon[41360]: mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739] up:active 2024-09-10T19:10:09.989 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:09 smithi172 ceph-mon[41360]: mds.? [v2:172.21.15.172:6832/94313186,v1:172.21.15.172:6833/94313186] up:boot 2024-09-10T19:10:09.989 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:09 smithi172 ceph-mon[41360]: fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:10:09.990 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T19:10:09.990 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:10:10.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:09 smithi067 ceph-mon[57702]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2024-09-10T19:10:10.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:09 smithi067 ceph-mon[57702]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2024-09-10T19:10:10.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:09 smithi067 ceph-mon[57702]: Cluster is now healthy 2024-09-10T19:10:10.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:09 smithi067 ceph-mon[57702]: mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739] up:active 2024-09-10T19:10:10.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:09 smithi067 ceph-mon[57702]: mds.? [v2:172.21.15.172:6832/94313186,v1:172.21.15.172:6833/94313186] up:boot 2024-09-10T19:10:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:09 smithi067 ceph-mon[57702]: fsmap foofs:1 {0=foofs.smithi067.njgdql=up:active} 1 up:standby 2024-09-10T19:10:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi172.tzobql"}]: dispatch 2024-09-10T19:10:10.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:10:10.926 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:10 smithi067 ceph-mon[57702]: pgmap v250: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 102 B/s wr, 4 op/s 2024-09-10T19:10:10.932 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:10 smithi172 ceph-mon[41360]: pgmap v250: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 14 MiB/s rd, 102 B/s wr, 4 op/s 2024-09-10T19:10:12.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:11 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:12.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:11 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:12.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:11 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:12.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:11 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:12.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:11 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:12.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:11 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:12.687 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:12.687 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:12 smithi172 ceph-mon[41360]: pgmap v251: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 7 op/s 2024-09-10T19:10:12.687 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:12.687 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:12.687 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:12.687 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:13.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:12 smithi067 ceph-mon[57702]: pgmap v251: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 204 B/s wr, 7 op/s 2024-09-10T19:10:13.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:13.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:13.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:13.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:15.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:14 smithi172 ceph-mon[41360]: pgmap v252: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 8.6 KiB/s wr, 13 op/s 2024-09-10T19:10:15.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:14 smithi067 ceph-mon[57702]: pgmap v252: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 17 MiB/s rd, 8.6 KiB/s wr, 13 op/s 2024-09-10T19:10:16.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: Detected new or changed devices on smithi172 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:16.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: Upgrade: Setting container_image for all mds 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi067.njgdql"}]: dispatch 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi067.njgdql"}]': finished 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi172.tzobql"}]: dispatch 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi172.tzobql"}]': finished 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.027 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: Upgrade: Setting container_image for all rgw 2024-09-10T19:10:16.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:10:16.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.028 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:15 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: Detected new or changed devices on smithi172 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:16.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: Upgrade: Setting container_image for all mds 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi067.njgdql"}]: dispatch 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi067.njgdql"}]': finished 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi172.tzobql"}]: dispatch 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi172.tzobql"}]': finished 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: Upgrade: Setting container_image for all rgw 2024-09-10T19:10:16.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:10:16.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:16.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:16.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:15 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:17.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: Upgrade: Setting container_image for all iscsi 2024-09-10T19:10:17.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: pgmap v253: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 8.1 KiB/s wr, 12 op/s 2024-09-10T19:10:17.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:17.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T19:10:17.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T19:10:17.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T19:10:17.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:17.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T19:10:17.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T19:10:17.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:10:17.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:17.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi067.mlsyrd","key": "container_image"}]: dispatch 2024-09-10T19:10:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: Upgrade: Setting container_image for all iscsi 2024-09-10T19:10:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: pgmap v253: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 16 MiB/s rd, 8.1 KiB/s wr, 12 op/s 2024-09-10T19:10:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T19:10:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T19:10:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T19:10:17.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:17.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T19:10:17.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T19:10:17.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi067.mlsyrd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:10:17.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:17.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.nfs.foo.0.0.smithi067.mlsyrd","key": "container_image"}]: dispatch 2024-09-10T19:10:18.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:17 smithi172 ceph-mon[41360]: Upgrade: Updating nfs.foo.0.0.smithi067.mlsyrd (1/2) 2024-09-10T19:10:18.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:17 smithi172 ceph-mon[41360]: Creating key for client.nfs.foo.0.0.smithi067.mlsyrd 2024-09-10T19:10:18.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:17 smithi172 ceph-mon[41360]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T19:10:18.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:17 smithi172 ceph-mon[41360]: Rados config object exists: conf-nfs.foo 2024-09-10T19:10:18.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:17 smithi172 ceph-mon[41360]: Creating key for client.nfs.foo.0.0.smithi067.mlsyrd-rgw 2024-09-10T19:10:18.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:17 smithi172 ceph-mon[41360]: Bind address in nfs.foo.0.0.smithi067.mlsyrd's ganesha conf is defaulting to empty 2024-09-10T19:10:18.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:17 smithi172 ceph-mon[41360]: Deploying daemon nfs.foo.0.0.smithi067.mlsyrd on smithi067 2024-09-10T19:10:18.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:17 smithi067 ceph-mon[57702]: Upgrade: Updating nfs.foo.0.0.smithi067.mlsyrd (1/2) 2024-09-10T19:10:18.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:17 smithi067 ceph-mon[57702]: Creating key for client.nfs.foo.0.0.smithi067.mlsyrd 2024-09-10T19:10:18.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:17 smithi067 ceph-mon[57702]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-10T19:10:18.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:17 smithi067 ceph-mon[57702]: Rados config object exists: conf-nfs.foo 2024-09-10T19:10:18.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:17 smithi067 ceph-mon[57702]: Creating key for client.nfs.foo.0.0.smithi067.mlsyrd-rgw 2024-09-10T19:10:18.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:17 smithi067 ceph-mon[57702]: Bind address in nfs.foo.0.0.smithi067.mlsyrd's ganesha conf is defaulting to empty 2024-09-10T19:10:18.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:17 smithi067 ceph-mon[57702]: Deploying daemon nfs.foo.0.0.smithi067.mlsyrd on smithi067 2024-09-10T19:10:19.223 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:18 smithi067 ceph-mon[57702]: pgmap v254: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 7.3 KiB/s wr, 10 op/s 2024-09-10T19:10:19.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:18 smithi172 ceph-mon[41360]: pgmap v254: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 13 MiB/s rd, 7.3 KiB/s wr, 10 op/s 2024-09-10T19:10:21.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:20 smithi172 ceph-mon[41360]: pgmap v255: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 7.3 KiB/s wr, 10 op/s 2024-09-10T19:10:21.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:20 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:21.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:20 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:21.128 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:20 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:21.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:20 smithi067 ceph-mon[57702]: pgmap v255: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 11 MiB/s rd, 7.3 KiB/s wr, 10 op/s 2024-09-10T19:10:21.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:20 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:21.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:20 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:21.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:20 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:22 smithi172 ceph-mon[41360]: Upgrade: Updating nfs.foo.1.0.smithi172.gogrkm (2/2) 2024-09-10T19:10:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:22 smithi172 ceph-mon[41360]: Creating key for client.nfs.foo.1.0.smithi172.gogrkm 2024-09-10T19:10:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T19:10:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:22 smithi172 ceph-mon[41360]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T19:10:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T19:10:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T19:10:23.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:22 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:23.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:22 smithi172 ceph-mon[41360]: pgmap v256: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.7 MiB/s rd, 7.2 KiB/s wr, 7 op/s 2024-09-10T19:10:23.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:22 smithi067 ceph-mon[57702]: Upgrade: Updating nfs.foo.1.0.smithi172.gogrkm (2/2) 2024-09-10T19:10:23.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:23.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:22 smithi067 ceph-mon[57702]: Creating key for client.nfs.foo.1.0.smithi172.gogrkm 2024-09-10T19:10:23.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-10T19:10:23.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:22 smithi067 ceph-mon[57702]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-09-10T19:10:23.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-10T19:10:23.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-10T19:10:23.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:22 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:23.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:22 smithi067 ceph-mon[57702]: pgmap v256: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 2.7 MiB/s rd, 7.2 KiB/s wr, 7 op/s 2024-09-10T19:10:24.099 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T19:10:24.099 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T19:10:24.099 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:23 smithi172 ceph-mon[41360]: Evicting (and blocklisting) client session 14722 (172.21.15.67:0/731191472) 2024-09-10T19:10:24.100 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:23 smithi172 ceph-mon[41360]: from='mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739]' entity='mds.foofs.smithi067.njgdql' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.67:0/731191472"}]: dispatch 2024-09-10T19:10:24.100 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:10:24.100 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:24.100 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:23 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi172.gogrkm","key": "container_image"}]: dispatch 2024-09-10T19:10:24.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-10T19:10:24.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-10T19:10:24.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:23 smithi067 ceph-mon[57702]: Evicting (and blocklisting) client session 14722 (172.21.15.67:0/731191472) 2024-09-10T19:10:24.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:23 smithi067 ceph-mon[57702]: from='mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739]' entity='mds.foofs.smithi067.njgdql' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.67:0/731191472"}]: dispatch 2024-09-10T19:10:24.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi172.gogrkm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-10T19:10:24.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:24.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:23 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "client.nfs.foo.1.0.smithi172.gogrkm","key": "container_image"}]: dispatch 2024-09-10T19:10:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:24 smithi172 ceph-mon[41360]: Rados config object exists: conf-nfs.foo 2024-09-10T19:10:25.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:24 smithi172 ceph-mon[41360]: Creating key for client.nfs.foo.1.0.smithi172.gogrkm-rgw 2024-09-10T19:10:25.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:24 smithi172 ceph-mon[41360]: Bind address in nfs.foo.1.0.smithi172.gogrkm's ganesha conf is defaulting to empty 2024-09-10T19:10:25.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:24 smithi172 ceph-mon[41360]: Deploying daemon nfs.foo.1.0.smithi172.gogrkm on smithi172 2024-09-10T19:10:25.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:24 smithi172 ceph-mon[41360]: pgmap v257: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 8.0 KiB/s wr, 7 op/s 2024-09-10T19:10:25.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:10:25.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:24 smithi172 ceph-mon[41360]: from='mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739]' entity='mds.foofs.smithi067.njgdql' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.67:0/731191472"}]': finished 2024-09-10T19:10:25.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:24 smithi172 ceph-mon[41360]: osdmap e128: 8 total, 8 up, 8 in 2024-09-10T19:10:25.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:24 smithi067 ceph-mon[57702]: Rados config object exists: conf-nfs.foo 2024-09-10T19:10:25.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:24 smithi067 ceph-mon[57702]: Creating key for client.nfs.foo.1.0.smithi172.gogrkm-rgw 2024-09-10T19:10:25.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:24 smithi067 ceph-mon[57702]: Bind address in nfs.foo.1.0.smithi172.gogrkm's ganesha conf is defaulting to empty 2024-09-10T19:10:25.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:24 smithi067 ceph-mon[57702]: Deploying daemon nfs.foo.1.0.smithi172.gogrkm on smithi172 2024-09-10T19:10:25.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:24 smithi067 ceph-mon[57702]: pgmap v257: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.2 KiB/s rd, 8.0 KiB/s wr, 7 op/s 2024-09-10T19:10:25.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:10:25.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:24 smithi067 ceph-mon[57702]: from='mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739]' entity='mds.foofs.smithi067.njgdql' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.67:0/731191472"}]': finished 2024-09-10T19:10:25.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:24 smithi067 ceph-mon[57702]: osdmap e128: 8 total, 8 up, 8 in 2024-09-10T19:10:27.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:26 smithi172 ceph-mon[41360]: pgmap v259: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-10T19:10:27.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:26 smithi067 ceph-mon[57702]: pgmap v259: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 1.9 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-09-10T19:10:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:28.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:28.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:28.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:28.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:28.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:28.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:28.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:28.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:28.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:28.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:28.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:29.587 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:29 smithi172 ceph-mon[41360]: pgmap v260: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2024-09-10T19:10:29.641 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:29 smithi067 ceph-mon[57702]: pgmap v260: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2024-09-10T19:10:30.637 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:30.637 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:30.637 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:30.637 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:30 smithi067 ceph-mon[57702]: from='mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739]' entity='mds.foofs.smithi067.njgdql' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.172:0/2233749650"}]: dispatch 2024-09-10T19:10:30.637 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:30 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:30 smithi172 ceph-mon[41360]: from='mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739]' entity='mds.foofs.smithi067.njgdql' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.172:0/2233749650"}]: dispatch 2024-09-10T19:10:30.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:30 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:31 smithi172 ceph-mon[41360]: pgmap v261: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2024-09-10T19:10:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:31 smithi172 ceph-mon[41360]: Evicting (and blocklisting) client session 24599 (172.21.15.172:0/2233749650) 2024-09-10T19:10:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:31 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:31 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:31 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:31 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:31 smithi172 ceph-mon[41360]: from='mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739]' entity='mds.foofs.smithi067.njgdql' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.172:0/2233749650"}]': finished 2024-09-10T19:10:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:31 smithi172 ceph-mon[41360]: osdmap e129: 8 total, 8 up, 8 in 2024-09-10T19:10:31.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:31 smithi067 ceph-mon[57702]: pgmap v261: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2024-09-10T19:10:31.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:31 smithi067 ceph-mon[57702]: Evicting (and blocklisting) client session 24599 (172.21.15.172:0/2233749650) 2024-09-10T19:10:31.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:31 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:31.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:31 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:31.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:31 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:31.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:31 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:31.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:31 smithi067 ceph-mon[57702]: from='mds.? [v2:172.21.15.67:6834/3277183739,v1:172.21.15.67:6835/3277183739]' entity='mds.foofs.smithi067.njgdql' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.172:0/2233749650"}]': finished 2024-09-10T19:10:31.696 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:31 smithi067 ceph-mon[57702]: osdmap e129: 8 total, 8 up, 8 in 2024-09-10T19:10:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:33 smithi172 ceph-mon[41360]: pgmap v263: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.9 KiB/s wr, 6 op/s 2024-09-10T19:10:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:33.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:33 smithi067 ceph-mon[57702]: pgmap v263: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 1.9 KiB/s wr, 6 op/s 2024-09-10T19:10:33.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:33.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:33.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:34.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:34 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:34.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:34 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:34.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:34 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:34.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:34 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:34.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:34 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:34.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:34 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:34.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:34 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:34.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:34 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:34.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:34 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:34.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:34 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:34.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:34 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:34.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:34 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:34.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:34 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:34.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:34 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:34.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:34 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:34.776 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:34 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:35.613 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:35 smithi067 ceph-mon[57702]: pgmap v264: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2024-09-10T19:10:35.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:35 smithi172 ceph-mon[41360]: pgmap v264: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.0 KiB/s wr, 6 op/s 2024-09-10T19:10:35.939 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:10:36.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:36 smithi067 ceph-mon[57702]: pgmap v265: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-09-10T19:10:36.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:36 smithi067 ceph-mon[57702]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:36.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:36 smithi067 ceph-mon[57702]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:36.575 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:10:36.575 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (19m) 3s ago 20m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:10:36.575 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (5m) 3s ago 20m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:10:36.575 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (5m) 6s ago 20m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (19m) 3s ago 20m 39.7M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (44s) 3s ago 15m 24.4M - 17.2.7-1606-g5be57395 4c55dd409611 8081a7b92337 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (28s) 6s ago 15m 13.8M - 17.2.7-1606-g5be57395 4c55dd409611 fe008857c771 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (10m) 3s ago 22m 462M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (7m) 6s ago 20m 401M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (6m) 3s ago 22m 82.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (6m) 6s ago 20m 61.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (16s) 3s ago 12m 51.9M - 5.9 4c55dd409611 ef10612f1fc0 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (10s) 6s ago 12m 17.0M - 5.9 4c55dd409611 229497b62033 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (20m) 3s ago 20m 17.0M - 0.18.1 e5a616e4b9cf d0e82026e53c 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (19m) 6s ago 19m 16.9M - 0.18.1 e5a616e4b9cf b270b83ec7f1 2024-09-10T19:10:36.576 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (5m) 3s ago 20m 339M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:10:36.577 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (4m) 3s ago 19m 260M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:10:36.577 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (3m) 3s ago 19m 197M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:10:36.577 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (3m) 3s ago 18m 192M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:10:36.577 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (2m) 6s ago 18m 197M 4096M 17.2.7-1606-g5be57395 4c55dd409611 125806f6cf03 2024-09-10T19:10:36.577 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (2m) 6s ago 18m 195M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d9a75645937b 2024-09-10T19:10:36.577 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (92s) 6s ago 17m 183M 4096M 17.2.7-1606-g5be57395 4c55dd409611 a33af2d8fe65 2024-09-10T19:10:36.577 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (60s) 6s ago 17m 231M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2458289c8c7e 2024-09-10T19:10:36.577 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (10m) 3s ago 19m 65.9M - 2.18.1 de242295e225 7eb38b7b304b 2024-09-10T19:10:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:36 smithi172 ceph-mon[41360]: pgmap v265: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 3.3 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-09-10T19:10:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:36 smithi172 ceph-mon[41360]: from='client.34446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:36.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:36 smithi172 ceph-mon[41360]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:36.957 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:10:36.957 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:10:36.957 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:10:36.957 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:10:36.957 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:10:36.957 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:10:36.957 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 14 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:10:36.958 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:10:37.286 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:10:37.286 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:10:37.286 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:10:37.286 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:10:37.286 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:10:37.286 INFO:teuthology.orchestra.run.smithi067.stdout: "osd", 2024-09-10T19:10:37.286 INFO:teuthology.orchestra.run.smithi067.stdout: "mds", 2024-09-10T19:10:37.287 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:10:37.287 INFO:teuthology.orchestra.run.smithi067.stdout: "crash", 2024-09-10T19:10:37.287 INFO:teuthology.orchestra.run.smithi067.stdout: "nfs", 2024-09-10T19:10:37.287 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:10:37.287 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:10:37.287 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "18/23 daemons upgraded", 2024-09-10T19:10:37.287 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-10T19:10:37.287 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:10:37.287 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:10:37.557 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:37.557 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:10:37.557 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.557 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.557 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.557 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.558 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/581715488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.559 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.560 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: Upgrade: Setting container_image for all nfs 2024-09-10T19:10:37.560 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.560 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi067.mlsyrd"}]: dispatch 2024-09-10T19:10:37.560 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi067.mlsyrd"}]': finished 2024-09-10T19:10:37.560 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi172.gogrkm"}]: dispatch 2024-09-10T19:10:37.560 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi172.gogrkm"}]': finished 2024-09-10T19:10:37.560 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:37 smithi067 ceph-mon[57702]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:37.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.772 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/581715488' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.773 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: Upgrade: Setting container_image for all nfs 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi067.mlsyrd"}]: dispatch 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.0.0.smithi067.mlsyrd"}]': finished 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi172.gogrkm"}]: dispatch 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs.foo.1.0.smithi172.gogrkm"}]': finished 2024-09-10T19:10:37.774 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:37 smithi172 ceph-mon[41360]: from='client.34462 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:10:38.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:38 smithi067 ceph-mon[57702]: pgmap v266: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 307 B/s rd, 921 B/s wr, 1 op/s 2024-09-10T19:10:38.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:38 smithi172 ceph-mon[41360]: pgmap v266: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 307 B/s rd, 921 B/s wr, 1 op/s 2024-09-10T19:10:39.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:39 smithi067 ceph-mon[57702]: Upgrade: Updating node-exporter.smithi067 (1/2) 2024-09-10T19:10:39.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:39 smithi067 ceph-mon[57702]: Deploying daemon node-exporter.smithi067 on smithi067 2024-09-10T19:10:39.664 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:10:39.672 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:39 smithi172 ceph-mon[41360]: Upgrade: Updating node-exporter.smithi067 (1/2) 2024-09-10T19:10:39.672 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:39 smithi172 ceph-mon[41360]: Deploying daemon node-exporter.smithi067 on smithi067 2024-09-10T19:10:39.672 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:10:40.771 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:40 smithi172 ceph-mon[41360]: pgmap v267: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 307 B/s rd, 409 B/s wr, 1 op/s 2024-09-10T19:10:40.775 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:40 smithi067 ceph-mon[57702]: pgmap v267: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 307 B/s rd, 409 B/s wr, 1 op/s 2024-09-10T19:10:43.260 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:42 smithi067 ceph-mon[57702]: pgmap v268: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 186 B/s rd, 372 B/s wr, 0 op/s 2024-09-10T19:10:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:42 smithi172 ceph-mon[41360]: pgmap v268: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 186 B/s rd, 372 B/s wr, 0 op/s 2024-09-10T19:10:44.109 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:44.109 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:44.109 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:43 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:44.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:44.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:44.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:43 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:45.136 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:44 smithi172 ceph-mon[41360]: pgmap v269: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-09-10T19:10:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:44 smithi067 ceph-mon[57702]: pgmap v269: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2024-09-10T19:10:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:45 smithi172 ceph-mon[41360]: Upgrade: Updating node-exporter.smithi172 (2/2) 2024-09-10T19:10:46.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:45 smithi172 ceph-mon[41360]: Deploying daemon node-exporter.smithi172 on smithi172 2024-09-10T19:10:46.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:45 smithi067 ceph-mon[57702]: Upgrade: Updating node-exporter.smithi172 (2/2) 2024-09-10T19:10:46.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:45 smithi067 ceph-mon[57702]: Deploying daemon node-exporter.smithi172 on smithi172 2024-09-10T19:10:47.144 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:46 smithi172 ceph-mon[41360]: pgmap v270: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:47.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:46 smithi067 ceph-mon[57702]: pgmap v270: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:49.218 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:48 smithi172 ceph-mon[41360]: pgmap v271: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:49.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:48 smithi067 ceph-mon[57702]: pgmap v271: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:50.246 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:50.247 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:50.247 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:50.247 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:50.247 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:50.247 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:49 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:50.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:50.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:50.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:50.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:50.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:50.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:49 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:51.261 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:50 smithi067 ceph-mon[57702]: pgmap v272: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:51.270 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:50 smithi172 ceph-mon[41360]: pgmap v272: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:53.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:52 smithi067 ceph-mon[57702]: pgmap v273: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:53.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:53.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:53.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:53.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:53.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:53.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:52 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:52 smithi172 ceph-mon[41360]: pgmap v273: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:53.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:53.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:52 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:10:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:10:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:10:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:10:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:10:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:10:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:10:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:10:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:10:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:10:55.230 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:54 smithi172 ceph-mon[41360]: pgmap v274: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:54 smithi067 ceph-mon[57702]: pgmap v274: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-09-10T19:10:56.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:56.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:56.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:56.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:56.214 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:56.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.215 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:56.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:10:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:56 smithi172 ceph-mon[41360]: pgmap v275: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:10:57.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:56 smithi067 ceph-mon[57702]: pgmap v275: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:10:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:58 smithi172 ceph-mon[41360]: pgmap v276: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:10:59.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:58 smithi067 ceph-mon[57702]: pgmap v276: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:10:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:00.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:10:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:01 smithi172 ceph-mon[41360]: pgmap v277: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:01 smithi067 ceph-mon[57702]: pgmap v277: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:02.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:02 smithi067 ceph-mon[57702]: Upgrade: Updating prometheus.smithi067 2024-09-10T19:11:02.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:02 smithi067 ceph-mon[57702]: Deploying daemon prometheus.smithi067 on smithi067 2024-09-10T19:11:02.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:02 smithi172 ceph-mon[41360]: Upgrade: Updating prometheus.smithi067 2024-09-10T19:11:02.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:02 smithi172 ceph-mon[41360]: Deploying daemon prometheus.smithi067 on smithi067 2024-09-10T19:11:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:03 smithi067 ceph-mon[57702]: pgmap v278: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:03.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:03 smithi172 ceph-mon[41360]: pgmap v278: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:05.082 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:05 smithi067 ceph-mon[57702]: pgmap v279: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:05.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:05 smithi172 ceph-mon[41360]: pgmap v279: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:07.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:07 smithi067 ceph-mon[57702]: pgmap v280: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:07.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:07 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:07.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:07 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:07.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:07 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:07.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:07 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:07.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:07 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:07.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:07 smithi172 ceph-mon[41360]: pgmap v280: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:07.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:07 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:07.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:07 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:07.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:07 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:07.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:07 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:07.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:07 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:07.630 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:11:08.307 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:11:08.307 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (19m) 13s ago 21m 21.4M - 0.20.0 0881eb8f169f fb6addfca662 2024-09-10T19:11:08.307 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (6m) 13s ago 21m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:11:08.307 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (6m) 16s ago 21m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:11:08.307 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (19m) 13s ago 20m 39.9M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (76s) 13s ago 16m 24.6M - 17.2.7-1606-g5be57395 4c55dd409611 8081a7b92337 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (60s) 16s ago 16m 14.0M - 17.2.7-1606-g5be57395 4c55dd409611 fe008857c771 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (10m) 13s ago 22m 462M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (7m) 16s ago 20m 401M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (7m) 13s ago 22m 83.7M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (6m) 16s ago 21m 61.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (48s) 13s ago 13m 52.2M - 5.9 4c55dd409611 ef10612f1fc0 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (41s) 16s ago 13m 54.6M - 5.9 4c55dd409611 229497b62033 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (25s) 13s ago 20m 7142k - 1.5.0 0da6a335fe13 744f06663f44 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (19s) 16s ago 20m 3288k - 1.5.0 0da6a335fe13 ab0d807b8f80 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (5m) 13s ago 20m 340M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (5m) 13s ago 19m 260M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:11:08.308 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (4m) 13s ago 19m 197M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:11:08.309 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (3m) 13s ago 19m 192M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:11:08.309 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (3m) 16s ago 18m 197M 4096M 17.2.7-1606-g5be57395 4c55dd409611 125806f6cf03 2024-09-10T19:11:08.309 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (2m) 16s ago 18m 195M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d9a75645937b 2024-09-10T19:11:08.309 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (2m) 16s ago 18m 183M 4096M 17.2.7-1606-g5be57395 4c55dd409611 a33af2d8fe65 2024-09-10T19:11:08.309 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (91s) 16s ago 17m 231M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2458289c8c7e 2024-09-10T19:11:08.309 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 starting - - - - 2024-09-10T19:11:08.696 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:11:08.696 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:11:08.696 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:11:08.696 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:11:08.696 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 14 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:11:08.697 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:11:09.039 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "osd", 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "mds", 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "crash", 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "nfs", 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "18/23 daemons upgraded", 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-10T19:11:09.040 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:11:09.041 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:11:09.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:09.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: pgmap v281: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:09.266 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='client.34474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/48218318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:09.267 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: pgmap v281: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='client.34470 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='client.34474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.324 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.325 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.325 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:09.325 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/48218318' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:09.325 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:11:10.351 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:10 smithi067 ceph-mon[57702]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:10.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:10 smithi172 ceph-mon[41360]: from='client.34482 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:11.308 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:11 smithi067 ceph-mon[57702]: pgmap v282: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:11.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:11 smithi172 ceph-mon[41360]: pgmap v282: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:12.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:12 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:12.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:12 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:13 smithi067 ceph-mon[57702]: pgmap v283: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:13 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:13 smithi172 ceph-mon[41360]: pgmap v283: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:13 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:15.317 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:15 smithi067 ceph-mon[57702]: pgmap v284: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:15.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:15 smithi172 ceph-mon[41360]: pgmap v284: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:16.104 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:16.104 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.105 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.106 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:16 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:16.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:16.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:16 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:17.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:17 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:11:17.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:17 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:11:17.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:17 smithi067 ceph-mon[57702]: pgmap v285: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:17 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:11:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:17 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:11:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:17 smithi172 ceph-mon[41360]: pgmap v285: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:18 smithi172 ceph-mon[41360]: Upgrade: Updating alertmanager.smithi067 2024-09-10T19:11:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:18 smithi172 ceph-mon[41360]: Deploying daemon alertmanager.smithi067 on smithi067 2024-09-10T19:11:18.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:18 smithi067 ceph-mon[57702]: Upgrade: Updating alertmanager.smithi067 2024-09-10T19:11:18.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:18 smithi067 ceph-mon[57702]: Deploying daemon alertmanager.smithi067 on smithi067 2024-09-10T19:11:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:19 smithi172 ceph-mon[41360]: pgmap v286: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:19 smithi067 ceph-mon[57702]: pgmap v286: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:21.350 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:21 smithi067 ceph-mon[57702]: pgmap v287: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:21 smithi172 ceph-mon[41360]: pgmap v287: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:23.191 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:23 smithi067 ceph-mon[57702]: pgmap v288: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:23 smithi172 ceph-mon[41360]: pgmap v288: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:24.272 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:11:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:11:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:25 smithi172 ceph-mon[41360]: pgmap v289: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:25 smithi067 ceph-mon[57702]: pgmap v289: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:27.380 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:27 smithi067 ceph-mon[57702]: pgmap v290: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:27.380 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:27.380 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:27.380 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:27.380 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:27.380 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:27 smithi172 ceph-mon[41360]: pgmap v290: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:29.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:29 smithi067 ceph-mon[57702]: pgmap v291: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:29 smithi172 ceph-mon[41360]: pgmap v291: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:31 smithi172 ceph-mon[41360]: pgmap v292: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:31.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:31 smithi067 ceph-mon[57702]: pgmap v292: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:32.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:32.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:32.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:32 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:32.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:32 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:33.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:33 smithi067 ceph-mon[57702]: pgmap v293: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:33.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:33.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:33.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:33.367 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:33.368 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:33 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:33 smithi172 ceph-mon[41360]: pgmap v293: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:33 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:35.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:35 smithi172 ceph-mon[41360]: pgmap v294: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:35.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:35 smithi067 ceph-mon[57702]: pgmap v294: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:36.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:36.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:11:36.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:11:36.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:11:36.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:36.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:36 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:36.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:36.523 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:36 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:37.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:37 smithi067 ceph-mon[57702]: pgmap v295: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:37.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:37 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:11:37.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:37 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:37.481 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:37 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:11:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:37 smithi172 ceph-mon[41360]: pgmap v295: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:37 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:11:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:37 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:37 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi067.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T19:11:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:38 smithi172 ceph-mon[41360]: Upgrade: Updating grafana.smithi067 2024-09-10T19:11:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:38 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:38 smithi172 ceph-mon[41360]: Deploying daemon grafana.smithi067 on smithi067 2024-09-10T19:11:39.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:38 smithi172 ceph-mon[41360]: pgmap v296: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:39.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:38 smithi067 ceph-mon[57702]: Upgrade: Updating grafana.smithi067 2024-09-10T19:11:39.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:39.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:39.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:39.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:38 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:39.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:38 smithi067 ceph-mon[57702]: Deploying daemon grafana.smithi067 on smithi067 2024-09-10T19:11:39.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:38 smithi067 ceph-mon[57702]: pgmap v296: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:39.419 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:11:40.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:11:40.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:11:40.197 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:11:40.197 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (14s) 8s ago 21m 16.5M - 0.25.0 c8568f914cd2 d63d41abb9d2 2024-09-10T19:11:40.197 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (6m) 8s ago 21m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:11:40.197 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (6m) 48s ago 21m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:11:40.197 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (20m) 8s ago 21m 39.9M - 6.7.4 557c83e11646 1b815e7c0daf 2024-09-10T19:11:40.197 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (107s) 8s ago 16m 24.8M - 17.2.7-1606-g5be57395 4c55dd409611 8081a7b92337 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (92s) 48s ago 16m 14.0M - 17.2.7-1606-g5be57395 4c55dd409611 fe008857c771 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (11m) 8s ago 23m 464M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (8m) 48s ago 21m 401M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (8m) 8s ago 23m 86.5M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (7m) 48s ago 21m 61.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (80s) 8s ago 13m 50.5M - 5.9 4c55dd409611 ef10612f1fc0 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (73s) 48s ago 13m 54.6M - 5.9 4c55dd409611 229497b62033 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (57s) 8s ago 21m 7398k - 1.5.0 0da6a335fe13 744f06663f44 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (51s) 48s ago 21m 3288k - 1.5.0 0da6a335fe13 ab0d807b8f80 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (6m) 8s ago 21m 340M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (5m) 8s ago 20m 261M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:11:40.198 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (4m) 8s ago 20m 197M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:11:40.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (4m) 8s ago 19m 193M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:11:40.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (3m) 48s ago 19m 197M 4096M 17.2.7-1606-g5be57395 4c55dd409611 125806f6cf03 2024-09-10T19:11:40.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (3m) 48s ago 19m 195M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d9a75645937b 2024-09-10T19:11:40.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (2m) 48s ago 18m 183M 4096M 17.2.7-1606-g5be57395 4c55dd409611 a33af2d8fe65 2024-09-10T19:11:40.199 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (2m) 48s ago 18m 231M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2458289c8c7e 2024-09-10T19:11:40.199 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (34s) 8s ago 20m 48.5M - 2.43.0 a07b618ecd1d 902e44e06a9d 2024-09-10T19:11:40.758 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:11:40.759 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:11:40.760 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 14 2024-09-10T19:11:40.760 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:11:40.760 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:11:41.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:41.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:41.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: pgmap v297: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:41.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:41.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:11:41.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:11:41.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.022 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:40 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='client.34486 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:41.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:41.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: pgmap v297: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:41.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:41.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:11:41.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:11:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.026 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:40 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout: "in_progress": true, 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout: "which": "Upgrading all daemon types on all hosts", 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout: "services_complete": [ 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout: "osd", 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout: "mds", 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout: "mon", 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout: "crash", 2024-09-10T19:11:41.217 INFO:teuthology.orchestra.run.smithi067.stdout: "nfs", 2024-09-10T19:11:41.218 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr" 2024-09-10T19:11:41.218 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:11:41.218 INFO:teuthology.orchestra.run.smithi067.stdout: "progress": "18/23 daemons upgraded", 2024-09-10T19:11:41.218 INFO:teuthology.orchestra.run.smithi067.stdout: "message": "Currently upgrading grafana daemons", 2024-09-10T19:11:41.218 INFO:teuthology.orchestra.run.smithi067.stdout: "is_paused": false 2024-09-10T19:11:41.218 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:11:42.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:41 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/2418113085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:42.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:41 smithi172 ceph-mon[41360]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:42.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:41 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/2418113085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:42.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:41 smithi067 ceph-mon[57702]: from='client.34502 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:11:43.021 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:42 smithi172 ceph-mon[41360]: pgmap v298: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:43.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:42 smithi067 ceph-mon[57702]: pgmap v298: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:45.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:44 smithi172 ceph-mon[41360]: pgmap v299: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:44 smithi067 ceph-mon[57702]: pgmap v299: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:46 smithi172 ceph-mon[41360]: pgmap v300: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:47.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:46 smithi067 ceph-mon[57702]: pgmap v300: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:49.025 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:48 smithi067 ceph-mon[57702]: pgmap v301: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:48 smithi172 ceph-mon[41360]: pgmap v301: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:51.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:50 smithi067 ceph-mon[57702]: pgmap v302: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:51.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:51.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:51.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:51.029 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:51.030 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:50 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:50 smithi172 ceph-mon[41360]: pgmap v302: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:50 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:52.971 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:52 smithi067 ceph-mon[57702]: pgmap v303: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:52 smithi172 ceph-mon[41360]: pgmap v303: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-10T19:11:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:11:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:11:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:11:54.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:11:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1b", "id": [7, 2]}]: dispatch 2024-09-10T19:11:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:11:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:11:54.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:11:54.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:11:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:54 smithi172 ceph-mon[41360]: pgmap v304: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:54 smithi067 ceph-mon[57702]: pgmap v304: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:11:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:56.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:55 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:56.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:56.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:56.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:55 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:57.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:56 smithi067 ceph-mon[57702]: pgmap v305: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:57.108 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:57.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:57.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:57.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:57.109 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:56 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:56 smithi172 ceph-mon[41360]: pgmap v305: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:11:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:56 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:59.171 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:58 smithi067 ceph-mon[57702]: pgmap v306: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:11:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:58 smithi172 ceph-mon[41360]: pgmap v306: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:00.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:12:00.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.273 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:12:00.274 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.275 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:12:00.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:12:00.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:12:00.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:12:00.276 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:11:59 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:12:00.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.278 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-10T19:12:00.279 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:12:00.281 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:12:00.281 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:12:00.281 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:12:00.281 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:11:59 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:12:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:12:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:12:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:12:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: Upgrade: Finalizing container_image settings 2024-09-10T19:12:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: Upgrade: Complete! 2024-09-10T19:12:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: pgmap v307: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:12:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:00 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:12:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:12:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi067.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:12:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: Upgrade: Finalizing container_image settings 2024-09-10T19:12:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: Upgrade: Complete! 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: pgmap v307: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:12:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:12:01.277 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:00 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:03.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:02 smithi172 ceph-mon[41360]: pgmap v308: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:02 smithi067 ceph-mon[57702]: pgmap v308: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:05 smithi172 ceph-mon[41360]: pgmap v309: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:05 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:05.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:05 smithi067 ceph-mon[57702]: pgmap v309: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:05.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:05 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:12:07.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:07 smithi172 ceph-mon[41360]: pgmap v310: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:07.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:07 smithi067 ceph-mon[57702]: pgmap v310: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:09 smithi172 ceph-mon[41360]: pgmap v311: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:09.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:12:09.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:09 smithi067 ceph-mon[57702]: pgmap v311: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:09.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:12:11.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:11 smithi172 ceph-mon[41360]: pgmap v312: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:11.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:11 smithi067 ceph-mon[57702]: pgmap v312: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:13 smithi067 ceph-mon[57702]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:13.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:13 smithi067 ceph-mon[57702]: pgmap v313: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:13 smithi172 ceph-mon[41360]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:13 smithi172 ceph-mon[41360]: pgmap v313: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:14.514 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:12:15.092 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:15 smithi067 ceph-mon[57702]: pgmap v314: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:15.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:15 smithi172 ceph-mon[41360]: pgmap v314: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:16.419 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:12:16.419 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (50s) 20s ago 22m 16.6M - 0.25.0 c8568f914cd2 d63d41abb9d2 2024-09-10T19:12:16.419 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (7m) 20s ago 22m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:12:16.419 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (7m) 84s ago 22m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:12:16.419 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (26s) 20s ago 22m 27.9M - 9.4.7 954c08fa6188 9215b1e6bc7b 2024-09-10T19:12:16.419 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (2m) 20s ago 17m 25.0M - 17.2.7-1606-g5be57395 4c55dd409611 8081a7b92337 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (2m) 84s ago 17m 14.0M - 17.2.7-1606-g5be57395 4c55dd409611 fe008857c771 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (11m) 20s ago 23m 465M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (8m) 84s ago 22m 401M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (8m) 20s ago 23m 93.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (8m) 84s ago 22m 61.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (116s) 20s ago 14m 50.6M - 5.9 4c55dd409611 ef10612f1fc0 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (109s) 84s ago 14m 54.6M - 5.9 4c55dd409611 229497b62033 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (93s) 20s ago 21m 8770k - 1.5.0 0da6a335fe13 744f06663f44 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (87s) 84s ago 21m 3288k - 1.5.0 0da6a335fe13 ab0d807b8f80 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (6m) 20s ago 21m 341M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (6m) 20s ago 21m 261M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (5m) 20s ago 20m 198M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:12:16.420 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (4m) 20s ago 20m 193M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:12:16.421 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (4m) 84s ago 20m 197M 4096M 17.2.7-1606-g5be57395 4c55dd409611 125806f6cf03 2024-09-10T19:12:16.421 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (3m) 84s ago 19m 195M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d9a75645937b 2024-09-10T19:12:16.421 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (3m) 84s ago 19m 183M 4096M 17.2.7-1606-g5be57395 4c55dd409611 a33af2d8fe65 2024-09-10T19:12:16.421 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (2m) 84s ago 19m 231M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2458289c8c7e 2024-09-10T19:12:16.421 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (70s) 20s ago 21m 57.2M - 2.43.0 a07b618ecd1d 902e44e06a9d 2024-09-10T19:12:17.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: pgmap v315: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:17.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:12:17.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:12:17.155 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.156 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:17 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.176 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:12:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: pgmap v315: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:12:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:12:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:17.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:17 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:12:18.469 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:18 smithi067 ceph-mon[57702]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:18.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:18 smithi172 ceph-mon[41360]: from='client.34510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:12:19.286 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:19 smithi067 ceph-mon[57702]: pgmap v316: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:19.286 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:12:19.286 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:12:19.286 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:12:19.286 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:12:19.286 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:12:19.286 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:12:19.286 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 14 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:12:19.287 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:12:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:19 smithi172 ceph-mon[41360]: pgmap v316: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:20.024 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-09-10T19:12:20.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:20 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/3430460296' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:20.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:20 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/3430460296' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:12:21.270 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:21 smithi067 ceph-mon[57702]: pgmap v317: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:21 smithi172 ceph-mon[41360]: pgmap v317: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:21.706 INFO:teuthology.orchestra.run.smithi067.stdout:wait for servicemap items w/ changing names to refresh 2024-09-10T19:12:22.324 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 60' 2024-09-10T19:12:23.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:23 smithi067 ceph-mon[57702]: pgmap v318: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:23 smithi172 ceph-mon[41360]: pgmap v318: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:24.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:12:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:12:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:25 smithi172 ceph-mon[41360]: pgmap v319: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:25.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:25 smithi067 ceph-mon[57702]: pgmap v319: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:27 smithi172 ceph-mon[41360]: pgmap v320: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:27.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:27 smithi067 ceph-mon[57702]: pgmap v320: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:29 smithi172 ceph-mon[41360]: pgmap v321: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:29.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:29 smithi067 ceph-mon[57702]: pgmap v321: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:31 smithi172 ceph-mon[41360]: pgmap v322: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:31.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:31 smithi067 ceph-mon[57702]: pgmap v322: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:33 smithi172 ceph-mon[41360]: pgmap v323: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:33.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:33 smithi067 ceph-mon[57702]: pgmap v323: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:35.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:35 smithi172 ceph-mon[41360]: pgmap v324: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:35.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:35 smithi067 ceph-mon[57702]: pgmap v324: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:37.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:36 smithi172 ceph-mon[41360]: pgmap v325: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:37.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:36 smithi067 ceph-mon[57702]: pgmap v325: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:39.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:38 smithi172 ceph-mon[41360]: pgmap v326: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:39.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:38 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:12:39.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:38 smithi067 ceph-mon[57702]: pgmap v326: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:39.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:38 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:12:41.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:40 smithi172 ceph-mon[41360]: pgmap v327: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:41.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:40 smithi067 ceph-mon[57702]: pgmap v327: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:43.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:42 smithi172 ceph-mon[41360]: pgmap v328: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:43.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:42 smithi067 ceph-mon[57702]: pgmap v328: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:45.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:44 smithi172 ceph-mon[41360]: pgmap v329: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:45.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:44 smithi067 ceph-mon[57702]: pgmap v329: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:47.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:46 smithi172 ceph-mon[41360]: pgmap v330: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:47.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:46 smithi067 ceph-mon[57702]: pgmap v330: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:49.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:48 smithi172 ceph-mon[41360]: pgmap v331: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:49.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:48 smithi067 ceph-mon[57702]: pgmap v331: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:51.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:50 smithi172 ceph-mon[41360]: pgmap v332: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:51.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:50 smithi067 ceph-mon[57702]: pgmap v332: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:53.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:52 smithi172 ceph-mon[41360]: pgmap v333: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:53.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:52 smithi067 ceph-mon[57702]: pgmap v333: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:12:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:12:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-10T19:12:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T19:12:54.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:53 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:12:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:12:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-10T19:12:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 5]}]: dispatch 2024-09-10T19:12:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T19:12:54.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:53 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:12:55.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:54 smithi172 ceph-mon[41360]: pgmap v334: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:55.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:54 smithi067 ceph-mon[57702]: pgmap v334: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:12:57.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:57 smithi172 ceph-mon[41360]: pgmap v335: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:57.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:57 smithi067 ceph-mon[57702]: pgmap v335: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:59.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:12:59 smithi172 ceph-mon[41360]: pgmap v336: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:12:59.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:12:59 smithi067 ceph-mon[57702]: pgmap v336: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: pgmap v337: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:13:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:13:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:13:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:13:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:13:01.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:13:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:13:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:13:01.272 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:01 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:13:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: pgmap v337: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:13:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:13:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:13:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:13:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:13:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-10T19:13:01.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:13:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon","key": "public_network"}]: dispatch 2024-09-10T19:13:01.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:01 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' 2024-09-10T19:13:02.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:02 smithi172 ceph-mon[41360]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:13:02.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:02 smithi067 ceph-mon[57702]: unable to calc client keyring client.admin placement PlacementSpec(label='_admin'): Cannot place : No matching hosts for label _admin 2024-09-10T19:13:03.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:03 smithi172 ceph-mon[41360]: pgmap v338: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:03.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:03 smithi067 ceph-mon[57702]: pgmap v338: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:05.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:05 smithi172 ceph-mon[41360]: pgmap v339: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:05.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:05 smithi067 ceph-mon[57702]: pgmap v339: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:07.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:07 smithi172 ceph-mon[41360]: pgmap v340: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:07.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:07 smithi067 ceph-mon[57702]: pgmap v340: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:09.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:09 smithi067 ceph-mon[57702]: pgmap v341: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:09.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:09 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:13:09.318 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:09 smithi172 ceph-mon[41360]: pgmap v341: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:09.318 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:09 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:13:11.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:11 smithi067 ceph-mon[57702]: pgmap v342: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:11.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:11 smithi172 ceph-mon[41360]: pgmap v342: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:13.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:13 smithi172 ceph-mon[41360]: pgmap v343: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:13.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:13 smithi067 ceph-mon[57702]: pgmap v343: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:15.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:15 smithi172 ceph-mon[41360]: pgmap v344: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:15.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:15 smithi067 ceph-mon[57702]: pgmap v344: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:17.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:17 smithi172 ceph-mon[41360]: pgmap v345: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:17.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:17 smithi067 ceph-mon[57702]: pgmap v345: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:19.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:19 smithi172 ceph-mon[41360]: pgmap v346: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:19.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:19 smithi067 ceph-mon[57702]: pgmap v346: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:21.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:21 smithi172 ceph-mon[41360]: pgmap v347: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:21.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:21 smithi067 ceph-mon[57702]: pgmap v347: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:23.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:23 smithi172 ceph-mon[41360]: pgmap v348: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:23.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:23 smithi067 ceph-mon[57702]: pgmap v348: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:24.242 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:24 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:13:24.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:24 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:13:24.766 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:13:25.344 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:25 smithi067 ceph-mon[57702]: pgmap v349: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:25.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:25 smithi172 ceph-mon[41360]: pgmap v349: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:26.621 INFO:teuthology.orchestra.run.smithi067.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:alertmanager.smithi067 smithi067 running (2m) 90s ago 23m 16.6M - 0.25.0 c8568f914cd2 d63d41abb9d2 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi067 smithi067 running (8m) 90s ago 23m 6841k - 17.2.7-1606-g5be57395 4c55dd409611 715003feadcb 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:crash.smithi172 smithi172 running (8m) 2m ago 23m 6845k - 17.2.7-1606-g5be57395 4c55dd409611 e2144dd700ec 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:grafana.smithi067 smithi067 running (96s) 90s ago 23m 27.9M - 9.4.7 954c08fa6188 9215b1e6bc7b 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi067.njgdql smithi067 running (3m) 90s ago 18m 25.0M - 17.2.7-1606-g5be57395 4c55dd409611 8081a7b92337 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:mds.foofs.smithi172.tzobql smithi172 running (3m) 2m ago 18m 14.0M - 17.2.7-1606-g5be57395 4c55dd409611 fe008857c771 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi067.mpnsbx smithi067 *:8443,9283 running (13m) 90s ago 24m 465M - 17.2.7-1606-g5be57395 4c55dd409611 53d19c1701a0 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:mgr.smithi172.viqcsa smithi172 *:8443,9283 running (10m) 2m ago 23m 401M - 17.2.7-1606-g5be57395 4c55dd409611 201bc0736072 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi067 smithi067 running (9m) 90s ago 24m 93.6M 2048M 17.2.7-1606-g5be57395 4c55dd409611 c1f1e622ca25 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:mon.smithi172 smithi172 running (9m) 2m ago 23m 61.3M 2048M 17.2.7-1606-g5be57395 4c55dd409611 1a832790455d 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.0.0.smithi067.mlsyrd smithi067 *:2049 running (3m) 90s ago 15m 50.6M - 5.9 4c55dd409611 ef10612f1fc0 2024-09-10T19:13:26.622 INFO:teuthology.orchestra.run.smithi067.stdout:nfs.foo.1.0.smithi172.gogrkm smithi172 *:2049 running (3m) 2m ago 15m 54.6M - 5.9 4c55dd409611 229497b62033 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi067 smithi067 running (2m) 90s ago 22m 8770k - 1.5.0 0da6a335fe13 744f06663f44 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:node-exporter.smithi172 smithi172 running (2m) 2m ago 22m 3288k - 1.5.0 0da6a335fe13 ab0d807b8f80 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:osd.0 smithi067 running (7m) 90s ago 22m 341M 4096M 17.2.7-1606-g5be57395 4c55dd409611 256399796a5f 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:osd.1 smithi067 running (7m) 90s ago 22m 261M 4096M 17.2.7-1606-g5be57395 4c55dd409611 fcca3053ce8e 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:osd.2 smithi067 running (6m) 90s ago 21m 198M 4096M 17.2.7-1606-g5be57395 4c55dd409611 5f8f18b967af 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:osd.3 smithi067 running (6m) 90s ago 21m 193M 4096M 17.2.7-1606-g5be57395 4c55dd409611 f709d7200af0 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:osd.4 smithi172 running (5m) 2m ago 21m 197M 4096M 17.2.7-1606-g5be57395 4c55dd409611 125806f6cf03 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:osd.5 smithi172 running (4m) 2m ago 20m 195M 4096M 17.2.7-1606-g5be57395 4c55dd409611 d9a75645937b 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:osd.6 smithi172 running (4m) 2m ago 20m 183M 4096M 17.2.7-1606-g5be57395 4c55dd409611 a33af2d8fe65 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:osd.7 smithi172 running (3m) 2m ago 20m 231M 4096M 17.2.7-1606-g5be57395 4c55dd409611 2458289c8c7e 2024-09-10T19:13:26.623 INFO:teuthology.orchestra.run.smithi067.stdout:prometheus.smithi067 smithi067 running (2m) 90s ago 22m 57.2M - 2.43.0 a07b618ecd1d 902e44e06a9d 2024-09-10T19:13:27.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: pgmap v350: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:27.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:13:27.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:13:27.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.276 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:27 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.299 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:13:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: pgmap v350: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi067","key": "mon_memory_target"}]: dispatch 2024-09-10T19:13:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "mon.smithi172","key": "mon_memory_target"}]: dispatch 2024-09-10T19:13:27.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:27.522 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:27 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:13:28.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:28 smithi067 ceph-mon[57702]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:13:28.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:28 smithi172 ceph-mon[41360]: from='client.34518 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:13:29.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:29 smithi067 ceph-mon[57702]: pgmap v351: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:29.419 INFO:teuthology.orchestra.run.smithi067.stdout:{ 2024-09-10T19:13:29.419 INFO:teuthology.orchestra.run.smithi067.stdout: "mon": { 2024-09-10T19:13:29.419 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: "mgr": { 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: "osd": { 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 8 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: "mds": { 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: "overall": { 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 14 2024-09-10T19:13:29.420 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:13:29.421 INFO:teuthology.orchestra.run.smithi067.stdout:} 2024-09-10T19:13:29.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:29 smithi172 ceph-mon[41360]: pgmap v351: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:30.127 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-09-10T19:13:30.387 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:30 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/2028986538' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:13:30.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:30 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/2028986538' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:13:31.275 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:31 smithi067 ceph-mon[57702]: pgmap v352: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:31.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:31 smithi172 ceph-mon[41360]: pgmap v352: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:32.093 INFO:teuthology.orchestra.run.smithi067.stdout:true 2024-09-10T19:13:32.678 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2024-09-10T19:13:33.187 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:33 smithi067 ceph-mon[57702]: pgmap v353: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:33.187 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:33 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/3707259593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:13:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:33 smithi172 ceph-mon[41360]: pgmap v353: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:33.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:33 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/3707259593' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:13:34.741 INFO:teuthology.orchestra.run.smithi067.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:13:35.292 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:35 smithi067 ceph-mon[57702]: pgmap v354: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:35.292 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:35 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/2653957995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:13:35.293 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2024-09-10T19:13:35.294 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-10T19:13:35.295 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- ceph orch ls -f json 2024-09-10T19:13:35.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:35 smithi172 ceph-mon[41360]: pgmap v354: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:35.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:35 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/2653957995' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:13:37.193 INFO:teuthology.orchestra.run.smithi067.stdout: 2024-09-10T19:13:37.193 INFO:teuthology.orchestra.run.smithi067.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-10T18:49:11.930637Z", "last_refresh": "2024-09-10T19:11:55.748411Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-10T18:49:00.252587Z", "last_refresh": "2024-09-10T19:10:52.144122Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true}, "status": {"created": "2024-09-10T18:49:08.761945Z", "last_refresh": "2024-09-10T19:11:55.748551Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-10T18:54:37.554055Z", "last_refresh": "2024-09-10T19:10:52.144574Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-10T18:48:59.063731Z", "last_refresh": "2024-09-10T19:10:52.144196Z", "running": 2, "size": 2}}, {"placement": {"count": 5}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-10T18:48:57.572323Z", "last_refresh": "2024-09-10T19:10:52.143973Z", "running": 2, "size": 5}}, {"events": ["2024-09-10T19:13:00.981476Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2024-09-10T18:57:35.568072Z", "last_refresh": "2024-09-10T19:10:52.144635Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-10T18:49:10.407272Z", "last_refresh": "2024-09-10T19:10:52.144262Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16", "last_refresh": "2024-09-10T19:10:52.144327Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-10T18:49:07.232694Z", "last_refresh": "2024-09-10T19:11:55.748746Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-10T19:13:37.497 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:37 smithi067 ceph-mon[57702]: pgmap v355: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:37.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:37 smithi172 ceph-mon[41360]: pgmap v355: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:37.816 INFO:tasks.cephadm:nfs.foo has 2/2 2024-09-10T19:13:37.816 DEBUG:teuthology.parallel:result is None 2024-09-10T19:13:37.816 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-10T19:13:37.826 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T19:13:37.826 DEBUG:teuthology.orchestra.run.smithi067:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-09-10T19:13:37.854 INFO:teuthology.orchestra.run.smithi067.stderr:+ umount /mnt/foo 2024-09-10T19:13:37.861 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T19:13:37.871 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T19:13:37.871 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs cluster ls | grep foo' 2024-09-10T19:13:38.359 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:38 smithi067 ceph-mon[57702]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:13:38.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:38 smithi172 ceph-mon[41360]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T19:13:39.342 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:39 smithi067 ceph-mon[57702]: pgmap v356: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:39.342 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:39 smithi067 ceph-mon[57702]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:13:39.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:39 smithi172 ceph-mon[41360]: pgmap v356: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:39.422 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:39 smithi172 ceph-mon[41360]: from='mgr.34104 172.21.15.67:0/2863912067' entity='mgr.smithi067.mpnsbx' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-10T19:13:39.817 INFO:teuthology.orchestra.run.smithi067.stdout:foo 2024-09-10T19:13:40.618 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph nfs export ls foo --detailed' 2024-09-10T19:13:41.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:41 smithi067 ceph-mon[57702]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:13:41.207 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:41 smithi067 ceph-mon[57702]: pgmap v357: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:41.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:41 smithi172 ceph-mon[41360]: from='client.34538 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:13:41.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:41 smithi172 ceph-mon[41360]: pgmap v357: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:42.563 INFO:teuthology.orchestra.run.smithi067.stdout:[ 2024-09-10T19:13:42.563 INFO:teuthology.orchestra.run.smithi067.stdout: { 2024-09-10T19:13:42.563 INFO:teuthology.orchestra.run.smithi067.stdout: "export_id": 1, 2024-09-10T19:13:42.563 INFO:teuthology.orchestra.run.smithi067.stdout: "path": "/", 2024-09-10T19:13:42.563 INFO:teuthology.orchestra.run.smithi067.stdout: "cluster_id": "foo", 2024-09-10T19:13:42.563 INFO:teuthology.orchestra.run.smithi067.stdout: "pseudo": "/fake", 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "access_type": "RW", 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "squash": "no_root_squash", 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "security_label": true, 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "protocols": [ 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: 4 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "transports": [ 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "TCP" 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: ], 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "fsal": { 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "name": "CEPH", 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "user_id": "nfs.foo.1", 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: "fs_name": "foofs" 2024-09-10T19:13:42.564 INFO:teuthology.orchestra.run.smithi067.stdout: }, 2024-09-10T19:13:42.565 INFO:teuthology.orchestra.run.smithi067.stdout: "clients": [] 2024-09-10T19:13:42.565 INFO:teuthology.orchestra.run.smithi067.stdout: } 2024-09-10T19:13:42.565 INFO:teuthology.orchestra.run.smithi067.stdout:] 2024-09-10T19:13:43.219 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:43 smithi067 ceph-mon[57702]: pgmap v358: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:43.238 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'rados -p .nfs --all ls -' 2024-09-10T19:13:43.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:43 smithi172 ceph-mon[41360]: pgmap v358: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:44.485 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:44 smithi067 ceph-mon[57702]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:13:44.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:44 smithi172 ceph-mon[41360]: from='client.34542 -' entity='client.admin' cmd=[{"prefix": "nfs export ls", "cluster_id": "foo", "detailed": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:13:44.939 INFO:teuthology.orchestra.run.smithi067.stdout:foo rec-0000000000000003:nfs.foo.1 2024-09-10T19:13:44.939 INFO:teuthology.orchestra.run.smithi067.stdout:foo grace 2024-09-10T19:13:44.939 INFO:teuthology.orchestra.run.smithi067.stdout:foo rec-0000000000000003:nfs.foo.0 2024-09-10T19:13:44.939 INFO:teuthology.orchestra.run.smithi067.stdout:foo conf-nfs.foo 2024-09-10T19:13:44.939 INFO:teuthology.orchestra.run.smithi067.stdout:foo export-1 2024-09-10T19:13:45.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:45 smithi067 ceph-mon[57702]: pgmap v359: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:45.512 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:45 smithi067 ceph-mon[57702]: mgrmap e48: smithi067.mpnsbx(active, since 9m), standbys: smithi172.viqcsa 2024-09-10T19:13:45.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:45 smithi172 ceph-mon[41360]: pgmap v359: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-09-10T19:13:45.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:45 smithi172 ceph-mon[41360]: mgrmap e48: smithi067.mpnsbx(active, since 9m), standbys: smithi172.viqcsa 2024-09-10T19:13:45.611 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 -- bash -c 'ceph config get mgr mgr/cephadm/migration_current | grep 6' 2024-09-10T19:13:47.450 INFO:teuthology.orchestra.run.smithi067.stdout:6 2024-09-10T19:13:47.450 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:47 smithi067 ceph-mon[57702]: pgmap v360: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:47.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:47 smithi172 ceph-mon[41360]: pgmap v360: 129 pgs: 129 active+clean; 180 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-10T19:13:48.010 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T19:13:48.021 INFO:tasks.cephadm:Teardown begin 2024-09-10T19:13:48.022 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:13:48.050 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:13:48.082 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T19:13:48.082 DEBUG:teuthology.orchestra.run.smithi067:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:13:48.106 DEBUG:teuthology.orchestra.run.smithi172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:13:48.140 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T19:13:48.140 INFO:tasks.cephadm.mon.smithi067:Stopping mon.smithi067... 2024-09-10T19:13:48.140 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067 2024-09-10T19:13:48.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:48 smithi067 ceph-mon[57702]: from='client.? 172.21.15.67:0/3203631529' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-10T19:13:48.273 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:48 smithi067 systemd[1]: Stopping Ceph mon.smithi067 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:13:48.521 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:48 smithi172 ceph-mon[41360]: from='client.? 172.21.15.67:0/3203631529' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/cephadm/migration_current"}]: dispatch 2024-09-10T19:13:48.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067[57691]: 2024-09-10T19:13:48.467+0000 7f572ac35640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:13:48.525 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:48 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067[57691]: 2024-09-10T19:13:48.467+0000 7f572ac35640 -1 mon.smithi067@0(leader) e3 *** Got Signal Terminated *** 2024-09-10T19:13:48.526 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:48 smithi067 podman[101134]: 2024-09-10 19:13:48.488574155 +0000 UTC m=+0.141193654 container died c1f1e622ca25ef0e08f9b02f5528b7a77e5536e612e8fb6f0cdd15d5ac643092 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-10T19:13:49.138 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:48 smithi067 podman[101134]: 2024-09-10 19:13:48.883859294 +0000 UTC m=+0.536478792 container cleanup c1f1e622ca25ef0e08f9b02f5528b7a77e5536e612e8fb6f0cdd15d5ac643092 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-10T19:13:49.169 INFO:journalctl@ceph.mon.smithi067.smithi067.stdout:Sep 10 19:13:48 smithi067 bash[101134]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi067 2024-09-10T19:13:49.313 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi067.service' 2024-09-10T19:13:49.362 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:13:49.362 INFO:tasks.cephadm.mon.smithi067:Stopped mon.smithi067 2024-09-10T19:13:49.362 INFO:tasks.cephadm.mon.smithi172:Stopping mon.smithi172... 2024-09-10T19:13:49.362 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi172 2024-09-10T19:13:49.653 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:49 smithi172 systemd[1]: Stopping Ceph mon.smithi172 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:13:49.946 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi172[41358]: 2024-09-10T19:13:49.651+0000 7f32323f3640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:13:49.946 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi172[41358]: 2024-09-10T19:13:49.651+0000 7f32323f3640 -1 mon.smithi172@1(peon) e3 *** Got Signal Terminated *** 2024-09-10T19:13:49.946 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:49 smithi172 podman[65452]: 2024-09-10 19:13:49.672916142 +0000 UTC m=+0.117321948 container died 1a832790455dfaf0773d59e41d2950ceb1d72551a88a0813793f6b814880b067 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi172, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-10T19:13:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:50 smithi172 podman[65452]: 2024-09-10 19:13:50.169149459 +0000 UTC m=+0.613555259 container cleanup 1a832790455dfaf0773d59e41d2950ceb1d72551a88a0813793f6b814880b067 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi172, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-10T19:13:50.271 INFO:journalctl@ceph.mon.smithi172.smithi172.stdout:Sep 10 19:13:50 smithi172 bash[65452]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-mon-smithi172 2024-09-10T19:13:50.598 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@mon.smithi172.service' 2024-09-10T19:13:50.641 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:13:50.641 INFO:tasks.cephadm.mon.smithi172:Stopped mon.smithi172 2024-09-10T19:13:50.641 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-10T19:13:50.642 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.0 2024-09-10T19:13:50.964 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:50 smithi067 systemd[1]: Stopping Ceph osd.0 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:13:51.275 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0[63400]: 2024-09-10T19:13:50.962+0000 7f808e4d1640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:13:51.275 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0[63400]: 2024-09-10T19:13:50.962+0000 7f808e4d1640 -1 osd.0 129 *** Got signal Terminated *** 2024-09-10T19:13:51.275 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:50 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0[63400]: 2024-09-10T19:13:50.962+0000 7f808e4d1640 -1 osd.0 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:13:56.749 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:56 smithi067 podman[101266]: 2024-09-10 19:13:56.488664121 +0000 UTC m=+5.631204555 container died 256399796a5f6fcf4d7466ca55d43f5cf2f976b11a51cad2a8940d3c6aa50559 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, ceph=True) 2024-09-10T19:13:57.025 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:56 smithi067 podman[101266]: 2024-09-10 19:13:56.847147892 +0000 UTC m=+5.989688329 container cleanup 256399796a5f6fcf4d7466ca55d43f5cf2f976b11a51cad2a8940d3c6aa50559 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:13:57.025 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:56 smithi067 bash[101266]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0 2024-09-10T19:13:57.487 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:57 smithi067 podman[101282]: 2024-09-10 19:13:57.14851694 +0000 UTC m=+0.653681353 container remove 256399796a5f6fcf4d7466ca55d43f5cf2f976b11a51cad2a8940d3c6aa50559 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-10T19:13:57.775 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:57 smithi067 podman[101375]: 2024-09-10 19:13:57.3898934 +0000 UTC m=+0.017098853 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:13:57.775 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:57 smithi067 podman[101375]: 2024-09-10 19:13:57.491067058 +0000 UTC m=+0.118272551 container create ccdc63c3b8c7b7eba96b550c2d1453213597478546e169f0bcdf9974b94fbbe0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-10T19:13:57.775 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:57 smithi067 podman[101375]: 2024-09-10 19:13:57.718425227 +0000 UTC m=+0.345630688 container init ccdc63c3b8c7b7eba96b550c2d1453213597478546e169f0bcdf9974b94fbbe0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-09-10T19:13:57.776 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:57 smithi067 podman[101375]: 2024-09-10 19:13:57.721827045 +0000 UTC m=+0.349032504 container start ccdc63c3b8c7b7eba96b550c2d1453213597478546e169f0bcdf9974b94fbbe0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:13:58.219 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:57 smithi067 podman[101375]: 2024-09-10 19:13:57.818695105 +0000 UTC m=+0.445900561 container attach ccdc63c3b8c7b7eba96b550c2d1453213597478546e169f0bcdf9974b94fbbe0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-10T19:13:58.219 INFO:journalctl@ceph.osd.0.smithi067.stdout:Sep 10 19:13:57 smithi067 podman[101375]: 2024-09-10 19:13:57.905720872 +0000 UTC m=+0.532926323 container died ccdc63c3b8c7b7eba96b550c2d1453213597478546e169f0bcdf9974b94fbbe0 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True) 2024-09-10T19:13:58.550 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.0.service' 2024-09-10T19:13:58.595 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:13:58.595 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-10T19:13:58.595 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-10T19:13:58.595 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.1 2024-09-10T19:13:58.775 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:13:58 smithi067 systemd[1]: Stopping Ceph osd.1 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:13:59.275 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:13:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1[65758]: 2024-09-10T19:13:58.917+0000 7f9e54a32640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:13:59.275 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:13:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1[65758]: 2024-09-10T19:13:58.917+0000 7f9e54a32640 -1 osd.1 129 *** Got signal Terminated *** 2024-09-10T19:13:59.275 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:13:58 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1[65758]: 2024-09-10T19:13:58.917+0000 7f9e54a32640 -1 osd.1 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:14:04.729 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:04 smithi067 podman[101478]: 2024-09-10 19:14:04.42399913 +0000 UTC m=+5.613843833 container died fcca3053ce8e333ac62ffea67f7bcfc519570d508f0e6d1a562d16b24c175b09 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-10T19:14:05.025 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:04 smithi067 podman[101478]: 2024-09-10 19:14:04.826344115 +0000 UTC m=+6.016188804 container cleanup fcca3053ce8e333ac62ffea67f7bcfc519570d508f0e6d1a562d16b24c175b09 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-10T19:14:05.026 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:04 smithi067 bash[101478]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1 2024-09-10T19:14:05.379 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:05 smithi067 podman[101507]: 2024-09-10 19:14:05.054314418 +0000 UTC m=+0.626376447 container remove fcca3053ce8e333ac62ffea67f7bcfc519570d508f0e6d1a562d16b24c175b09 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-10T19:14:05.681 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:05 smithi067 podman[101593]: 2024-09-10 19:14:05.378787955 +0000 UTC m=+0.105762761 container create 91efc53b31c14ec7f762fff01f414e34cca035d567a48cf6e824b4a96619317e (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, ceph=True) 2024-09-10T19:14:05.682 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:05 smithi067 podman[101593]: 2024-09-10 19:14:05.289994393 +0000 UTC m=+0.016969209 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:14:05.682 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:05 smithi067 podman[101593]: 2024-09-10 19:14:05.597705832 +0000 UTC m=+0.324680641 container init 91efc53b31c14ec7f762fff01f414e34cca035d567a48cf6e824b4a96619317e (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-10T19:14:05.682 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:05 smithi067 podman[101593]: 2024-09-10 19:14:05.601574667 +0000 UTC m=+0.328549473 container start 91efc53b31c14ec7f762fff01f414e34cca035d567a48cf6e824b4a96619317e (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-10T19:14:05.682 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:05 smithi067 podman[101593]: 2024-09-10 19:14:05.681066458 +0000 UTC m=+0.408041264 container attach 91efc53b31c14ec7f762fff01f414e34cca035d567a48cf6e824b4a96619317e (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-10T19:14:06.025 INFO:journalctl@ceph.osd.1.smithi067.stdout:Sep 10 19:14:05 smithi067 podman[101593]: 2024-09-10 19:14:05.784703129 +0000 UTC m=+0.511677937 container died 91efc53b31c14ec7f762fff01f414e34cca035d567a48cf6e824b4a96619317e (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:14:06.463 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.1.service' 2024-09-10T19:14:06.508 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:14:06.509 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-10T19:14:06.509 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-10T19:14:06.509 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.2 2024-09-10T19:14:06.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:06 smithi067 systemd[1]: Stopping Ceph osd.2 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:14:07.275 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:14:06.829+0000 7f2014ca3640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:14:07.275 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:14:06.829+0000 7f2014ca3640 -1 osd.2 129 *** Got signal Terminated *** 2024-09-10T19:14:07.275 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:06 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2[68107]: 2024-09-10T19:14:06.829+0000 7f2014ca3640 -1 osd.2 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:14:12.499 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:12 smithi067 podman[101694]: 2024-09-10 19:14:12.234767744 +0000 UTC m=+5.525241802 container died 5f8f18b967af399a8a9e94ccc9df23f623b07b6fd36e7534ef261f7bbcf0b7e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:14:12.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:12 smithi067 podman[101694]: 2024-09-10 19:14:12.605019638 +0000 UTC m=+5.895493689 container cleanup 5f8f18b967af399a8a9e94ccc9df23f623b07b6fd36e7534ef261f7bbcf0b7e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:14:12.775 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:12 smithi067 bash[101694]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2 2024-09-10T19:14:13.238 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:12 smithi067 podman[101742]: 2024-09-10 19:14:12.873080191 +0000 UTC m=+0.633353082 container remove 5f8f18b967af399a8a9e94ccc9df23f623b07b6fd36e7534ef261f7bbcf0b7e2 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-10T19:14:13.525 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:13 smithi067 podman[101832]: 2024-09-10 19:14:13.140539464 +0000 UTC m=+0.016945746 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:14:13.525 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:13 smithi067 podman[101832]: 2024-09-10 19:14:13.248914495 +0000 UTC m=+0.125320830 container create f24f2efa97e2ae759f76cf82b75eea23c515f03ab7b7b61fb9f2fe55b362ab82 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731) 2024-09-10T19:14:13.526 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:13 smithi067 podman[101832]: 2024-09-10 19:14:13.451448347 +0000 UTC m=+0.327854631 container init f24f2efa97e2ae759f76cf82b75eea23c515f03ab7b7b61fb9f2fe55b362ab82 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-10T19:14:13.526 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:13 smithi067 podman[101832]: 2024-09-10 19:14:13.455143561 +0000 UTC m=+0.331549834 container start f24f2efa97e2ae759f76cf82b75eea23c515f03ab7b7b61fb9f2fe55b362ab82 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD) 2024-09-10T19:14:13.930 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:13 smithi067 podman[101832]: 2024-09-10 19:14:13.526162713 +0000 UTC m=+0.402568986 container attach f24f2efa97e2ae759f76cf82b75eea23c515f03ab7b7b61fb9f2fe55b362ab82 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-10T19:14:13.930 INFO:journalctl@ceph.osd.2.smithi067.stdout:Sep 10 19:14:13 smithi067 podman[101832]: 2024-09-10 19:14:13.648827672 +0000 UTC m=+0.525233945 container died f24f2efa97e2ae759f76cf82b75eea23c515f03ab7b7b61fb9f2fe55b362ab82 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-10T19:14:14.259 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.2.service' 2024-09-10T19:14:14.301 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:14:14.301 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-10T19:14:14.302 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-10T19:14:14.302 DEBUG:teuthology.orchestra.run.smithi067:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.3 2024-09-10T19:14:14.506 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:14 smithi067 systemd[1]: Stopping Ceph osd.3 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:14:14.775 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3[70532]: 2024-09-10T19:14:14.674+0000 7fd39bce9640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:14:14.775 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3[70532]: 2024-09-10T19:14:14.674+0000 7fd39bce9640 -1 osd.3 129 *** Got signal Terminated *** 2024-09-10T19:14:14.775 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:14 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3[70532]: 2024-09-10T19:14:14.674+0000 7fd39bce9640 -1 osd.3 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:14:17.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:16 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:16.937+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:17.771 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:17.512+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:17.771 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:17.732+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:18.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:17 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:17.925+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:18.525 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:18 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3[70532]: 2024-09-10T19:14:18.071+0000 7fd3972ff640 -1 osd.3 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:54.146229+0000 front 2024-09-10T19:13:54.146189+0000 (oldest deadline 2024-09-10T19:14:17.046315+0000) 2024-09-10T19:14:18.771 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:18.488+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:18.771 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:18.713+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:19.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:18 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:18.944+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:19.525 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:19 smithi067 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3[70532]: 2024-09-10T19:14:19.076+0000 7fd3972ff640 -1 osd.3 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:54.146229+0000 front 2024-09-10T19:13:54.146189+0000 (oldest deadline 2024-09-10T19:14:17.046315+0000) 2024-09-10T19:14:19.931 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:19.523+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:19.931 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:19.731+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:20.270 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:19 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:19.929+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:20.336 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:20 smithi067 podman[101934]: 2024-09-10 19:14:20.041336363 +0000 UTC m=+5.472080077 container died f709d7200af05dfdfefb846a13cb6f42bfe063eab15fa1076aaebfc950c5e9e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True) 2024-09-10T19:14:20.718 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:20 smithi067 podman[101934]: 2024-09-10 19:14:20.432933497 +0000 UTC m=+5.863677210 container cleanup f709d7200af05dfdfefb846a13cb6f42bfe063eab15fa1076aaebfc950c5e9e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:14:20.719 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:20 smithi067 bash[101934]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3 2024-09-10T19:14:20.925 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:20.533+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:20.925 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:20.690+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:21.025 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:20 smithi067 podman[101963]: 2024-09-10 19:14:20.717669823 +0000 UTC m=+0.666413155 container remove f709d7200af05dfdfefb846a13cb6f42bfe063eab15fa1076aaebfc950c5e9e1 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-10T19:14:21.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:20 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:20.923+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:21.363 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:21 smithi067 podman[102054]: 2024-09-10 19:14:20.957592316 +0000 UTC m=+0.016967179 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:14:21.364 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:21 smithi067 podman[102054]: 2024-09-10 19:14:21.060447221 +0000 UTC m=+0.119822121 container create af50805464f4b62224271067b99042931e88f6d747cb6e1d2ecf35f6b03638b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-10T19:14:21.364 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:21 smithi067 podman[102054]: 2024-09-10 19:14:21.279300748 +0000 UTC m=+0.338675607 container init af50805464f4b62224271067b99042931e88f6d747cb6e1d2ecf35f6b03638b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-10T19:14:21.364 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:21 smithi067 podman[102054]: 2024-09-10 19:14:21.282741424 +0000 UTC m=+0.342116291 container start af50805464f4b62224271067b99042931e88f6d747cb6e1d2ecf35f6b03638b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-10T19:14:21.364 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:21 smithi067 podman[102054]: 2024-09-10 19:14:21.362621522 +0000 UTC m=+0.421996393 container attach af50805464f4b62224271067b99042931e88f6d747cb6e1d2ecf35f6b03638b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-10T19:14:21.750 INFO:journalctl@ceph.osd.3.smithi067.stdout:Sep 10 19:14:21 smithi067 podman[102054]: 2024-09-10 19:14:21.458439451 +0000 UTC m=+0.517814309 container died af50805464f4b62224271067b99042931e88f6d747cb6e1d2ecf35f6b03638b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-3-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:14:21.820 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:21.528+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:21.820 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:21.734+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:22.029 DEBUG:teuthology.orchestra.run.smithi067:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.3.service' 2024-09-10T19:14:22.069 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:14:22.069 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-10T19:14:22.069 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-10T19:14:22.069 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.4 2024-09-10T19:14:22.095 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:21.918+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:22.096 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:21 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:21.818+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:22.372 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:22 smithi172 systemd[1]: Stopping Ceph osd.4 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:14:22.691 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:22.561+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:22.691 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:22.371+0000 7f5eb643d640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:14:22.691 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:22.371+0000 7f5eb643d640 -1 osd.4 129 *** Got signal Terminated *** 2024-09-10T19:14:22.691 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:22.371+0000 7f5eb643d640 -1 osd.4 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:14:22.943 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:22.845+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:22.944 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:22.690+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:23.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:22 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:22.941+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:23.885 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:23.673+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:23.885 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:23.600+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:24.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:23.933+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:24.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:23 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:23.883+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:24.946 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:24.879+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:24.947 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:24.635+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:24.947 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:24.673+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:25.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:24 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:24.945+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:25.911 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:25.684+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:25.911 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:25.630+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:26.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:25.916+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:26.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:25.916+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.792679+0000 front 2024-09-10T19:14:02.792631+0000 (oldest deadline 2024-09-10T19:14:25.692488+0000) 2024-09-10T19:14:26.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:25.909+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:26.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:25 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:25.909+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:26.896 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:26.717+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:26.896 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:26.717+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:26.896 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:26.603+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:27.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:26.894+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.990884+0000 front 2024-09-10T19:13:52.991112+0000 (oldest deadline 2024-09-10T19:14:16.490805+0000) 2024-09-10T19:14:27.271 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4[46217]: 2024-09-10T19:14:26.894+0000 7f5eb3a57640 -1 osd.4 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.792679+0000 front 2024-09-10T19:14:02.792631+0000 (oldest deadline 2024-09-10T19:14:25.692488+0000) 2024-09-10T19:14:27.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:26.957+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:27.272 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:26 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:26.957+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:27.987 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:27 smithi172 podman[65605]: 2024-09-10 19:14:27.823612611 +0000 UTC m=+5.562573747 container died 125806f6cf03c794198cfbe5c74149e57c5f8e43feb039e4f37b91cbe3f3ed5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-10T19:14:27.987 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:27.707+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:27.987 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:27.707+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:27.988 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:27.615+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:27.988 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:27.615+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:28.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:27.985+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:28.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:27 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:27.985+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:28.548 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:28 smithi172 podman[65605]: 2024-09-10 19:14:28.29628936 +0000 UTC m=+6.035250495 container cleanup 125806f6cf03c794198cfbe5c74149e57c5f8e43feb039e4f37b91cbe3f3ed5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:14:28.549 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:28 smithi172 bash[65605]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4 2024-09-10T19:14:28.910 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:28 smithi172 podman[65626]: 2024-09-10 19:14:28.547960138 +0000 UTC m=+0.716288864 container remove 125806f6cf03c794198cfbe5c74149e57c5f8e43feb039e4f37b91cbe3f3ed5d (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-10T19:14:28.911 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:28.657+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:28.911 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:28.657+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:28.911 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:28.692+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:28.911 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:28 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:28.692+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:29.244 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:29.033+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:29.244 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:29.033+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:29.244 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:28 smithi172 podman[65746]: 2024-09-10 19:14:28.812524973 +0000 UTC m=+0.016750588 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:14:29.244 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:28 smithi172 podman[65746]: 2024-09-10 19:14:28.937644874 +0000 UTC m=+0.141870522 container create 0abed137e2a024f4709ce522c605c43105b1e33b3c47d78f66b5ad7978a24cec (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:14:29.245 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:29 smithi172 podman[65746]: 2024-09-10 19:14:29.243223524 +0000 UTC m=+0.447449126 container init 0abed137e2a024f4709ce522c605c43105b1e33b3c47d78f66b5ad7978a24cec (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True) 2024-09-10T19:14:29.521 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:29 smithi172 podman[65746]: 2024-09-10 19:14:29.246996358 +0000 UTC m=+0.451221968 container start 0abed137e2a024f4709ce522c605c43105b1e33b3c47d78f66b5ad7978a24cec (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-10T19:14:29.521 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:29 smithi172 podman[65746]: 2024-09-10 19:14:29.344060255 +0000 UTC m=+0.548285866 container attach 0abed137e2a024f4709ce522c605c43105b1e33b3c47d78f66b5ad7978a24cec (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:14:29.522 INFO:journalctl@ceph.osd.4.smithi172.stdout:Sep 10 19:14:29 smithi172 podman[65746]: 2024-09-10 19:14:29.424615285 +0000 UTC m=+0.628840897 container died 0abed137e2a024f4709ce522c605c43105b1e33b3c47d78f66b5ad7978a24cec (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-4-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:14:30.010 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:29.669+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:30.010 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:29.669+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:30.010 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:29.677+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:30.010 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:29 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:29.677+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:30.040 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.4.service' 2024-09-10T19:14:30.121 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:14:30.122 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-10T19:14:30.122 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-10T19:14:30.122 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.5 2024-09-10T19:14:30.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:30.025+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:30.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:30.025+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:30.271 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:30 smithi172 systemd[1]: Stopping Ceph osd.5 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:14:30.648 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:30.495+0000 7f85ea14d640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:14:30.648 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:30.495+0000 7f85ea14d640 -1 osd.5 129 *** Got signal Terminated *** 2024-09-10T19:14:30.648 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:30.495+0000 7f85ea14d640 -1 osd.5 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:14:31.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:30.656+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:31.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:30.656+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:31.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:30.646+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:31.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:30 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:30.646+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:31.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:31.073+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:31.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:31.073+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:32.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:31.607+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:32.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:31.607+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:32.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:31.689+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:32.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:31 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:31.689+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:32.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:32.116+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:32.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:32.116+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:33.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:32.654+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:33.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:32.654+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:33.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:32.703+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:33.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:32 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:32.703+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:33.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:33.098+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:33.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:33.098+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:34.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:33.607+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:34.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:33.607+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:34.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:33.721+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:34.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:33.721+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:34.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:33 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:33.721+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:34.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:34.056+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:34.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:34.056+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:35.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:34.598+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:35.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:34.598+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:35.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:34.598+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:35.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:34.719+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:35.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:34.719+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:35.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:34 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:34.720+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:35.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:35.105+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:55.741453+0000 front 2024-09-10T19:13:55.741343+0000 (oldest deadline 2024-09-10T19:14:21.541727+0000) 2024-09-10T19:14:35.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5[48230]: 2024-09-10T19:14:35.105+0000 7f85e7767640 -1 osd.5 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.542315+0000 front 2024-09-10T19:14:01.542368+0000 (oldest deadline 2024-09-10T19:14:25.642183+0000) 2024-09-10T19:14:35.925 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:35.672+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:35.925 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:35.672+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:35.925 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:35.672+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:35.925 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:35.588+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:35.925 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:35.588+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:35.925 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:35 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:35.588+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:36.199 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:35 smithi172 podman[65848]: 2024-09-10 19:14:35.923998179 +0000 UTC m=+5.563384294 container died d9a75645937bff91c5efe8c03bd6651282757590345625e1ccb9e327e42cdc38 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-10T19:14:36.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:36 smithi172 podman[65848]: 2024-09-10 19:14:36.39233359 +0000 UTC m=+6.031719703 container cleanup d9a75645937bff91c5efe8c03bd6651282757590345625e1ccb9e327e42cdc38 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:14:36.521 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:36 smithi172 bash[65848]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5 2024-09-10T19:14:37.021 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:36 smithi172 podman[65876]: 2024-09-10 19:14:36.835380851 +0000 UTC m=+0.906263771 container remove d9a75645937bff91c5efe8c03bd6651282757590345625e1ccb9e327e42cdc38 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-10T19:14:37.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:36.598+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:37.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:36.598+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:37.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:36.598+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:37.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:36.645+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:37.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:36.645+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:37.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:36 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:36.645+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:37.515 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:37 smithi172 podman[65964]: 2024-09-10 19:14:37.211953213 +0000 UTC m=+0.112227105 container create e3cc4d3fca854479734fb3bf3a74250364c8b1fb342029ea7253d319c41f4172 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux ) 2024-09-10T19:14:37.515 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:37 smithi172 podman[65964]: 2024-09-10 19:14:37.115740544 +0000 UTC m=+0.016014410 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:14:37.515 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:37 smithi172 podman[65964]: 2024-09-10 19:14:37.447940591 +0000 UTC m=+0.348214448 container init e3cc4d3fca854479734fb3bf3a74250364c8b1fb342029ea7253d319c41f4172 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:14:37.515 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:37 smithi172 podman[65964]: 2024-09-10 19:14:37.45175314 +0000 UTC m=+0.352026994 container start e3cc4d3fca854479734fb3bf3a74250364c8b1fb342029ea7253d319c41f4172 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731) 2024-09-10T19:14:37.516 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:37 smithi172 podman[65964]: 2024-09-10 19:14:37.514184734 +0000 UTC m=+0.414458588 container attach e3cc4d3fca854479734fb3bf3a74250364c8b1fb342029ea7253d319c41f4172 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:14:37.771 INFO:journalctl@ceph.osd.5.smithi172.stdout:Sep 10 19:14:37 smithi172 podman[65964]: 2024-09-10 19:14:37.631553598 +0000 UTC m=+0.531827450 container died e3cc4d3fca854479734fb3bf3a74250364c8b1fb342029ea7253d319c41f4172 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-5-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:14:37.771 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:37.582+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:37.771 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:37.582+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:37.771 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:37.582+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:37.772 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:37.688+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:37.772 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:37.688+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:37.772 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:37 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:37.688+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:38.261 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.5.service' 2024-09-10T19:14:38.300 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:14:38.300 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-10T19:14:38.300 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-10T19:14:38.300 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.6 2024-09-10T19:14:38.521 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:38 smithi172 systemd[1]: Stopping Ceph osd.6 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:14:39.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:38.671+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:39.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:38.671+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:39.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:38.671+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:39.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:38.538+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:39.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:38.539+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:39.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:38.539+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:39.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:38.654+0000 7f25fe9fc640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:14:39.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:38.654+0000 7f25fe9fc640 -1 osd.6 129 *** Got signal Terminated *** 2024-09-10T19:14:39.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:38 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:38.654+0000 7f25fe9fc640 -1 osd.6 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:14:40.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:39.527+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:40.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:39.527+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:40.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:39.527+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:40.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:39.655+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:40.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:39.655+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:40.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:39 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:39.655+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:41.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:40.525+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:41.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:40.525+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:41.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:40.525+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:41.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:40.688+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:41.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:40.688+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:41.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:40 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:40.688+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:41.975 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:41.521+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:41.975 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:41.521+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:41.975 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:41.521+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:41.975 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:41.686+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:41.975 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:41.686+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:41.975 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:41.686+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:41.976 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:41 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:41.686+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:43.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:42.571+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:43.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:42.571+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:43.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:42.571+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:43.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:42.571+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:15.775099+0000 front 2024-09-10T19:14:15.775113+0000 (oldest deadline 2024-09-10T19:14:41.575648+0000) 2024-09-10T19:14:43.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:42.734+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:43.023 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:42.734+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:43.023 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:42.734+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:43.023 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:42 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:42.734+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:44.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:43.617+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:52.572062+0000 front 2024-09-10T19:13:52.571998+0000 (oldest deadline 2024-09-10T19:14:17.271777+0000) 2024-09-10T19:14:44.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:43.617+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:02.572781+0000 front 2024-09-10T19:14:02.572770+0000 (oldest deadline 2024-09-10T19:14:26.572880+0000) 2024-09-10T19:14:44.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:43.617+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:10.674006+0000 front 2024-09-10T19:14:10.674109+0000 (oldest deadline 2024-09-10T19:14:34.173855+0000) 2024-09-10T19:14:44.022 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6[50183]: 2024-09-10T19:14:43.617+0000 7f25fa012640 -1 osd.6 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:15.775099+0000 front 2024-09-10T19:14:15.775113+0000 (oldest deadline 2024-09-10T19:14:41.575648+0000) 2024-09-10T19:14:44.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:43.710+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:44.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:43.710+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:44.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:43.710+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:44.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:43 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:43.710+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:44.365 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:44 smithi172 podman[66067]: 2024-09-10 19:14:44.072447487 +0000 UTC m=+5.554555773 container died a33af2d8fe6557a2d66ef58d6251cca0e1b4694a163ce4c54be7e485bca03998 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True) 2024-09-10T19:14:44.751 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:44 smithi172 podman[66067]: 2024-09-10 19:14:44.538823999 +0000 UTC m=+6.020932319 container cleanup a33af2d8fe6557a2d66ef58d6251cca0e1b4694a163ce4c54be7e485bca03998 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-10T19:14:44.751 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:44 smithi172 bash[66067]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6 2024-09-10T19:14:45.021 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:44 smithi172 podman[66097]: 2024-09-10 19:14:44.815336457 +0000 UTC m=+0.736962475 container remove a33af2d8fe6557a2d66ef58d6251cca0e1b4694a163ce4c54be7e485bca03998 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:14:45.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:44.749+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:45.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:44.749+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:45.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:44.749+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:45.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:44 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:44.749+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:45.419 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:45 smithi172 podman[66184]: 2024-09-10 19:14:45.057507362 +0000 UTC m=+0.016035702 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:14:45.419 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:45 smithi172 podman[66184]: 2024-09-10 19:14:45.166016412 +0000 UTC m=+0.124544744 container create 4ea56291f12b4c727f0b4329fb7481f362c35a6f36fc87045c42cd0186b63ee4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:14:45.419 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:45 smithi172 podman[66184]: 2024-09-10 19:14:45.418502569 +0000 UTC m=+0.377030901 container init 4ea56291f12b4c727f0b4329fb7481f362c35a6f36fc87045c42cd0186b63ee4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-10T19:14:45.730 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:45 smithi172 podman[66184]: 2024-09-10 19:14:45.421910622 +0000 UTC m=+0.380438956 container start 4ea56291f12b4c727f0b4329fb7481f362c35a6f36fc87045c42cd0186b63ee4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:14:45.730 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:45 smithi172 podman[66184]: 2024-09-10 19:14:45.528473059 +0000 UTC m=+0.487001419 container attach 4ea56291f12b4c727f0b4329fb7481f362c35a6f36fc87045c42cd0186b63ee4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-10T19:14:45.730 INFO:journalctl@ceph.osd.6.smithi172.stdout:Sep 10 19:14:45 smithi172 podman[66184]: 2024-09-10 19:14:45.607277947 +0000 UTC m=+0.565806287 container died 4ea56291f12b4c727f0b4329fb7481f362c35a6f36fc87045c42cd0186b63ee4 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-10T19:14:46.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:45.728+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:46.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:45.728+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:46.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:45.728+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:46.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:45 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:45.728+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:46.236 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.6.service' 2024-09-10T19:14:46.277 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:14:46.278 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-10T19:14:46.278 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-10T19:14:46.278 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.7 2024-09-10T19:14:46.521 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:46 smithi172 systemd[1]: Stopping Ceph osd.7 for 2d324e74-6fa5-11ef-bcea-c7b262605968... 2024-09-10T19:14:47.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:46.626+0000 7f311fbf9640 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T19:14:47.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:46.626+0000 7f311fbf9640 -1 osd.7 129 *** Got signal Terminated *** 2024-09-10T19:14:47.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:46.626+0000 7f311fbf9640 -1 osd.7 129 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T19:14:47.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:46.680+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:47.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:46.680+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:47.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:46.680+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:47.022 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:46 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:46.680+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:48.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:47.728+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:48.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:47.728+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:48.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:47.728+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:48.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:47 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:47.728+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:49.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:48.708+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:49.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:48.708+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:49.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:48.708+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:49.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:48 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:48.708+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:50.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:49.751+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:50.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:49.751+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:50.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:49.751+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:50.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:49.751+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:50.021 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:49 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:49.751+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2024-09-10T19:14:27.152422+0000 front 2024-09-10T19:14:27.152514+0000 (oldest deadline 2024-09-10T19:14:48.852503+0000) 2024-09-10T19:14:51.156 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:50.790+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6806 osd.0 since back 2024-09-10T19:13:51.946558+0000 front 2024-09-10T19:13:51.946546+0000 (oldest deadline 2024-09-10T19:14:17.146977+0000) 2024-09-10T19:14:51.156 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:50.790+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6814 osd.1 since back 2024-09-10T19:14:01.048815+0000 front 2024-09-10T19:14:01.048778+0000 (oldest deadline 2024-09-10T19:14:26.948773+0000) 2024-09-10T19:14:51.156 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:50.790+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6822 osd.2 since back 2024-09-10T19:14:11.550209+0000 front 2024-09-10T19:14:11.550079+0000 (oldest deadline 2024-09-10T19:14:33.250009+0000) 2024-09-10T19:14:51.156 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:50.790+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.67:6830 osd.3 since back 2024-09-10T19:14:17.251270+0000 front 2024-09-10T19:14:17.251251+0000 (oldest deadline 2024-09-10T19:14:40.751198+0000) 2024-09-10T19:14:51.157 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:50 smithi172 ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7[52154]: 2024-09-10T19:14:50.790+0000 7f311d213640 -1 osd.7 129 heartbeat_check: no reply from 172.21.15.172:6804 osd.4 since back 2024-09-10T19:14:27.152422+0000 front 2024-09-10T19:14:27.152514+0000 (oldest deadline 2024-09-10T19:14:48.852503+0000) 2024-09-10T19:14:52.236 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:51 smithi172 podman[66284]: 2024-09-10 19:14:51.970000509 +0000 UTC m=+5.468304319 container died 2458289c8c7e449aaefdcd4b3dd3ed3cfe7c980c16b82083563dba3c5d52a2c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:14:52.511 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:52 smithi172 podman[66284]: 2024-09-10 19:14:52.31769129 +0000 UTC m=+5.815995099 container cleanup 2458289c8c7e449aaefdcd4b3dd3ed3cfe7c980c16b82083563dba3c5d52a2c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True) 2024-09-10T19:14:52.511 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:52 smithi172 bash[66284]: ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7 2024-09-10T19:14:52.771 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:52 smithi172 podman[66333]: 2024-09-10 19:14:52.510380049 +0000 UTC m=+0.533515414 container remove 2458289c8c7e449aaefdcd4b3dd3ed3cfe7c980c16b82083563dba3c5d52a2c8 (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-10T19:14:53.086 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:52 smithi172 podman[66420]: 2024-09-10 19:14:52.856381916 +0000 UTC m=+0.015918800 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16 2024-09-10T19:14:53.086 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:52 smithi172 podman[66420]: 2024-09-10 19:14:52.960981969 +0000 UTC m=+0.120518847 container create 0a04568b8032febc92e63c0584a64e46f5720be45fa68a911c33a3e377c058df (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:14:53.388 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:53 smithi172 podman[66420]: 2024-09-10 19:14:53.205287058 +0000 UTC m=+0.364823936 container init 0a04568b8032febc92e63c0584a64e46f5720be45fa68a911c33a3e377c058df (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739) 2024-09-10T19:14:53.388 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:53 smithi172 podman[66420]: 2024-09-10 19:14:53.208757983 +0000 UTC m=+0.368294865 container start 0a04568b8032febc92e63c0584a64e46f5720be45fa68a911c33a3e377c058df (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-10T19:14:53.388 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:53 smithi172 podman[66420]: 2024-09-10 19:14:53.28911569 +0000 UTC m=+0.448652580 container attach 0a04568b8032febc92e63c0584a64e46f5720be45fa68a911c33a3e377c058df (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-10T19:14:53.667 INFO:journalctl@ceph.osd.7.smithi172.stdout:Sep 10 19:14:53 smithi172 podman[66420]: 2024-09-10 19:14:53.387060134 +0000 UTC m=+0.546597024 container died 0a04568b8032febc92e63c0584a64e46f5720be45fa68a911c33a3e377c058df (image=quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16, name=ceph-2d324e74-6fa5-11ef-bcea-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_BRANCH=HEAD) 2024-09-10T19:14:53.966 DEBUG:teuthology.orchestra.run.smithi172:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2d324e74-6fa5-11ef-bcea-c7b262605968@osd.7.service' 2024-09-10T19:14:54.005 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:14:54.006 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-10T19:14:54.006 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:14:54.148 INFO:teuthology.orchestra.run.smithi067.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-10T19:14:54.149 INFO:teuthology.orchestra.run.smithi067.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-10T19:14:54.149 INFO:teuthology.orchestra.run.smithi067.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-10T19:14:54.149 INFO:teuthology.orchestra.run.smithi067.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-09-10T19:14:54.149 INFO:teuthology.orchestra.run.smithi067.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-09-10T19:14:54.149 INFO:teuthology.orchestra.run.smithi067.stderr: ... 2024-09-10T19:14:54.149 INFO:teuthology.orchestra.run.smithi067.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-10T19:14:54.159 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-10T19:14:54.160 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:14:54.284 INFO:teuthology.orchestra.run.smithi172.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-10T19:14:54.285 INFO:teuthology.orchestra.run.smithi172.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-10T19:14:54.285 INFO:teuthology.orchestra.run.smithi172.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-10T19:14:54.285 INFO:teuthology.orchestra.run.smithi172.stderr: [--retry RETRY] [--env ENV] [--no-container-init] 2024-09-10T19:14:54.285 INFO:teuthology.orchestra.run.smithi172.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install,registry-login,gather-facts} 2024-09-10T19:14:54.285 INFO:teuthology.orchestra.run.smithi172.stderr: ... 2024-09-10T19:14:54.285 INFO:teuthology.orchestra.run.smithi172.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-10T19:14:54.294 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-10T19:14:54.295 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:14:54.322 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:14:54.346 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T19:14:54.348 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900265/remote/smithi067/crash 2024-09-10T19:14:54.349 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:14:54.395 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900265/remote/smithi172/crash 2024-09-10T19:14:54.396 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:14:54.451 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T19:14:54.451 DEBUG:teuthology.orchestra.run.smithi067:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-10T19:14:54.477 INFO:teuthology.orchestra.run.smithi067.stderr:grep: /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-10T19:14:54.479 INFO:tasks.cephadm:Compressing logs... 2024-09-10T19:14:54.479 DEBUG:teuthology.orchestra.run.smithi067:> 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-09-10T19:14:54.522 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-10T19:14:54.545 INFO:teuthology.orchestra.run.smithi067.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T19:14:54.545 INFO:teuthology.orchestra.run.smithi067.stderr:: No such file or directory 2024-09-10T19:14:54.545 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T19:14:54.547 INFO:teuthology.orchestra.run.smithi067.stderr:gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mgr.smithi067.mpnsbx.log 2024-09-10T19:14:54.547 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mon.smithi067.log 2024-09-10T19:14:54.547 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.1.log: /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mgr.smithi067.mpnsbx.log: gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:14:54.547 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mon.smithi067.log: gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T19:14:54.547 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi067.njgdql.log 2024-09-10T19:14:54.548 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-10T19:14:54.548 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi067.njgdql.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:14:54.549 INFO:teuthology.orchestra.run.smithi067.stderr: 86.3% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi067.njgdql.log.gz 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr:: No such file or directory 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.7.log: /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr:gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi172.tzobql.log 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.6.log: /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mgr.smithi172.viqcsa.log 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi172.tzobql.log: gzip -5 --verbose 78.4% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mds.foofs.smithi172.tzobql.log.gz 2024-09-10T19:14:54.552 INFO:teuthology.orchestra.run.smithi172.stderr: -- /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mon.smithi172.log 2024-09-10T19:14:54.553 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mgr.smithi172.viqcsa.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:14:54.556 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mon.smithi172.log: /var/log/ceph/cephadm.log: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:14:54.558 INFO:teuthology.orchestra.run.smithi172.stderr: 90.7% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:14:54.561 INFO:teuthology.orchestra.run.smithi067.stderr:/var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 92.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:14:54.563 INFO:teuthology.orchestra.run.smithi067.stderr: 91.2% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:14:54.607 INFO:teuthology.orchestra.run.smithi172.stderr: 90.6% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mgr.smithi172.viqcsa.log.gz 2024-09-10T19:14:54.907 INFO:teuthology.orchestra.run.smithi067.stderr:gzip: /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mgr.smithi067.mpnsbx.log: file size changed while zipping 2024-09-10T19:14:54.907 INFO:teuthology.orchestra.run.smithi067.stderr: 91.5% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mgr.smithi067.mpnsbx.log.gz 2024-09-10T19:14:55.070 INFO:teuthology.orchestra.run.smithi172.stderr: 92.7% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mon.smithi172.log.gz 2024-09-10T19:14:55.872 INFO:teuthology.orchestra.run.smithi067.stderr: 92.0% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-mon.smithi067.log.gz 2024-09-10T19:15:03.693 INFO:teuthology.orchestra.run.smithi067.stderr: 94.4% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T19:15:05.420 INFO:teuthology.orchestra.run.smithi172.stderr: 93.9% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-10T19:15:07.208 INFO:teuthology.orchestra.run.smithi172.stderr: 94.2% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-10T19:15:07.768 INFO:teuthology.orchestra.run.smithi067.stderr: 94.0% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T19:15:09.461 INFO:teuthology.orchestra.run.smithi067.stderr: 94.0% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-10T19:15:09.492 INFO:teuthology.orchestra.run.smithi067.stderr: 94.2% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T19:15:09.494 INFO:teuthology.orchestra.run.smithi067.stderr: 2024-09-10T19:15:09.494 INFO:teuthology.orchestra.run.smithi067.stderr:real 0m14.960s 2024-09-10T19:15:09.494 INFO:teuthology.orchestra.run.smithi067.stderr:user 0m51.962s 2024-09-10T19:15:09.494 INFO:teuthology.orchestra.run.smithi067.stderr:sys 0m1.898s 2024-09-10T19:15:10.891 INFO:teuthology.orchestra.run.smithi172.stderr: 94.2% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-10T19:15:14.471 INFO:teuthology.orchestra.run.smithi172.stderr: 94.1% -- replaced with /var/log/ceph/2d324e74-6fa5-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-10T19:15:14.473 INFO:teuthology.orchestra.run.smithi172.stderr: 2024-09-10T19:15:14.473 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m19.937s 2024-09-10T19:15:14.473 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m58.001s 2024-09-10T19:15:14.473 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m2.302s 2024-09-10T19:15:14.474 INFO:tasks.cephadm:Archiving logs... 2024-09-10T19:15:14.474 DEBUG:teuthology.misc:Transferring archived files from smithi067:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900265/remote/smithi067/log 2024-09-10T19:15:14.475 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:15:21.313 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900265/remote/smithi172/log 2024-09-10T19:15:21.314 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:15:29.591 INFO:tasks.cephadm:Removing cluster... 2024-09-10T19:15:29.591 DEBUG:teuthology.orchestra.run.smithi067:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 --force 2024-09-10T19:18:41.449 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2d324e74-6fa5-11ef-bcea-c7b262605968 --force 2024-09-10T19:19:13.431 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T19:19:13.431 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:19:13.453 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:19:13.470 INFO:tasks.cephadm:Teardown complete 2024-09-10T19:19:13.470 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T19:19:13.484 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T19:19:13.484 DEBUG:teuthology.orchestra.run.smithi067:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:19:13.496 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:19:13.511 INFO:teuthology.orchestra.run.smithi067.stderr:bash: line 1: ntpq: command not found 2024-09-10T19:19:13.516 INFO:teuthology.orchestra.run.smithi067.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T19:19:13.516 INFO:teuthology.orchestra.run.smithi067.stdout:=============================================================================== 2024-09-10T19:19:13.516 INFO:teuthology.orchestra.run.smithi067.stdout:^* hv01.front.sepia.ceph.com 3 6 377 3 -303us[ -210us] +/- 51ms 2024-09-10T19:19:13.516 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 6 +1368us[+1461us] +/- 56ms 2024-09-10T19:19:13.516 INFO:teuthology.orchestra.run.smithi067.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 4 -1313us[-1221us] +/- 79ms 2024-09-10T19:19:13.516 INFO:teuthology.orchestra.run.smithi067.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T19:19:13.525 INFO:teuthology.orchestra.run.smithi172.stderr:bash: line 1: ntpq: command not found 2024-09-10T19:19:13.530 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T19:19:13.530 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2024-09-10T19:19:13.530 INFO:teuthology.orchestra.run.smithi172.stdout:^* hv01.front.sepia.ceph.com 3 6 377 5 -232us[ -225us] +/- 51ms 2024-09-10T19:19:13.530 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 68 +1427us[+1431us] +/- 70ms 2024-09-10T19:19:13.530 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 0 -1238us[-1238us] +/- 80ms 2024-09-10T19:19:13.530 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T19:19:13.531 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T19:19:13.540 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T19:19:13.540 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T19:19:13.548 DEBUG:teuthology.orchestra.run.smithi067:> 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-09-10T19:19:13.643 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-10T19:19:13.717 DEBUG:teuthology.orchestra.run.smithi067:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-10T19:19:13.748 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:19:13.749 DEBUG:teuthology.orchestra.run.smithi172:> 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 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2024-09-10T19:19:13.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:19:13.778 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T19:19:13.788 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T19:19:13.797 INFO:teuthology.task.internal:Duration was 2111.221917 seconds 2024-09-10T19:19:13.797 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T19:19:13.807 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T19:19:13.807 DEBUG:teuthology.orchestra.run.smithi067:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:19:13.810 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:19:13.850 INFO:teuthology.orchestra.run.smithi067.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T19:19:13.858 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T19:19:14.329 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T19:19:14.329 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi067.front.sepia.ceph.com 2024-09-10T19:19:14.330 DEBUG:teuthology.orchestra.run.smithi067:> 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-09-10T19:19:14.392 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2024-09-10T19:19:14.393 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-10T19:19:14.426 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T19:19:14.427 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:19:14.434 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:19:14.493 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T19:19:14.494 DEBUG:teuthology.orchestra.run.smithi067:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:19:14.503 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:19:15.147 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T19:19:15.156 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T19:19:15.157 DEBUG:teuthology.orchestra.run.smithi067:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:19:15.182 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:19:15.208 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T19:19:15.217 DEBUG:teuthology.orchestra.run.smithi067:> 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-09-10T19:19:15.225 DEBUG:teuthology.orchestra.run.smithi172:> 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-09-10T19:19:15.246 INFO:teuthology.orchestra.run.smithi067.stdout:kernel.core_pattern = core 2024-09-10T19:19:15.272 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2024-09-10T19:19:15.291 DEBUG:teuthology.orchestra.run.smithi067:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:19:15.337 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:19:15.337 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:19:15.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:19:15.352 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T19:19:15.362 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T19:19:15.363 DEBUG:teuthology.misc:Transferring archived files from smithi067:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900265/remote/smithi067 2024-09-10T19:19:15.363 DEBUG:teuthology.orchestra.run.smithi067:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:19:15.423 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900265/remote/smithi172 2024-09-10T19:19:15.423 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:19:15.460 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T19:19:15.461 DEBUG:teuthology.orchestra.run.smithi067:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:19:15.463 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:19:15.510 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T19:19:15.521 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T19:19:15.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T19:19:15.531 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T19:19:15.532 DEBUG:teuthology.orchestra.run.smithi067:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:19:15.534 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:19:15.547 INFO:teuthology.orchestra.run.smithi067.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:19 /home/ubuntu/cephtest 2024-09-10T19:19:15.564 INFO:teuthology.orchestra.run.smithi172.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:19 /home/ubuntu/cephtest 2024-09-10T19:19:15.565 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T19:19:15.575 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T19:19:15.672 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_9.stream 1-bootstrap/octopus 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 2111.221917152405 owner: scheduled_gabrioux@teuthology success: true 2024-09-10T19:19:15.672 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T19:19:15.759 INFO:teuthology.run:pass